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