Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FestpunktView
Please create a React-JS view called "FestpunktView" for the fields of the Festpunkt entity. The FestpunktView must contain the following fields: - name: AngelegtAm type: DATE - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Kennung type: STRING - name: Koordinatensystem type: Koordinatensystem - name: X type: DOUBLE - name: Y type: DOUBLE - name: Z type: DOUBLE The data source for the [Koordinatensystem] select control should be loaded from the relative URL: "/RaumbezugssystemService/koordinatensystem" (HTTP-GET) An existing Festpunkt entity should be loaded from the relative URL: "/FestpunktService/festpunkt/{id}" (HTTP-GET) If a new Festpunkt entity has been created, the new entity should be posted to the relative URL: "/FestpunktService/festpunkt" (HTTP-POST) If an existing Festpunkt entity has been updated, the modified entity should be sent to the relative URL: "/FestpunktService/festpunkt/{id}" (HTTP-PUT) If an existing Festpunkt entity has to be deleted, the following relative URL should be called: "/FestpunktService/festpunkt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Grenzpunkt columns: - column: Reihenfolge - column: Festpunkt - column: Flurstueck - column: LokaleKennung - column: ErzeugtAm The table should have the title "Grenzpunkts" und the data must be loaded from the server with the following relative URL: "/FestpunktService/grenzpunkt/festpunkt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum