Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserzaehlerView
Please create a React-JS view called "WasserzaehlerView" for the fields of the Wasserzaehler entity. The WasserzaehlerView must contain the following fields: - name: EichDatum type: DATE - name: Hausanschluss type: Hausanschluss - name: InstallationsDatum type: DATE - name: Seriennummer type: STRING - name: ZaehlerTyp type: STRING The data source for the [Hausanschluss] select control should be loaded from the relative URL: "/GemeindeService/hausanschluss" (HTTP-GET) An existing Wasserzaehler entity should be loaded from the relative URL: "/InstallationsOrtService/wasserzaehler/{id}" (HTTP-GET) If a new Wasserzaehler entity has been created, the new entity should be posted to the relative URL: "/InstallationsOrtService/wasserzaehler" (HTTP-POST) If an existing Wasserzaehler entity has been updated, the modified entity should be sent to the relative URL: "/InstallationsOrtService/wasserzaehler/{id}" (HTTP-PUT) If an existing Wasserzaehler entity has to be deleted, the following relative URL should be called: "/InstallationsOrtService/wasserzaehler/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum