Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StrassenabschnittBelagView
Please create a React-JS view called "StrassenabschnittBelagView" for the fields of the StrassenabschnittBelag entity. The StrassenabschnittBelagView must contain the following fields: - name: Belagsmaterial type: Belagsmaterial - name: DickeCm type: STRING - name: LetzteErneuerung type: DATE - name: Strassenabschnitt type: Strassenabschnitt The data source for the [Belagsmaterial] select control should be loaded from the relative URL: "/BelagsmaterialService/belagsmaterial" (HTTP-GET) The data source for the [Strassenabschnitt] select control should be loaded from the relative URL: "/StrassenabschnittService/strassenabschnitt" (HTTP-GET) An existing StrassenabschnittBelag entity should be loaded from the relative URL: "/BelagsmaterialService/strassenabschnittbelag/{id}" (HTTP-GET) If a new StrassenabschnittBelag entity has been created, the new entity should be posted to the relative URL: "/BelagsmaterialService/strassenabschnittbelag" (HTTP-POST) If an existing StrassenabschnittBelag entity has been updated, the modified entity should be sent to the relative URL: "/BelagsmaterialService/strassenabschnittbelag/{id}" (HTTP-PUT) If an existing StrassenabschnittBelag entity has to be deleted, the following relative URL should be called: "/BelagsmaterialService/strassenabschnittbelag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum