Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ParkleitsystemView
Please create a React-JS view called "ParkleitsystemView" for the fields of the Parkleitsystem entity. The ParkleitsystemView must contain the following fields: - name: Beschreibung type: STRING - name: HatApp type: BOOL - name: HatStrassenanzeigen type: BOOL - name: Name type: STRING - name: Parkbetreiber type: Parkbetreiber - name: TechnologieTyp type: STRING - name: Webseite type: STRING The data source for the [Parkbetreiber] select control should be loaded from the relative URL: "/ParkbetreiberService/parkbetreiber" (HTTP-GET) An existing Parkleitsystem entity should be loaded from the relative URL: "/ParkbetreiberService/parkleitsystem/{id}" (HTTP-GET) If a new Parkleitsystem entity has been created, the new entity should be posted to the relative URL: "/ParkbetreiberService/parkleitsystem" (HTTP-POST) If an existing Parkleitsystem entity has been updated, the modified entity should be sent to the relative URL: "/ParkbetreiberService/parkleitsystem/{id}" (HTTP-PUT) If an existing Parkleitsystem entity has to be deleted, the following relative URL should be called: "/ParkbetreiberService/parkleitsystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ParkleitsystemAbdeckung columns: - column: Parkleitsystem - column: Parkplatzbereich The table should have the title "ParkleitsystemAbdeckungs" und the data must be loaded from the server with the following relative URL: "/ParkbetreiberService/parkleitsystemabdeckung/parkleitsystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum