Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BaumassnahmeView
Please create a React-JS view called "BaumassnahmeView" for the fields of the Baumassnahme entity. The BaumassnahmeView must contain the following fields: - name: Baustelle type: Baustelle - name: Beginn type: DATE - name: Beschreibung type: STRING - name: Ende type: DATE - name: IstDauerbaustelle type: BOOL - name: IstNachtarbeit type: BOOL - name: IstRundUmDieUhr type: BOOL - name: IstTageslichtarbeit type: BOOL - name: IstWanderbaustelle type: BOOL - name: MassnahmeTyp type: STRING The data source for the [Baustelle] select control should be loaded from the relative URL: "/BaustelleService/baustelle" (HTTP-GET) An existing Baumassnahme entity should be loaded from the relative URL: "/VerkehrswegService/baumassnahme/{id}" (HTTP-GET) If a new Baumassnahme entity has been created, the new entity should be posted to the relative URL: "/VerkehrswegService/baumassnahme" (HTTP-POST) If an existing Baumassnahme entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrswegService/baumassnahme/{id}" (HTTP-PUT) If an existing Baumassnahme entity has to be deleted, the following relative URL should be called: "/VerkehrswegService/baumassnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum