Overview
Summary
Services
Contact
Donate
About
Imprint
Prompt for the
AirlineRegulatoryBodyView
Please create a React-JS view called "AirlineRegulatoryBodyView" for the fields of the AirlineRegulatoryBody entity. The AirlineRegulatoryBodyView must contain the following fields: - name: Airline type: Airline - name: CertificateNumber type: STRING - name: ExpiryDate type: DATE - name: IssueDate type: DATE - name: RegulatoryBody type: RegulatoryBody - 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 [RegulatoryBody] select control should be loaded from the relative URL: "/CountryService/regulatorybody" (HTTP-GET) An existing AirlineRegulatoryBody entity should be loaded from the relative URL: "/CountryService/airlineregulatorybody/{id}" (HTTP-GET) If a new AirlineRegulatoryBody entity has been created, the new entity should be posted to the relative URL: "/CountryService/airlineregulatorybody" (HTTP-POST) If an existing AirlineRegulatoryBody entity has been updated, the modified entity should be sent to the relative URL: "/CountryService/airlineregulatorybody/{id}" (HTTP-PUT) If an existing AirlineRegulatoryBody entity has to be deleted, the following relative URL should be called: "/CountryService/airlineregulatorybody/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Services
Contact
Donate
About
Imprint