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