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