Overview
Summary
Contact
Donate
Imprint
Prompt for the
AirportServiceView
Please create a React-JS view called "AirportServiceView" for the fields of the AirportService entity. The AirportServiceView must contain the following fields: - name: Airport type: Airport - name: LaunchDate type: DATE - name: RobotaxiService type: RobotaxiService - name: Status type: STRING The data source for the [Airport] select control should be loaded from the relative URL: "/CityService/airport" (HTTP-GET) The data source for the [RobotaxiService] select control should be loaded from the relative URL: "/CompanyService/robotaxiservice" (HTTP-GET) An existing AirportService entity should be loaded from the relative URL: "/CityService/airportservice/{id}" (HTTP-GET) If a new AirportService entity has been created, the new entity should be posted to the relative URL: "/CityService/airportservice" (HTTP-POST) If an existing AirportService entity has been updated, the modified entity should be sent to the relative URL: "/CityService/airportservice/{id}" (HTTP-PUT) If an existing AirportService entity has to be deleted, the following relative URL should be called: "/CityService/airportservice/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint