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