Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InventarGeraetView
Please create a React-JS view called "InventarGeraetView" for the fields of the InventarGeraet entity. The InventarGeraetView must contain the following fields: - name: Apotheke type: Apotheke - name: Bezeichnung type: STRING - name: PflichtgeraetFlag type: BOOL The data source for the [Apotheke] select control should be loaded from the relative URL: "/ApothekeService/apotheke" (HTTP-GET) An existing InventarGeraet entity should be loaded from the relative URL: "/KundeService/inventargeraet/{id}" (HTTP-GET) If a new InventarGeraet entity has been created, the new entity should be posted to the relative URL: "/KundeService/inventargeraet" (HTTP-POST) If an existing InventarGeraet entity has been updated, the modified entity should be sent to the relative URL: "/KundeService/inventargeraet/{id}" (HTTP-PUT) If an existing InventarGeraet entity has to be deleted, the following relative URL should be called: "/KundeService/inventargeraet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum