Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierBehandlungView
Please create a React-JS view called "TierBehandlungView" for the fields of the TierBehandlung entity. The TierBehandlungView must contain the following fields: - name: BehandlungsArt type: BehandlungsArt - name: Datum type: DATE - name: ErstattbarDurchGemeinde type: BOOL - name: Kosten type: STRING - name: Tier type: Tier - name: VeterinaerPraxis type: VeterinaerPraxis The data source for the [Tier] select control should be loaded from the relative URL: "/TierService/tier" (HTTP-GET) The data source for the [VeterinaerPraxis] select control should be loaded from the relative URL: "/VeterinaerPraxisService/veterinaerpraxis" (HTTP-GET) The data source for the [BehandlungsArt] select control should be loaded from the relative URL: "/VeterinaerPraxisService/behandlungsart" (HTTP-GET) An existing TierBehandlung entity should be loaded from the relative URL: "/VeterinaerPraxisService/tierbehandlung/{id}" (HTTP-GET) If a new TierBehandlung entity has been created, the new entity should be posted to the relative URL: "/VeterinaerPraxisService/tierbehandlung" (HTTP-POST) If an existing TierBehandlung entity has been updated, the modified entity should be sent to the relative URL: "/VeterinaerPraxisService/tierbehandlung/{id}" (HTTP-PUT) If an existing TierBehandlung entity has to be deleted, the following relative URL should be called: "/VeterinaerPraxisService/tierbehandlung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum