Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmweltstudieView
Please create a React-JS view called "UmweltstudieView" for the fields of the Umweltstudie entity. The UmweltstudieView must contain the following fields: - name: Anbieter type: STRING - name: Co2ProKm type: STRING - name: ErsetzteFahrzeuge type: STRING - name: Jahr type: LONG - name: Notizen type: STRING - name: PrivatCo2ProKm 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 Umweltstudie entity should be loaded from the relative URL: "/RechnungService/umweltstudie/{id}" (HTTP-GET) If a new Umweltstudie entity has been created, the new entity should be posted to the relative URL: "/RechnungService/umweltstudie" (HTTP-POST) If an existing Umweltstudie entity has been updated, the modified entity should be sent to the relative URL: "/RechnungService/umweltstudie/{id}" (HTTP-PUT) If an existing Umweltstudie entity has to be deleted, the following relative URL should be called: "/RechnungService/umweltstudie/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum