Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbrechnungspostenView
Please create a React-JS view called "AbrechnungspostenView" for the fields of the Abrechnungsposten entity. The AbrechnungspostenView must contain the following fields: - name: Abrechnungsfall type: Abrechnungsfall - name: Behandlungsleistung type: Behandlungsleistung - name: Einzelpreis type: STRING - name: Gebuehrenposition type: Gebuehrenposition - name: Gesamtbetrag type: STRING - name: Menge type: INT - name: Multiplikator type: STRING The data source for the [Behandlungsleistung] select control should be loaded from the relative URL: "/PatientService/behandlungsleistung" (HTTP-GET) The data source for the [Abrechnungsfall] select control should be loaded from the relative URL: "/VertragsmodellService/abrechnungsfall" (HTTP-GET) The data source for the [Gebuehrenposition] select control should be loaded from the relative URL: "/GebuehrenpositionService/gebuehrenposition" (HTTP-GET) An existing Abrechnungsposten entity should be loaded from the relative URL: "/GebuehrenpositionService/abrechnungsposten/{id}" (HTTP-GET) If a new Abrechnungsposten entity has been created, the new entity should be posted to the relative URL: "/GebuehrenpositionService/abrechnungsposten" (HTTP-POST) If an existing Abrechnungsposten entity has been updated, the modified entity should be sent to the relative URL: "/GebuehrenpositionService/abrechnungsposten/{id}" (HTTP-PUT) If an existing Abrechnungsposten entity has to be deleted, the following relative URL should be called: "/GebuehrenpositionService/abrechnungsposten/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum