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