Overview
Summary
Contact
Donate
Imprint
Prompt for the
AirspaceRestrictionView
Please create a React-JS view called "AirspaceRestrictionView" for the fields of the AirspaceRestriction entity. The AirspaceRestrictionView must contain the following fields: - name: Description type: STRING - name: Direction type: STRING - name: DistanceKm type: STRING - name: Name type: STRING - name: Spaceport type: Spaceport The data source for the [Spaceport] select control should be loaded from the relative URL: "/SpaceportService/spaceport" (HTTP-GET) An existing AirspaceRestriction entity should be loaded from the relative URL: "/SpaceportService/airspacerestriction/{id}" (HTTP-GET) If a new AirspaceRestriction entity has been created, the new entity should be posted to the relative URL: "/SpaceportService/airspacerestriction" (HTTP-POST) If an existing AirspaceRestriction entity has been updated, the modified entity should be sent to the relative URL: "/SpaceportService/airspacerestriction/{id}" (HTTP-PUT) If an existing AirspaceRestriction entity has to be deleted, the following relative URL should be called: "/SpaceportService/airspacerestriction/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint