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