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