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