Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ParkplatzView
Please create a React-JS view called "ParkplatzView" for the fields of the Parkplatz entity. The ParkplatzView must contain the following fields: - name: Code type: STRING - name: Ladefaehig type: BOOL - name: Reserviert type: BOOL - name: Station type: Station - name: Ueberdacht type: BOOL The data source for the [Station] select control should be loaded from the relative URL: "/StationService/station" (HTTP-GET) An existing Parkplatz entity should be loaded from the relative URL: "/StationService/parkplatz/{id}" (HTTP-GET) If a new Parkplatz entity has been created, the new entity should be posted to the relative URL: "/StationService/parkplatz" (HTTP-POST) If an existing Parkplatz entity has been updated, the modified entity should be sent to the relative URL: "/StationService/parkplatz/{id}" (HTTP-PUT) If an existing Parkplatz entity has to be deleted, the following relative URL should be called: "/StationService/parkplatz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum