Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ParkvorgangView
Please create a React-JS view called "ParkvorgangView" for the fields of the Parkvorgang entity. The ParkvorgangView must contain the following fields: - name: Benutzerkonto type: Benutzerkonto - name: BetragBezahlt type: STRING - name: Endzeit type: DATE - name: Fahrzeugtyp type: Fahrzeugtyp - name: IstBezahlt type: BOOL - name: IstVerstoss type: BOOL - name: Kennzeichen type: STRING - name: Startzeit type: DATE - name: Stellplatz type: Stellplatz - name: Waehrung type: STRING - name: Zahlungsart type: STRING The data source for the [Benutzerkonto] select control should be loaded from the relative URL: "/ParkplatzbereichService/benutzerkonto" (HTTP-GET) The data source for the [Stellplatz] select control should be loaded from the relative URL: "/FahrzeugtypService/stellplatz" (HTTP-GET) The data source for the [Fahrzeugtyp] select control should be loaded from the relative URL: "/FahrzeugtypService/fahrzeugtyp" (HTTP-GET) An existing Parkvorgang entity should be loaded from the relative URL: "/FahrzeugtypService/parkvorgang/{id}" (HTTP-GET) If a new Parkvorgang entity has been created, the new entity should be posted to the relative URL: "/FahrzeugtypService/parkvorgang" (HTTP-POST) If an existing Parkvorgang entity has been updated, the modified entity should be sent to the relative URL: "/FahrzeugtypService/parkvorgang/{id}" (HTTP-PUT) If an existing Parkvorgang entity has to be deleted, the following relative URL should be called: "/FahrzeugtypService/parkvorgang/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verstossfall columns: - column: IstBezahlt - column: Bussgeld - column: BezahltAm - column: Rechtsgrundlage - column: Waehrung - column: Parkvorgang - column: FestgestelltAm - column: VerstossTyp - column: Parkplatzbereich The table should have the title "Verstossfalls" und the data must be loaded from the server with the following relative URL: "/FahrzeugtypService/verstossfall/parkvorgang/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum