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