Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierhalterView
Please create a React-JS view called "TierhalterView" for the fields of the Tierhalter entity. The TierhalterView must contain the following fields: - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: Email type: STRING - name: Land type: STRING - name: Telefon type: STRING - name: Vollname type: STRING An existing Tierhalter entity should be loaded from the relative URL: "/TierhalterService/tierhalter/{id}" (HTTP-GET) If a new Tierhalter entity has been created, the new entity should be posted to the relative URL: "/TierhalterService/tierhalter" (HTTP-POST) If an existing Tierhalter entity has been updated, the modified entity should be sent to the relative URL: "/TierhalterService/tierhalter/{id}" (HTTP-PUT) If an existing Tierhalter entity has to be deleted, the following relative URL should be called: "/TierhalterService/tierhalter/{id}" (HTTP-DELETE) 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/melder/{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/finder/{id}" Add a HTML table to the view with the following Tierabgabe columns: - column: NeuerHalter - column: Tier - column: Datum - column: Bemerkung - column: Art - column: Vertragsreferenz The table should have the title "Tierabgabes" und the data must be loaded from the server with the following relative URL: "/TierhalterService/tierabgabe/neuerhalter/{id}" Add a HTML table to the view with the following Tier columns: - column: GeburtsdatumUngefaehr - column: Tierstatus - column: AktuellerHalter - column: NochImTierheim - column: IstGechippt - column: Tierart - column: AufnahmeDatum - column: Tierheim - column: Geschlecht - column: IstGrundimmunisiert - column: Name - column: IstKastriert - column: IstGefaehrlicherHund The table should have the title "Tiers" und the data must be loaded from the server with the following relative URL: "/TierService/tier/aktuellerhalter/{id}" Add a HTML table to the view with the following AdoptionsVertrag columns: - column: Vertragsart - column: Vertragsdatum - column: HatRueckgabepflicht - column: HatKontrollklauseln - column: NeuerHalter - column: Tierheim - column: Gebuehr - column: Tier The table should have the title "AdoptionsVertrags" und the data must be loaded from the server with the following relative URL: "/TierschutzVereinService/adoptionsvertrag/neuerhalter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum