Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VorfallstypView
Please create a React-JS view called "VorfallstypView" for the fields of the Vorfallstyp entity. The VorfallstypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Vorfallstyp entity should be loaded from the relative URL: "/FahrzeugService/vorfallstyp/{id}" (HTTP-GET) If a new Vorfallstyp entity has been created, the new entity should be posted to the relative URL: "/FahrzeugService/vorfallstyp" (HTTP-POST) If an existing Vorfallstyp entity has been updated, the modified entity should be sent to the relative URL: "/FahrzeugService/vorfallstyp/{id}" (HTTP-PUT) If an existing Vorfallstyp entity has to be deleted, the following relative URL should be called: "/FahrzeugService/vorfallstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Vorfall columns: - column: Pannenhilfe - column: Vorfallstyp - column: Beschreibung - column: Fahrzeug - column: Reservierung - column: GemeldetAm The table should have the title "Vorfalls" und the data must be loaded from the server with the following relative URL: "/FahrzeugService/vorfall/vorfallstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum