Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WartungView
Please create a React-JS view called "WartungView" for the fields of the Wartung entity. The WartungView must contain the following fields: - name: Beschreibung type: STRING - name: DurchgefuehrtVon type: STRING - name: Hydrant type: Hydrant - name: Rohrabschnitt type: Rohrabschnitt - name: Ventil type: Ventil - name: WartungsArt type: STRING - name: WartungsDatum type: DATE 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 Wartung entity should be loaded from the relative URL: "/RohrabschnittService/wartung/{id}" (HTTP-GET) If a new Wartung entity has been created, the new entity should be posted to the relative URL: "/RohrabschnittService/wartung" (HTTP-POST) If an existing Wartung entity has been updated, the modified entity should be sent to the relative URL: "/RohrabschnittService/wartung/{id}" (HTTP-PUT) If an existing Wartung entity has to be deleted, the following relative URL should be called: "/RohrabschnittService/wartung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum