Overview
Summary
Contact
Donate
Imprint
Prompt for the
StarlinkUserTerminalView
Please create a React-JS view called "StarlinkUserTerminalView" for the fields of the StarlinkUserTerminal entity. The StarlinkUserTerminalView must contain the following fields: - name: HardwareVersion type: STRING - name: ModelName type: STRING - name: Notes type: STRING - name: ProductionFacility type: Facility - name: StarlinkNetwork type: StarlinkNetwork The data source for the [ProductionFacility] select control should be loaded from the relative URL: "/FacilityService/facility" (HTTP-GET) The data source for the [StarlinkNetwork] select control should be loaded from the relative URL: "/StarlinkNetworkService/starlinknetwork" (HTTP-GET) An existing StarlinkUserTerminal entity should be loaded from the relative URL: "/FacilityService/starlinkuserterminal/{id}" (HTTP-GET) If a new StarlinkUserTerminal entity has been created, the new entity should be posted to the relative URL: "/FacilityService/starlinkuserterminal" (HTTP-POST) If an existing StarlinkUserTerminal entity has been updated, the modified entity should be sent to the relative URL: "/FacilityService/starlinkuserterminal/{id}" (HTTP-PUT) If an existing StarlinkUserTerminal entity has to be deleted, the following relative URL should be called: "/FacilityService/starlinkuserterminal/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint