Overview
Summary
Contact
Donate
Imprint
Prompt for the
SpaceportAgencyRoleView
Please create a React-JS view called "SpaceportAgencyRoleView" for the fields of the SpaceportAgencyRole entity. The SpaceportAgencyRoleView must contain the following fields: - name: FromDate type: DATE - name: Role type: STRING - name: SpaceAgency type: SpaceAgency - 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 [SpaceAgency] select control should be loaded from the relative URL: "/SpaceAgencyService/spaceagency" (HTTP-GET) An existing SpaceportAgencyRole entity should be loaded from the relative URL: "/SpaceAgencyService/spaceportagencyrole/{id}" (HTTP-GET) If a new SpaceportAgencyRole entity has been created, the new entity should be posted to the relative URL: "/SpaceAgencyService/spaceportagencyrole" (HTTP-POST) If an existing SpaceportAgencyRole entity has been updated, the modified entity should be sent to the relative URL: "/SpaceAgencyService/spaceportagencyrole/{id}" (HTTP-PUT) If an existing SpaceportAgencyRole entity has to be deleted, the following relative URL should be called: "/SpaceAgencyService/spaceportagencyrole/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint