Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KostenzusammensetzungView
Please create a React-JS view called "KostenzusammensetzungView" for the fields of the Kostenzusammensetzung entity. The KostenzusammensetzungView must contain the following fields: - name: AusbildungsumlageMonat type: DOUBLE - name: DurchschnittlicherEigenanteilMonat type: DOUBLE - name: EinheitlicherEigenanteilMonat type: DOUBLE - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: InvestitionskostenMonat type: DOUBLE - name: Pflegegrad type: Pflegegrad - name: Pflegeheim type: Pflegeheim - name: PflegesatzMonat type: DOUBLE - name: UnterkunftVerpflegungMonat type: DOUBLE The data source for the [Pflegeheim] select control should be loaded from the relative URL: "/PflegeheimService/pflegeheim" (HTTP-GET) The data source for the [Pflegegrad] select control should be loaded from the relative URL: "/PflegegradService/pflegegrad" (HTTP-GET) An existing Kostenzusammensetzung entity should be loaded from the relative URL: "/PflegeheimService/kostenzusammensetzung/{id}" (HTTP-GET) If a new Kostenzusammensetzung entity has been created, the new entity should be posted to the relative URL: "/PflegeheimService/kostenzusammensetzung" (HTTP-POST) If an existing Kostenzusammensetzung entity has been updated, the modified entity should be sent to the relative URL: "/PflegeheimService/kostenzusammensetzung/{id}" (HTTP-PUT) If an existing Kostenzusammensetzung entity has to be deleted, the following relative URL should be called: "/PflegeheimService/kostenzusammensetzung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum