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