Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchildView
Please create a React-JS view called "SchildView" for the fields of the Schild entity. The SchildView must contain the following fields: - name: Parkplatzbereich type: Parkplatzbereich - name: Parkzone type: Parkzone - name: Richtung type: STRING - name: SchildTyp type: SchildTyp - name: Seite type: STRING - name: Text type: STRING - name: ZeitBis type: STRING - name: ZeitVon type: STRING The data source for the [Parkzone] select control should be loaded from the relative URL: "/StadtService/parkzone" (HTTP-GET) The data source for the [SchildTyp] select control should be loaded from the relative URL: "/StadtService/schildtyp" (HTTP-GET) The data source for the [Parkplatzbereich] select control should be loaded from the relative URL: "/ParkplatzbereichService/parkplatzbereich" (HTTP-GET) An existing Schild entity should be loaded from the relative URL: "/StadtService/schild/{id}" (HTTP-GET) If a new Schild entity has been created, the new entity should be posted to the relative URL: "/StadtService/schild" (HTTP-POST) If an existing Schild entity has been updated, the modified entity should be sent to the relative URL: "/StadtService/schild/{id}" (HTTP-PUT) If an existing Schild entity has to be deleted, the following relative URL should be called: "/StadtService/schild/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum