Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LadestationView
Please create a React-JS view called "LadestationView" for the fields of the Ladestation entity. The LadestationView must contain the following fields: - name: AnzahlStecker type: INT - name: BetreiberName type: STRING - name: IstSchnellladung type: BOOL - name: MaxLeistungKw type: STRING - name: Name type: STRING - name: Parkplatzbereich type: Parkplatzbereich - name: SteckerTyp type: STRING The data source for the [Parkplatzbereich] select control should be loaded from the relative URL: "/ParkplatzbereichService/parkplatzbereich" (HTTP-GET) An existing Ladestation entity should be loaded from the relative URL: "/LandService/ladestation/{id}" (HTTP-GET) If a new Ladestation entity has been created, the new entity should be posted to the relative URL: "/LandService/ladestation" (HTTP-POST) If an existing Ladestation entity has been updated, the modified entity should be sent to the relative URL: "/LandService/ladestation/{id}" (HTTP-PUT) If an existing Ladestation entity has to be deleted, the following relative URL should be called: "/LandService/ladestation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum