Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZaehlerView
Please create a React-JS view called "ZaehlerView" for the fields of the Zaehler entity. The ZaehlerView must contain the following fields: - name: AusbauDatum type: DATE - name: Beschreibung type: STRING - name: Einbaudatum type: DATE - name: Seriennummer type: STRING - name: Tarifmodell type: STRING - name: Zaehlerschrank type: Zaehlerschrank - name: Zaehlertyp type: STRING The data source for the [Zaehlerschrank] select control should be loaded from the relative URL: "/StromkreisService/zaehlerschrank" (HTTP-GET) An existing Zaehler entity should be loaded from the relative URL: "/StromkreisService/zaehler/{id}" (HTTP-GET) If a new Zaehler entity has been created, the new entity should be posted to the relative URL: "/StromkreisService/zaehler" (HTTP-POST) If an existing Zaehler entity has been updated, the modified entity should be sent to the relative URL: "/StromkreisService/zaehler/{id}" (HTTP-PUT) If an existing Zaehler entity has to be deleted, the following relative URL should be called: "/StromkreisService/zaehler/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum