Overview
Summary
Contact
Donate
Imprint
Prompt for the
StarlinkSatelliteView
Please create a React-JS view called "StarlinkSatelliteView" for the fields of the StarlinkSatellite entity. The StarlinkSatelliteView must contain the following fields: - name: Block type: STRING - name: Notes type: STRING - name: Plane type: INT - name: Satellite type: Satellite - name: Shell type: STRING - name: Slot type: INT - name: StarlinkNetwork type: StarlinkNetwork The data source for the [Satellite] select control should be loaded from the relative URL: "/CustomerService/satellite" (HTTP-GET) The data source for the [StarlinkNetwork] select control should be loaded from the relative URL: "/StarlinkNetworkService/starlinknetwork" (HTTP-GET) An existing StarlinkSatellite entity should be loaded from the relative URL: "/StarlinkNetworkService/starlinksatellite/{id}" (HTTP-GET) If a new StarlinkSatellite entity has been created, the new entity should be posted to the relative URL: "/StarlinkNetworkService/starlinksatellite" (HTTP-POST) If an existing StarlinkSatellite entity has been updated, the modified entity should be sent to the relative URL: "/StarlinkNetworkService/starlinksatellite/{id}" (HTTP-PUT) If an existing StarlinkSatellite entity has to be deleted, the following relative URL should be called: "/StarlinkNetworkService/starlinksatellite/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint