Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GemarkungView
Please create a React-JS view called "GemarkungView" for the fields of the Gemarkung entity. The GemarkungView must contain the following fields: - name: Code type: STRING - name: ErzeugtAm type: DATE - name: Gemeinde type: Gemeinde - name: Name type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) An existing Gemarkung entity should be loaded from the relative URL: "/FlurstueckService/gemarkung/{id}" (HTTP-GET) If a new Gemarkung entity has been created, the new entity should be posted to the relative URL: "/FlurstueckService/gemarkung" (HTTP-POST) If an existing Gemarkung entity has been updated, the modified entity should be sent to the relative URL: "/FlurstueckService/gemarkung/{id}" (HTTP-PUT) If an existing Gemarkung entity has to be deleted, the following relative URL should be called: "/FlurstueckService/gemarkung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Flurstueck columns: - column: FlaecheQm - column: Flurstuecksnummer - column: Gemarkung - column: Nutzungsart - column: ErzeugtAm - column: Bebaut The table should have the title "Flurstuecks" und the data must be loaded from the server with the following relative URL: "/FlurstueckService/flurstueck/gemarkung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum