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: Einheit type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: LeistungskatalogEintrag type: LeistungskatalogEintrag - name: Preis type: STRING - name: Tarifname type: STRING - name: Versicherung type: Versicherung The data source for the [Versicherung] select control should be loaded from the relative URL: "/VersicherungService/versicherung" (HTTP-GET) The data source for the [LeistungskatalogEintrag] select control should be loaded from the relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag" (HTTP-GET) An existing Tarif entity should be loaded from the relative URL: "/VersicherungService/tarif/{id}" (HTTP-GET) If a new Tarif entity has been created, the new entity should be posted to the relative URL: "/VersicherungService/tarif" (HTTP-POST) If an existing Tarif entity has been updated, the modified entity should be sent to the relative URL: "/VersicherungService/tarif/{id}" (HTTP-PUT) If an existing Tarif entity has to be deleted, the following relative URL should be called: "/VersicherungService/tarif/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum