Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BodenrichtwertzoneView
Please create a React-JS view called "BodenrichtwertzoneView" for the fields of the Bodenrichtwertzone entity. The BodenrichtwertzoneView must contain the following fields: - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Gemeinde type: Gemeinde - name: Nutzungsart type: STRING - name: Zonencode type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) An existing Bodenrichtwertzone entity should be loaded from the relative URL: "/GemeindeService/bodenrichtwertzone/{id}" (HTTP-GET) If a new Bodenrichtwertzone entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/bodenrichtwertzone" (HTTP-POST) If an existing Bodenrichtwertzone entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/bodenrichtwertzone/{id}" (HTTP-PUT) If an existing Bodenrichtwertzone entity has to be deleted, the following relative URL should be called: "/GemeindeService/bodenrichtwertzone/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bodenrichtwert columns: - column: ErzeugtAm - column: WertQm - column: Bodenrichtwertzone - column: Kommentar - column: Stichtag The table should have the title "Bodenrichtwerts" und the data must be loaded from the server with the following relative URL: "/RaumbezugssystemService/bodenrichtwert/bodenrichtwertzone/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum