Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InspektionView
Please create a React-JS view called "InspektionView" for the fields of the Inspektion entity. The InspektionView must contain the following fields: - name: Ergebnis type: STRING - name: Feststellungen type: STRING - name: Hydrant type: Hydrant - name: InspektionsDatum type: DATE - name: Inspektor type: STRING - name: Rohrabschnitt type: Rohrabschnitt - name: Ventil type: Ventil The data source for the [Hydrant] select control should be loaded from the relative URL: "/MaterialService/hydrant" (HTTP-GET) The data source for the [Ventil] select control should be loaded from the relative URL: "/InstallationsOrtService/ventil" (HTTP-GET) The data source for the [Rohrabschnitt] select control should be loaded from the relative URL: "/RohrabschnittService/rohrabschnitt" (HTTP-GET) An existing Inspektion entity should be loaded from the relative URL: "/RohrabschnittService/inspektion/{id}" (HTTP-GET) If a new Inspektion entity has been created, the new entity should be posted to the relative URL: "/RohrabschnittService/inspektion" (HTTP-POST) If an existing Inspektion entity has been updated, the modified entity should be sent to the relative URL: "/RohrabschnittService/inspektion/{id}" (HTTP-PUT) If an existing Inspektion entity has to be deleted, the following relative URL should be called: "/RohrabschnittService/inspektion/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum