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