Overview
Summary
Contact
Donate
Imprint
Prompt for the
BalloonFlightWindLayerView
Please create a React-JS view called "BalloonFlightWindLayerView" for the fields of the BalloonFlightWindLayer entity. The BalloonFlightWindLayerView must contain the following fields: - name: AssociationType type: STRING - name: BalloonFlight type: BalloonFlight - name: RelevanceScore type: STRING - name: WindLayer type: WindLayer The data source for the [WindLayer] select control should be loaded from the relative URL: "/WindLayerService/windlayer" (HTTP-GET) The data source for the [BalloonFlight] select control should be loaded from the relative URL: "/ProjectService/balloonflight" (HTTP-GET) An existing BalloonFlightWindLayer entity should be loaded from the relative URL: "/ProjectService/balloonflightwindlayer/{id}" (HTTP-GET) If a new BalloonFlightWindLayer entity has been created, the new entity should be posted to the relative URL: "/ProjectService/balloonflightwindlayer" (HTTP-POST) If an existing BalloonFlightWindLayer entity has been updated, the modified entity should be sent to the relative URL: "/ProjectService/balloonflightwindlayer/{id}" (HTTP-PUT) If an existing BalloonFlightWindLayer entity has to be deleted, the following relative URL should be called: "/ProjectService/balloonflightwindlayer/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint