Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VeterinaerPraxisView
Please create a React-JS view called "VeterinaerPraxisView" for the fields of the VeterinaerPraxis entity. The VeterinaerPraxisView must contain the following fields: - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: HatTierheimvertrag type: BOOL - name: Land type: STRING - name: Name type: STRING An existing VeterinaerPraxis entity should be loaded from the relative URL: "/VeterinaerPraxisService/veterinaerpraxis/{id}" (HTTP-GET) If a new VeterinaerPraxis entity has been created, the new entity should be posted to the relative URL: "/VeterinaerPraxisService/veterinaerpraxis" (HTTP-POST) If an existing VeterinaerPraxis entity has been updated, the modified entity should be sent to the relative URL: "/VeterinaerPraxisService/veterinaerpraxis/{id}" (HTTP-PUT) If an existing VeterinaerPraxis entity has to be deleted, the following relative URL should be called: "/VeterinaerPraxisService/veterinaerpraxis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TierBehandlung columns: - column: VeterinaerPraxis - column: Datum - column: BehandlungsArt - column: Kosten - column: Tier - column: ErstattbarDurchGemeinde The table should have the title "TierBehandlungs" und the data must be loaded from the server with the following relative URL: "/VeterinaerPraxisService/tierbehandlung/veterinaerpraxis/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum