Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitungsAbschnittView
Please create a React-JS view called "LeitungsAbschnittView" for the fields of the LeitungsAbschnitt entity. The LeitungsAbschnittView must contain the following fields: - name: Baujahr type: LONG - name: IstInBetrieb type: BOOL - name: LaengeMeter type: STRING - name: Material type: STRING - name: NennweiteMm type: LONG - name: WasserNetz type: WasserNetz The data source for the [WasserNetz] select control should be loaded from the relative URL: "/WasserNetzService/wassernetz" (HTTP-GET) An existing LeitungsAbschnitt entity should be loaded from the relative URL: "/StandrohrTypeService/leitungsabschnitt/{id}" (HTTP-GET) If a new LeitungsAbschnitt entity has been created, the new entity should be posted to the relative URL: "/StandrohrTypeService/leitungsabschnitt" (HTTP-POST) If an existing LeitungsAbschnitt entity has been updated, the modified entity should be sent to the relative URL: "/StandrohrTypeService/leitungsabschnitt/{id}" (HTTP-PUT) If an existing LeitungsAbschnitt entity has to be deleted, the following relative URL should be called: "/StandrohrTypeService/leitungsabschnitt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum