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: BackendSystem type: STRING - name: BetreiberName type: Betreiber - name: MaxGesamtleistungKw type: STRING - name: Name type: STRING - name: Tankstelle type: Tankstelle The data source for the [BetreiberName] select control should be loaded from the relative URL: "/TankstelleService/betreiber" (HTTP-GET) The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) An existing LadeStation entity should be loaded from the relative URL: "/LadeStationService/ladestation/{id}" (HTTP-GET) If a new LadeStation entity has been created, the new entity should be posted to the relative URL: "/LadeStationService/ladestation" (HTTP-POST) If an existing LadeStation entity has been updated, the modified entity should be sent to the relative URL: "/LadeStationService/ladestation/{id}" (HTTP-PUT) If an existing LadeStation entity has to be deleted, the following relative URL should be called: "/LadeStationService/ladestation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LadePunkt columns: - column: Ist24hZugaenglich - column: MaxLeistungKw - column: SteckerTyp - column: LadeStation - column: FahrzeugTyp The table should have the title "LadePunkts" und the data must be loaded from the server with the following relative URL: "/LadeStationService/ladepunkt/ladestation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum