Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonalschluesselView
Please create a React-JS view called "PersonalschluesselView" for the fields of the Personalschluessel entity. The PersonalschluesselView must contain the following fields: - name: Bundesland type: Bundesland - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: Personalart type: Personal - name: Pflegegrad type: Pflegegrad - name: Pflegeheim type: Pflegeheim - name: VerhaeltnisBewohnerProKraft 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 [Bundesland] select control should be loaded from the relative URL: "/BundeslandService/bundesland" (HTTP-GET) The data source for the [Pflegegrad] select control should be loaded from the relative URL: "/PflegegradService/pflegegrad" (HTTP-GET) The data source for the [Personalart] select control should be loaded from the relative URL: "/PflegeheimService/personal" (HTTP-GET) An existing Personalschluessel entity should be loaded from the relative URL: "/PflegeheimService/personalschluessel/{id}" (HTTP-GET) If a new Personalschluessel entity has been created, the new entity should be posted to the relative URL: "/PflegeheimService/personalschluessel" (HTTP-POST) If an existing Personalschluessel entity has been updated, the modified entity should be sent to the relative URL: "/PflegeheimService/personalschluessel/{id}" (HTTP-PUT) If an existing Personalschluessel entity has to be deleted, the following relative URL should be called: "/PflegeheimService/personalschluessel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum