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