Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BauwerkView
Please create a React-JS view called "BauwerkView" for the fields of the Bauwerk entity. The BauwerkView must contain the following fields: - name: Adresse type: STRING - name: BauwerkTyp type: STRING - name: Beschreibung type: STRING - name: Name type: STRING An existing Bauwerk entity should be loaded from the relative URL: "/BauwerkService/bauwerk/{id}" (HTTP-GET) If a new Bauwerk entity has been created, the new entity should be posted to the relative URL: "/BauwerkService/bauwerk" (HTTP-POST) If an existing Bauwerk entity has been updated, the modified entity should be sent to the relative URL: "/BauwerkService/bauwerk/{id}" (HTTP-PUT) If an existing Bauwerk entity has to be deleted, the following relative URL should be called: "/BauwerkService/bauwerk/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Baustelle columns: - column: Strassenbehoerde - column: EndDatumTatsaechlich - column: Bauvorhaben - column: BaufeldFlaeche - column: StartDatum - column: Bauwerk - column: Bezeichnung - column: Hauptunternehmer - column: Auftraggeber - column: StandortBeschreibung - column: Architekt - column: EndDatumGeplant The table should have the title "Baustelles" und the data must be loaded from the server with the following relative URL: "/BaustelleService/baustelle/bauwerk/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum