Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BunkerView
Please create a React-JS view called "BunkerView" for the fields of the Bunker entity. The BunkerView must contain the following fields: - name: FlaecheQm type: LONG - name: IstTopfbunker type: BOOL - name: Loch type: Loch - name: PositionBeschreibung type: STRING - name: Typ type: STRING The data source for the [Loch] select control should be loaded from the relative URL: "/LochService/loch" (HTTP-GET) An existing Bunker entity should be loaded from the relative URL: "/LochService/bunker/{id}" (HTTP-GET) If a new Bunker entity has been created, the new entity should be posted to the relative URL: "/LochService/bunker" (HTTP-POST) If an existing Bunker entity has been updated, the modified entity should be sent to the relative URL: "/LochService/bunker/{id}" (HTTP-PUT) If an existing Bunker entity has to be deleted, the following relative URL should be called: "/LochService/bunker/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum