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