Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehandlungsfallMethodeView
Please create a React-JS view called "BehandlungsfallMethodeView" for the fields of the BehandlungsfallMethode entity. The BehandlungsfallMethodeView must contain the following fields: - name: AnzahlSitzungen type: LONG - name: Behandlungsfall type: Behandlungsfall - name: Behandlungsmethode type: Behandlungsmethode - name: Notizen type: STRING The data source for the [Behandlungsfall] select control should be loaded from the relative URL: "/GesetzService/behandlungsfall" (HTTP-GET) The data source for the [Behandlungsmethode] select control should be loaded from the relative URL: "/BehandlungsmethodeService/behandlungsmethode" (HTTP-GET) An existing BehandlungsfallMethode entity should be loaded from the relative URL: "/BehandlungsmethodeService/behandlungsfallmethode/{id}" (HTTP-GET) If a new BehandlungsfallMethode entity has been created, the new entity should be posted to the relative URL: "/BehandlungsmethodeService/behandlungsfallmethode" (HTTP-POST) If an existing BehandlungsfallMethode entity has been updated, the modified entity should be sent to the relative URL: "/BehandlungsmethodeService/behandlungsfallmethode/{id}" (HTTP-PUT) If an existing BehandlungsfallMethode entity has to be deleted, the following relative URL should be called: "/BehandlungsmethodeService/behandlungsfallmethode/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum