Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BelagsmaterialView
Please create a React-JS view called "BelagsmaterialView" for the fields of the Belagsmaterial entity. The BelagsmaterialView must contain the following fields: - name: Beschreibung type: STRING - name: IstBefestigt type: BOOL - name: Name type: STRING An existing Belagsmaterial entity should be loaded from the relative URL: "/BelagsmaterialService/belagsmaterial/{id}" (HTTP-GET) If a new Belagsmaterial entity has been created, the new entity should be posted to the relative URL: "/BelagsmaterialService/belagsmaterial" (HTTP-POST) If an existing Belagsmaterial entity has been updated, the modified entity should be sent to the relative URL: "/BelagsmaterialService/belagsmaterial/{id}" (HTTP-PUT) If an existing Belagsmaterial entity has to be deleted, the following relative URL should be called: "/BelagsmaterialService/belagsmaterial/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StrassenabschnittBelag columns: - column: Belagsmaterial - column: LetzteErneuerung - column: Strassenabschnitt - column: DickeCm The table should have the title "StrassenabschnittBelags" und the data must be loaded from the server with the following relative URL: "/BelagsmaterialService/strassenabschnittbelag/belagsmaterial/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum