Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonalRolleView
Please create a React-JS view called "PersonalRolleView" for the fields of the PersonalRolle entity. The PersonalRolleView must contain the following fields: - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: Personal type: Personal - name: Rolle type: Rolle The data source for the [Personal] select control should be loaded from the relative URL: "/PflegeheimService/personal" (HTTP-GET) The data source for the [Rolle] select control should be loaded from the relative URL: "/PflegeheimketteService/rolle" (HTTP-GET) An existing PersonalRolle entity should be loaded from the relative URL: "/PflegeheimketteService/personalrolle/{id}" (HTTP-GET) If a new PersonalRolle entity has been created, the new entity should be posted to the relative URL: "/PflegeheimketteService/personalrolle" (HTTP-POST) If an existing PersonalRolle entity has been updated, the modified entity should be sent to the relative URL: "/PflegeheimketteService/personalrolle/{id}" (HTTP-PUT) If an existing PersonalRolle entity has to be deleted, the following relative URL should be called: "/PflegeheimketteService/personalrolle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum