Overview
Summary
Contact
Donate
Imprint
Prompt for the
RegulatoryApprovalView
Please create a React-JS view called "RegulatoryApprovalView" for the fields of the RegulatoryApproval entity. The RegulatoryApprovalView must contain the following fields: - name: ApprovalDate type: DATE - name: ExpiryDate type: DATE - name: Notes type: STRING - name: Project type: Project - name: RegulatoryAuthority type: RegulatoryAuthority - name: ServiceArea type: ServiceArea The data source for the [Project] select control should be loaded from the relative URL: "/ProjectService/project" (HTTP-GET) The data source for the [ServiceArea] select control should be loaded from the relative URL: "/RegionService/servicearea" (HTTP-GET) The data source for the [RegulatoryAuthority] select control should be loaded from the relative URL: "/CountryService/regulatoryauthority" (HTTP-GET) An existing RegulatoryApproval entity should be loaded from the relative URL: "/CountryService/regulatoryapproval/{id}" (HTTP-GET) If a new RegulatoryApproval entity has been created, the new entity should be posted to the relative URL: "/CountryService/regulatoryapproval" (HTTP-POST) If an existing RegulatoryApproval entity has been updated, the modified entity should be sent to the relative URL: "/CountryService/regulatoryapproval/{id}" (HTTP-PUT) If an existing RegulatoryApproval entity has to be deleted, the following relative URL should be called: "/CountryService/regulatoryapproval/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint