Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchildTypView
Please create a React-JS view called "SchildTypView" for the fields of the SchildTyp entity. The SchildTypView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: IstHalteverbot type: BOOL - name: IstParkschild type: BOOL - name: Name type: STRING An existing SchildTyp entity should be loaded from the relative URL: "/StadtService/schildtyp/{id}" (HTTP-GET) If a new SchildTyp entity has been created, the new entity should be posted to the relative URL: "/StadtService/schildtyp" (HTTP-POST) If an existing SchildTyp entity has been updated, the modified entity should be sent to the relative URL: "/StadtService/schildtyp/{id}" (HTTP-PUT) If an existing SchildTyp entity has to be deleted, the following relative URL should be called: "/StadtService/schildtyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Schild columns: - column: Text - column: Seite - column: Parkzone - column: ZeitVon - column: SchildTyp - column: Richtung - column: Parkplatzbereich - column: ZeitBis The table should have the title "Schilds" und the data must be loaded from the server with the following relative URL: "/StadtService/schild/schildtyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum