Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TarifzeitraumView
Please create a React-JS view called "TarifzeitraumView" for the fields of the Tarifzeitraum entity. The TarifzeitraumView must contain the following fields: - name: Endzeit type: STRING - name: MaxDauerMinuten type: INT - name: Parktarif type: Parktarif - name: PreisProStunde type: STRING - name: Startzeit type: STRING - name: Wochentag type: INT The data source for the [Parktarif] select control should be loaded from the relative URL: "/NutzungsKategorieService/parktarif" (HTTP-GET) An existing Tarifzeitraum entity should be loaded from the relative URL: "/NutzungsKategorieService/tarifzeitraum/{id}" (HTTP-GET) If a new Tarifzeitraum entity has been created, the new entity should be posted to the relative URL: "/NutzungsKategorieService/tarifzeitraum" (HTTP-POST) If an existing Tarifzeitraum entity has been updated, the modified entity should be sent to the relative URL: "/NutzungsKategorieService/tarifzeitraum/{id}" (HTTP-PUT) If an existing Tarifzeitraum entity has to be deleted, the following relative URL should be called: "/NutzungsKategorieService/tarifzeitraum/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum