Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrzeugTypView
Please create a React-JS view called "FahrzeugTypView" for the fields of the FahrzeugTyp entity. The FahrzeugTypView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING An existing FahrzeugTyp entity should be loaded from the relative URL: "/LadeStationService/fahrzeugtyp/{id}" (HTTP-GET) If a new FahrzeugTyp entity has been created, the new entity should be posted to the relative URL: "/LadeStationService/fahrzeugtyp" (HTTP-POST) If an existing FahrzeugTyp entity has been updated, the modified entity should be sent to the relative URL: "/LadeStationService/fahrzeugtyp/{id}" (HTTP-PUT) If an existing FahrzeugTyp entity has to be deleted, the following relative URL should be called: "/LadeStationService/fahrzeugtyp/{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/fahrzeugtyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum