Overview
Summary
Contact
Donate
Imprint
Prompt for the
RegulatoryApprovalGroundStationView
Please create a React-JS view called "RegulatoryApprovalGroundStationView" for the fields of the RegulatoryApprovalGroundStation entity. The RegulatoryApprovalGroundStationView must contain the following fields: - name: GroundStation type: GroundStation - name: RegulatoryApproval type: RegulatoryApproval The data source for the [GroundStation] select control should be loaded from the relative URL: "/GroundStationService/groundstation" (HTTP-GET) The data source for the [RegulatoryApproval] select control should be loaded from the relative URL: "/RegulatoryApprovalService/regulatoryapproval" (HTTP-GET) An existing RegulatoryApprovalGroundStation entity should be loaded from the relative URL: "/RegulatoryApprovalService/regulatoryapprovalgroundstation/{id}" (HTTP-GET) If a new RegulatoryApprovalGroundStation entity has been created, the new entity should be posted to the relative URL: "/RegulatoryApprovalService/regulatoryapprovalgroundstation" (HTTP-POST) If an existing RegulatoryApprovalGroundStation entity has been updated, the modified entity should be sent to the relative URL: "/RegulatoryApprovalService/regulatoryapprovalgroundstation/{id}" (HTTP-PUT) If an existing RegulatoryApprovalGroundStation entity has to be deleted, the following relative URL should be called: "/RegulatoryApprovalService/regulatoryapprovalgroundstation/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint