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