Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BenutzerkontoView
Please create a React-JS view called "BenutzerkontoView" for the fields of the Benutzerkonto entity. The BenutzerkontoView must contain the following fields: - name: BenutzerTyp type: STRING - name: Email type: STRING - name: Name type: STRING - name: Telefon type: STRING An existing Benutzerkonto entity should be loaded from the relative URL: "/ParkplatzbereichService/benutzerkonto/{id}" (HTTP-GET) If a new Benutzerkonto entity has been created, the new entity should be posted to the relative URL: "/ParkplatzbereichService/benutzerkonto" (HTTP-POST) If an existing Benutzerkonto entity has been updated, the modified entity should be sent to the relative URL: "/ParkplatzbereichService/benutzerkonto/{id}" (HTTP-PUT) If an existing Benutzerkonto entity has to be deleted, the following relative URL should be called: "/ParkplatzbereichService/benutzerkonto/{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/benutzerkonto/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum