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