Overview
Summary
Contact
Donate
Imprint
Prompt for the
RegulatoryPermitView
Please create a React-JS view called "RegulatoryPermitView" for the fields of the RegulatoryPermit entity. The RegulatoryPermitView must contain the following fields: - name: Company type: Company - name: ExpiryDate type: DATE - name: IssueDate type: DATE - name: IssuingAuthority type: STRING - name: Jurisdiction type: STRING - name: Notes type: STRING - name: PermitType type: STRING - name: ScopeDescription type: STRING - name: ServiceArea type: INT The data source for the [Company] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) An existing RegulatoryPermit entity should be loaded from the relative URL: "/AccidentService/regulatorypermit/{id}" (HTTP-GET) If a new RegulatoryPermit entity has been created, the new entity should be posted to the relative URL: "/AccidentService/regulatorypermit" (HTTP-POST) If an existing RegulatoryPermit entity has been updated, the modified entity should be sent to the relative URL: "/AccidentService/regulatorypermit/{id}" (HTTP-PUT) If an existing RegulatoryPermit entity has to be deleted, the following relative URL should be called: "/AccidentService/regulatorypermit/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint