Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegedienstGesetzView
Please create a React-JS view called "PflegedienstGesetzView" for the fields of the PflegedienstGesetz entity. The PflegedienstGesetzView must contain the following fields: - name: Beziehung type: STRING - name: Gesetz type: Gesetz - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Pflegedienst type: Pflegedienst The data source for the [Pflegedienst] select control should be loaded from the relative URL: "/PflegedienstService/pflegedienst" (HTTP-GET) The data source for the [Gesetz] select control should be loaded from the relative URL: "/GesetzService/gesetz" (HTTP-GET) An existing PflegedienstGesetz entity should be loaded from the relative URL: "/GesetzService/pflegedienstgesetz/{id}" (HTTP-GET) If a new PflegedienstGesetz entity has been created, the new entity should be posted to the relative URL: "/GesetzService/pflegedienstgesetz" (HTTP-POST) If an existing PflegedienstGesetz entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/pflegedienstgesetz/{id}" (HTTP-PUT) If an existing PflegedienstGesetz entity has to be deleted, the following relative URL should be called: "/GesetzService/pflegedienstgesetz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum