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