Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GesetzParagraphView
Please create a React-JS view called "GesetzParagraphView" for the fields of the GesetzParagraph entity. The GesetzParagraphView must contain the following fields: - name: Gesetz type: Gesetz - name: ParagraphCode type: STRING - name: Titel type: STRING - name: Zusammenfassung type: STRING The data source for the [Gesetz] select control should be loaded from the relative URL: "/GemeindeService/gesetz" (HTTP-GET) An existing GesetzParagraph entity should be loaded from the relative URL: "/BehoerdeService/gesetzparagraph/{id}" (HTTP-GET) If a new GesetzParagraph entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/gesetzparagraph" (HTTP-POST) If an existing GesetzParagraph entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/gesetzparagraph/{id}" (HTTP-PUT) If an existing GesetzParagraph entity has to be deleted, the following relative URL should be called: "/BehoerdeService/gesetzparagraph/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TierheimErlaubnis columns: - column: Tierheim - column: GueltigBis - column: DecktAuslandsimporte - column: Behoerde - column: ErlaubnisNummer - column: Bemerkung - column: GesetzParagraph - column: AusgestelltAm The table should have the title "TierheimErlaubniss" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/tierheimerlaubnis/gesetzparagraph/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum