Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ParkleitsystemAbdeckungView
Please create a React-JS view called "ParkleitsystemAbdeckungView" for the fields of the ParkleitsystemAbdeckung entity. The ParkleitsystemAbdeckungView must contain the following fields: - name: Parkleitsystem type: Parkleitsystem - name: Parkplatzbereich type: Parkplatzbereich The data source for the [Parkleitsystem] select control should be loaded from the relative URL: "/ParkbetreiberService/parkleitsystem" (HTTP-GET) The data source for the [Parkplatzbereich] select control should be loaded from the relative URL: "/ParkplatzbereichService/parkplatzbereich" (HTTP-GET) An existing ParkleitsystemAbdeckung entity should be loaded from the relative URL: "/ParkbetreiberService/parkleitsystemabdeckung/{id}" (HTTP-GET) If a new ParkleitsystemAbdeckung entity has been created, the new entity should be posted to the relative URL: "/ParkbetreiberService/parkleitsystemabdeckung" (HTTP-POST) If an existing ParkleitsystemAbdeckung entity has been updated, the modified entity should be sent to the relative URL: "/ParkbetreiberService/parkleitsystemabdeckung/{id}" (HTTP-PUT) If an existing ParkleitsystemAbdeckung entity has to be deleted, the following relative URL should be called: "/ParkbetreiberService/parkleitsystemabdeckung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum