Overview
Summary
Services
Contact
Donate
About
Imprint
Prompt for the
RegulatoryBodyView
Please create a React-JS view called "RegulatoryBodyView" for the fields of the RegulatoryBody entity. The RegulatoryBodyView must contain the following fields: - name: Country type: Country - name: Name type: STRING - name: Type type: STRING - name: Website type: STRING The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) An existing RegulatoryBody entity should be loaded from the relative URL: "/CountryService/regulatorybody/{id}" (HTTP-GET) If a new RegulatoryBody entity has been created, the new entity should be posted to the relative URL: "/CountryService/regulatorybody" (HTTP-POST) If an existing RegulatoryBody entity has been updated, the modified entity should be sent to the relative URL: "/CountryService/regulatorybody/{id}" (HTTP-PUT) If an existing RegulatoryBody entity has to be deleted, the following relative URL should be called: "/CountryService/regulatorybody/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AirlineRegulatoryBody columns: - column: RegulatoryBody - column: Status - column: ExpiryDate - column: CertificateNumber - column: Airline - column: IssueDate The table should have the title "AirlineRegulatoryBodys" und the data must be loaded from the server with the following relative URL: "/CountryService/airlineregulatorybody/regulatorybody/{id}"
Copy prompt
Overview
Summary
Services
Contact
Donate
About
Imprint