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