Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierstatusView
Please create a React-JS view called "TierstatusView" for the fields of the Tierstatus entity. The TierstatusView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Tierstatus entity should be loaded from the relative URL: "/KastrationsProgrammService/tierstatus/{id}" (HTTP-GET) If a new Tierstatus entity has been created, the new entity should be posted to the relative URL: "/KastrationsProgrammService/tierstatus" (HTTP-POST) If an existing Tierstatus entity has been updated, the modified entity should be sent to the relative URL: "/KastrationsProgrammService/tierstatus/{id}" (HTTP-PUT) If an existing Tierstatus entity has to be deleted, the following relative URL should be called: "/KastrationsProgrammService/tierstatus/{id}" (HTTP-DELETE) 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/tierstatus/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum