Overview
Summary
Contact
Donate
Imprint
Prompt for the
LegalCasePartyView
Please create a React-JS view called "LegalCasePartyView" for the fields of the LegalCaseParty entity. The LegalCasePartyView must contain the following fields: - name: LegalCase type: LegalCase - name: LegalParty type: LegalParty - name: RoleInCase type: STRING The data source for the [LegalCase] select control should be loaded from the relative URL: "/LegalCaseService/legalcase" (HTTP-GET) The data source for the [LegalParty] select control should be loaded from the relative URL: "/LegalPartyService/legalparty" (HTTP-GET) An existing LegalCaseParty entity should be loaded from the relative URL: "/LegalPartyService/legalcaseparty/{id}" (HTTP-GET) If a new LegalCaseParty entity has been created, the new entity should be posted to the relative URL: "/LegalPartyService/legalcaseparty" (HTTP-POST) If an existing LegalCaseParty entity has been updated, the modified entity should be sent to the relative URL: "/LegalPartyService/legalcaseparty/{id}" (HTTP-PUT) If an existing LegalCaseParty entity has to be deleted, the following relative URL should be called: "/LegalPartyService/legalcaseparty/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint