Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StellplatzView
Please create a React-JS view called "StellplatzView" for the fields of the Stellplatz entity. The StellplatzView must contain the following fields: - name: BreiteMeter type: STRING - name: Code type: STRING - name: Fahrzeugtyp type: Fahrzeugtyp - name: HatLadung type: BOOL - name: HatSchatten type: BOOL - name: IstBarrierefrei type: BOOL - name: IstMarkiert type: BOOL - name: IstReserviert type: BOOL - name: IstStrassenstellplatz type: BOOL - name: LaengeMeter type: STRING - name: NummerInReihe type: INT - name: NutzungsKategorie type: NutzungsKategorie - name: Parkplatzbereich type: Parkplatzbereich - name: ReihenBezeichnung type: STRING - name: StellplatzTyp type: StellplatzTyp The data source for the [NutzungsKategorie] select control should be loaded from the relative URL: "/NutzungsKategorieService/nutzungskategorie" (HTTP-GET) The data source for the [StellplatzTyp] select control should be loaded from the relative URL: "/LandService/stellplatztyp" (HTTP-GET) The data source for the [Fahrzeugtyp] select control should be loaded from the relative URL: "/FahrzeugtypService/fahrzeugtyp" (HTTP-GET) The data source for the [Parkplatzbereich] select control should be loaded from the relative URL: "/ParkplatzbereichService/parkplatzbereich" (HTTP-GET) An existing Stellplatz entity should be loaded from the relative URL: "/FahrzeugtypService/stellplatz/{id}" (HTTP-GET) If a new Stellplatz entity has been created, the new entity should be posted to the relative URL: "/FahrzeugtypService/stellplatz" (HTTP-POST) If an existing Stellplatz entity has been updated, the modified entity should be sent to the relative URL: "/FahrzeugtypService/stellplatz/{id}" (HTTP-PUT) If an existing Stellplatz entity has to be deleted, the following relative URL should be called: "/FahrzeugtypService/stellplatz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Parkvorgang columns: - column: Benutzerkonto - column: Kennzeichen - column: BetragBezahlt - column: Stellplatz - column: Zahlungsart - column: IstVerstoss - column: Startzeit - column: Fahrzeugtyp - column: Endzeit - column: Waehrung - column: IstBezahlt The table should have the title "Parkvorgangs" und the data must be loaded from the server with the following relative URL: "/FahrzeugtypService/parkvorgang/stellplatz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum