Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FlughafenView
Please create a React-JS view called "FlughafenView" for the fields of the Flughafen entity. The FlughafenView must contain the following fields: - name: IataCode type: STRING - name: IcaoCode type: STRING - name: Name type: STRING - name: Stadt type: Stadt The data source for the [Stadt] select control should be loaded from the relative URL: "/CarsharingOrganisationService/stadt" (HTTP-GET) An existing Flughafen entity should be loaded from the relative URL: "/GeschaeftsmodellService/flughafen/{id}" (HTTP-GET) If a new Flughafen entity has been created, the new entity should be posted to the relative URL: "/GeschaeftsmodellService/flughafen" (HTTP-POST) If an existing Flughafen entity has been updated, the modified entity should be sent to the relative URL: "/GeschaeftsmodellService/flughafen/{id}" (HTTP-PUT) If an existing Flughafen entity has to be deleted, the following relative URL should be called: "/GeschaeftsmodellService/flughafen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FlughafenCarsharingAnlage columns: - column: Zusatzgebuehr - column: ShuttleService - column: Name - column: CarsharingOrganisation - column: Flughafen - column: EigenerParkbereich The table should have the title "FlughafenCarsharingAnlages" und the data must be loaded from the server with the following relative URL: "/GeschaeftsmodellService/flughafencarsharinganlage/flughafen/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum