Overview
Summary
Services
Contact
Donate
About
Imprint
Prompt for the
AirlineAllianceView
Please create a React-JS view called "AirlineAllianceView" for the fields of the AirlineAlliance entity. The AirlineAllianceView must contain the following fields: - name: Airline type: Airline - name: Alliance type: Alliance - name: JoinDate type: DATE - name: Status type: STRING The data source for the [Airline] select control should be loaded from the relative URL: "/AirlineService/airline" (HTTP-GET) The data source for the [Alliance] select control should be loaded from the relative URL: "/AllianceService/alliance" (HTTP-GET) An existing AirlineAlliance entity should be loaded from the relative URL: "/AllianceService/airlinealliance/{id}" (HTTP-GET) If a new AirlineAlliance entity has been created, the new entity should be posted to the relative URL: "/AllianceService/airlinealliance" (HTTP-POST) If an existing AirlineAlliance entity has been updated, the modified entity should be sent to the relative URL: "/AllianceService/airlinealliance/{id}" (HTTP-PUT) If an existing AirlineAlliance entity has to be deleted, the following relative URL should be called: "/AllianceService/airlinealliance/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Services
Contact
Donate
About
Imprint