Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TarifView
Please create a React-JS view called "TarifView" for the fields of the Tarif entity. The TarifView must contain the following fields: - name: ArbeitspreisProM3 type: STRING - name: GrundpreisProMonat type: STRING - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: Hinweise type: STRING - name: Tarifname type: STRING - name: Verbraucherkategorie type: Verbraucherkategorie - name: Wasserversorger type: Wasserversorger The data source for the [Verbraucherkategorie] select control should be loaded from the relative URL: "/VerbraucherkategorieService/verbraucherkategorie" (HTTP-GET) The data source for the [Wasserversorger] select control should be loaded from the relative URL: "/WasserversorgerService/wasserversorger" (HTTP-GET) An existing Tarif entity should be loaded from the relative URL: "/VerbraucherkategorieService/tarif/{id}" (HTTP-GET) If a new Tarif entity has been created, the new entity should be posted to the relative URL: "/VerbraucherkategorieService/tarif" (HTTP-POST) If an existing Tarif entity has been updated, the modified entity should be sent to the relative URL: "/VerbraucherkategorieService/tarif/{id}" (HTTP-PUT) If an existing Tarif entity has to be deleted, the following relative URL should be called: "/VerbraucherkategorieService/tarif/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum