Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasseranschlussView
Please create a React-JS view called "WasseranschlussView" for the fields of the Wasseranschluss entity. The WasseranschlussView must contain the following fields: - name: Anschlussbeginn type: DATE - name: Anschlussende type: DATE - name: Anschlusskennung type: STRING - name: DurchmesserMm type: LONG - name: Gemeinde type: Gemeinde - name: Hinweise type: STRING - name: Postleitzahl type: STRING - name: Strasse type: STRING - name: Verbraucherkategorie type: Verbraucherkategorie - name: Verteilnetz type: Verteilnetz - name: Zaehlernummer type: STRING The data source for the [Verbraucherkategorie] select control should be loaded from the relative URL: "/VerbraucherkategorieService/verbraucherkategorie" (HTTP-GET) The data source for the [Verteilnetz] select control should be loaded from the relative URL: "/VerteilnetzService/verteilnetz" (HTTP-GET) The data source for the [Gemeinde] select control should be loaded from the relative URL: "/VerteilnetzService/gemeinde" (HTTP-GET) An existing Wasseranschluss entity should be loaded from the relative URL: "/VerteilnetzService/wasseranschluss/{id}" (HTTP-GET) If a new Wasseranschluss entity has been created, the new entity should be posted to the relative URL: "/VerteilnetzService/wasseranschluss" (HTTP-POST) If an existing Wasseranschluss entity has been updated, the modified entity should be sent to the relative URL: "/VerteilnetzService/wasseranschluss/{id}" (HTTP-PUT) If an existing Wasseranschluss entity has to be deleted, the following relative URL should be called: "/VerteilnetzService/wasseranschluss/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum