Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BarrierefreiMassnahmeView
Please create a React-JS view called "BarrierefreiMassnahmeView" for the fields of the BarrierefreiMassnahme entity. The BarrierefreiMassnahmeView must contain the following fields: - name: Baustelle type: Baustelle - name: Beschreibung type: STRING - name: GehwegBreite type: STRING - name: NotwegVorhanden type: BOOL - name: QuerungshilfeVorhanden type: BOOL - name: RadwegBreite type: STRING The data source for the [Baustelle] select control should be loaded from the relative URL: "/BaustelleService/baustelle" (HTTP-GET) An existing BarrierefreiMassnahme entity should be loaded from the relative URL: "/BaustelleService/barrierefreimassnahme/{id}" (HTTP-GET) If a new BarrierefreiMassnahme entity has been created, the new entity should be posted to the relative URL: "/BaustelleService/barrierefreimassnahme" (HTTP-POST) If an existing BarrierefreiMassnahme entity has been updated, the modified entity should be sent to the relative URL: "/BaustelleService/barrierefreimassnahme/{id}" (HTTP-PUT) If an existing BarrierefreiMassnahme entity has to be deleted, the following relative URL should be called: "/BaustelleService/barrierefreimassnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum