Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerstossfallView
Please create a React-JS view called "VerstossfallView" for the fields of the Verstossfall entity. The VerstossfallView must contain the following fields: - name: BezahltAm type: DATE - name: Bussgeld type: STRING - name: FestgestelltAm type: DATE - name: IstBezahlt type: BOOL - name: Parkplatzbereich type: Parkplatzbereich - name: Parkvorgang type: Parkvorgang - name: Rechtsgrundlage type: STRING - name: VerstossTyp type: STRING - name: Waehrung type: STRING The data source for the [Parkvorgang] select control should be loaded from the relative URL: "/FahrzeugtypService/parkvorgang" (HTTP-GET) The data source for the [Parkplatzbereich] select control should be loaded from the relative URL: "/ParkplatzbereichService/parkplatzbereich" (HTTP-GET) An existing Verstossfall entity should be loaded from the relative URL: "/FahrzeugtypService/verstossfall/{id}" (HTTP-GET) If a new Verstossfall entity has been created, the new entity should be posted to the relative URL: "/FahrzeugtypService/verstossfall" (HTTP-POST) If an existing Verstossfall entity has been updated, the modified entity should be sent to the relative URL: "/FahrzeugtypService/verstossfall/{id}" (HTTP-PUT) If an existing Verstossfall entity has to be deleted, the following relative URL should be called: "/FahrzeugtypService/verstossfall/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum