Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerbraucherkategorieView
Please create a React-JS view called "VerbraucherkategorieView" for the fields of the Verbraucherkategorie entity. The VerbraucherkategorieView must contain the following fields: - name: Beschreibung type: STRING - name: Kategoriename type: STRING An existing Verbraucherkategorie entity should be loaded from the relative URL: "/VerbraucherkategorieService/verbraucherkategorie/{id}" (HTTP-GET) If a new Verbraucherkategorie entity has been created, the new entity should be posted to the relative URL: "/VerbraucherkategorieService/verbraucherkategorie" (HTTP-POST) If an existing Verbraucherkategorie entity has been updated, the modified entity should be sent to the relative URL: "/VerbraucherkategorieService/verbraucherkategorie/{id}" (HTTP-PUT) If an existing Verbraucherkategorie entity has to be deleted, the following relative URL should be called: "/VerbraucherkategorieService/verbraucherkategorie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Wasseranschluss columns: - column: DurchmesserMm - column: Anschlussbeginn - column: Anschlussende - column: Hinweise - column: Anschlusskennung - column: Verbraucherkategorie - column: Verteilnetz - column: Strasse - column: Postleitzahl - column: Zaehlernummer - column: Gemeinde The table should have the title "Wasseranschlusss" und the data must be loaded from the server with the following relative URL: "/VerteilnetzService/wasseranschluss/verbraucherkategorie/{id}" Add a HTML table to the view with the following Tarif columns: - column: Hinweise - column: GueltigBis - column: Verbraucherkategorie - column: GrundpreisProMonat - column: Wasserversorger - column: ArbeitspreisProM3 - column: GueltigAb - column: Tarifname The table should have the title "Tarifs" und the data must be loaded from the server with the following relative URL: "/VerbraucherkategorieService/tarif/verbraucherkategorie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum