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