Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AuslandsTierschutzOrganisationView
Please create a React-JS view called "AuslandsTierschutzOrganisationView" for the fields of the AuslandsTierschutzOrganisation entity. The AuslandsTierschutzOrganisationView must contain the following fields: - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: HatImporterlaubnis type: BOOL - name: Land type: STRING - name: Name type: STRING An existing AuslandsTierschutzOrganisation entity should be loaded from the relative URL: "/TierService/auslandstierschutzorganisation/{id}" (HTTP-GET) If a new AuslandsTierschutzOrganisation entity has been created, the new entity should be posted to the relative URL: "/TierService/auslandstierschutzorganisation" (HTTP-POST) If an existing AuslandsTierschutzOrganisation entity has been updated, the modified entity should be sent to the relative URL: "/TierService/auslandstierschutzorganisation/{id}" (HTTP-PUT) If an existing AuslandsTierschutzOrganisation entity has to be deleted, the following relative URL should be called: "/TierService/auslandstierschutzorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KastrationsProgramm columns: - column: Region - column: FuehrendeOrganisation - column: StartDatum - column: LaeuftNoch - column: EndDatum - column: Name - column: Land The table should have the title "KastrationsProgramms" und the data must be loaded from the server with the following relative URL: "/KastrationsProgrammService/kastrationsprogramm/fuehrendeorganisation/{id}" Add a HTML table to the view with the following InternationalerTiertransfer columns: - column: AuslandsTierschutzOrganisation - column: Tier - column: AuslandsTierheim - column: TransferDatum - column: Tierheim - column: GegenEntgelt - column: HatErforderlicheGenehmigung The table should have the title "InternationalerTiertransfers" und the data must be loaded from the server with the following relative URL: "/TierService/internationalertiertransfer/auslandstierschutzorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum