Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehoerdeView
Please create a React-JS view called "BehoerdeView" for the fields of the Behoerde entity. The BehoerdeView must contain the following fields: - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: Land type: STRING - name: Name type: STRING - name: Typ type: STRING An existing Behoerde entity should be loaded from the relative URL: "/BehoerdeService/behoerde/{id}" (HTTP-GET) If a new Behoerde entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/behoerde" (HTTP-POST) If an existing Behoerde entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/behoerde/{id}" (HTTP-PUT) If an existing Behoerde entity has to be deleted, the following relative URL should be called: "/BehoerdeService/behoerde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Tieraufnahme columns: - column: Beschreibung - column: TierherkunftsArt - column: Gemeinde - column: AufnahmeDatum - column: Tier - column: Finder - column: Behoerde The table should have the title "Tieraufnahmes" und the data must be loaded from the server with the following relative URL: "/TierherkunftsArtService/tieraufnahme/behoerde/{id}" 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/behoerde/{id}" Add a HTML table to the view with the following TierheimKontrolle columns: - column: Maengel - column: KontrolleurName - column: Behoerde - column: Tierheim - column: Ergebnis - column: NachkontrolleNoetig - column: Kontrolldatum The table should have the title "TierheimKontrolles" und the data must be loaded from the server with the following relative URL: "/TierheimService/tierheimkontrolle/behoerde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum