Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbrechnungView
Please create a React-JS view called "AbrechnungView" for the fields of the Abrechnung entity. The AbrechnungView must contain the following fields: - name: Abrechnungstyp type: Abrechnungstyp - name: Behandlungsfall type: Behandlungsfall - name: Betrag type: STRING - name: IstErstattet type: BOOL - name: Versicherungstraeger type: Versicherungstraeger - name: Waehrung type: STRING The data source for the [Abrechnungstyp] select control should be loaded from the relative URL: "/LandService/abrechnungstyp" (HTTP-GET) The data source for the [Behandlungsfall] select control should be loaded from the relative URL: "/ZahnarztpraxisService/behandlungsfall" (HTTP-GET) The data source for the [Versicherungstraeger] select control should be loaded from the relative URL: "/VersicherungstraegerService/versicherungstraeger" (HTTP-GET) An existing Abrechnung entity should be loaded from the relative URL: "/VersicherungstraegerService/abrechnung/{id}" (HTTP-GET) If a new Abrechnung entity has been created, the new entity should be posted to the relative URL: "/VersicherungstraegerService/abrechnung" (HTTP-POST) If an existing Abrechnung entity has been updated, the modified entity should be sent to the relative URL: "/VersicherungstraegerService/abrechnung/{id}" (HTTP-PUT) If an existing Abrechnung entity has to be deleted, the following relative URL should be called: "/VersicherungstraegerService/abrechnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum