Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehandlungsvertragView
Please create a React-JS view called "BehandlungsvertragView" for the fields of the Behandlungsvertrag entity. The BehandlungsvertragView must contain the following fields: - name: Behandlungsfall type: Behandlungsfall - name: DatumBeendigung type: DATE - name: DatumUnterschrift type: DATE - name: Gesetz type: Gesetz - name: Honorarvereinbarung type: STRING - name: NutztGebuehrenverzeichnis type: BOOL - name: NutztGOAEAnalog type: BOOL - name: UeberschreitetGebuehrenrahmen type: BOOL - name: Vertragsart type: Vertragsart - name: Vertragstext 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 [Vertragsart] select control should be loaded from the relative URL: "/PruefungService/vertragsart" (HTTP-GET) The data source for the [Gesetz] select control should be loaded from the relative URL: "/GesetzService/gesetz" (HTTP-GET) An existing Behandlungsvertrag entity should be loaded from the relative URL: "/GesetzService/behandlungsvertrag/{id}" (HTTP-GET) If a new Behandlungsvertrag entity has been created, the new entity should be posted to the relative URL: "/GesetzService/behandlungsvertrag" (HTTP-POST) If an existing Behandlungsvertrag entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/behandlungsvertrag/{id}" (HTTP-PUT) If an existing Behandlungsvertrag entity has to be deleted, the following relative URL should be called: "/GesetzService/behandlungsvertrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum