Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GemeindeView
Please create a React-JS view called "GemeindeView" for the fields of the Gemeinde entity. The GemeindeView must contain the following fields: - name: HatEigenesTierheim type: BOOL - name: Land type: STRING - name: Name type: STRING - name: Region type: STRING An existing Gemeinde entity should be loaded from the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-GET) If a new Gemeinde entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/gemeinde" (HTTP-POST) If an existing Gemeinde entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-PUT) If an existing Gemeinde entity has to be deleted, the following relative URL should be called: "/GemeindeService/gemeinde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GemeindeTierheimVertrag columns: - column: Vertragsbeginn - column: Pauschalbetrag - column: Tierheim - column: Vertragsende - column: NurFundtiere - column: Pauschalzahlung - column: Gemeinde - column: DecktTierarztkosten The table should have the title "GemeindeTierheimVertrags" und the data must be loaded from the server with the following relative URL: "/GemeindeService/gemeindetierheimvertrag/gemeinde/{id}" 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/gemeinde/{id}" Add a HTML table to the view with the following Fundmeldung columns: - column: Melder - column: Gemeinde - column: Tier - column: Meldedatum - column: BesitzerBekannt - column: FundortBeschreibung The table should have the title "Fundmeldungs" und the data must be loaded from the server with the following relative URL: "/TierhalterService/fundmeldung/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum