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