Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeerlaubnisView
Please create a React-JS view called "PflegeerlaubnisView" for the fields of the Pflegeerlaubnis entity. The PflegeerlaubnisView must contain the following fields: - name: Erteilungsdatum type: DATE - name: Pflegeperson type: Pflegeperson - name: RechtsgrundlageParagraf type: STRING - name: Ruecknahmedatum type: DATE - name: Widerrufsdatum type: DATE The data source for the [Pflegeperson] select control should be loaded from the relative URL: "/PflegepersonService/pflegeperson" (HTTP-GET) An existing Pflegeerlaubnis entity should be loaded from the relative URL: "/PflegepersonService/pflegeerlaubnis/{id}" (HTTP-GET) If a new Pflegeerlaubnis entity has been created, the new entity should be posted to the relative URL: "/PflegepersonService/pflegeerlaubnis" (HTTP-POST) If an existing Pflegeerlaubnis entity has been updated, the modified entity should be sent to the relative URL: "/PflegepersonService/pflegeerlaubnis/{id}" (HTTP-PUT) If an existing Pflegeerlaubnis entity has to be deleted, the following relative URL should be called: "/PflegepersonService/pflegeerlaubnis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum