Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ParkzoneView
Please create a React-JS view called "ParkzoneView" for the fields of the Parkzone entity. The ParkzoneView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: FarbCode type: STRING - name: IstBewohnerparkenErlaubt type: BOOL - name: MaxDauerMinutenStandard type: INT - name: Name type: STRING - name: Stadt type: Stadt - name: ZonenTyp type: STRING The data source for the [Stadt] select control should be loaded from the relative URL: "/StadtService/stadt" (HTTP-GET) An existing Parkzone entity should be loaded from the relative URL: "/StadtService/parkzone/{id}" (HTTP-GET) If a new Parkzone entity has been created, the new entity should be posted to the relative URL: "/StadtService/parkzone" (HTTP-POST) If an existing Parkzone entity has been updated, the modified entity should be sent to the relative URL: "/StadtService/parkzone/{id}" (HTTP-PUT) If an existing Parkzone entity has to be deleted, the following relative URL should be called: "/StadtService/parkzone/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Parktarif columns: - column: GueltigBisDatum - column: Fahrzeugtyp - column: GueltigVonDatum - column: Parkplatzbereich - column: NutzungsKategorie - column: MaxTagespreis - column: Parkzone - column: IstKostenlos - column: GrundpreisProStunde - column: Waehrung - column: Name - column: Beschreibung The table should have the title "Parktarifs" und the data must be loaded from the server with the following relative URL: "/NutzungsKategorieService/parktarif/parkzone/{id}" Add a HTML table to the view with the following Schild columns: - column: Text - column: Seite - column: Parkzone - column: ZeitVon - column: SchildTyp - column: Richtung - column: Parkplatzbereich - column: ZeitBis The table should have the title "Schilds" und the data must be loaded from the server with the following relative URL: "/StadtService/schild/parkzone/{id}" Add a HTML table to the view with the following Parkregel columns: - column: Rechtsgrundlage - column: BerechtigungErforderlich - column: GueltigBisZeit - column: GueltigBisDatum - column: Parkzone - column: TicketErforderlich - column: Hinweise - column: Name - column: ParkscheibeErforderlich - column: MaxDauerMinuten - column: GueltigVonDatum - column: NutzungsKategorie - column: Parkplatzbereich - column: GueltigVonZeit The table should have the title "Parkregels" und the data must be loaded from the server with the following relative URL: "/NutzungsKategorieService/parkregel/parkzone/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum