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