Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RohrleitungView
Please create a React-JS view called "RohrleitungView" for the fields of the Rohrleitung entity. The RohrleitungView must contain the following fields: - name: BetriebsdruckBar type: STRING - name: DurchmesserMm type: LONG - name: Hinweise type: STRING - name: Installationsjahr type: LONG - name: LaengeKm type: STRING - name: Leitungsname type: STRING - name: Material type: STRING - name: Verteilnetz type: Verteilnetz The data source for the [Verteilnetz] select control should be loaded from the relative URL: "/VerteilnetzService/verteilnetz" (HTTP-GET) An existing Rohrleitung entity should be loaded from the relative URL: "/VerbraucherkategorieService/rohrleitung/{id}" (HTTP-GET) If a new Rohrleitung entity has been created, the new entity should be posted to the relative URL: "/VerbraucherkategorieService/rohrleitung" (HTTP-POST) If an existing Rohrleitung entity has been updated, the modified entity should be sent to the relative URL: "/VerbraucherkategorieService/rohrleitung/{id}" (HTTP-PUT) If an existing Rohrleitung entity has to be deleted, the following relative URL should be called: "/VerbraucherkategorieService/rohrleitung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum