Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeheimketteZuordnungView
Please create a React-JS view called "PflegeheimketteZuordnungView" for the fields of the PflegeheimketteZuordnung entity. The PflegeheimketteZuordnungView must contain the following fields: - name: Beginn type: DATE - name: Ende type: DATE - name: Pflegeheim type: Pflegeheim - name: Pflegeheimkette type: Pflegeheim The data source for the [Pflegeheim] select control should be loaded from the relative URL: "/PflegeheimService/pflegeheim" (HTTP-GET) The data source for the [Pflegeheimkette] select control should be loaded from the relative URL: "/PflegeheimService/pflegeheim" (HTTP-GET) An existing PflegeheimketteZuordnung entity should be loaded from the relative URL: "/PflegegradService/pflegeheimkettezuordnung/{id}" (HTTP-GET) If a new PflegeheimketteZuordnung entity has been created, the new entity should be posted to the relative URL: "/PflegegradService/pflegeheimkettezuordnung" (HTTP-POST) If an existing PflegeheimketteZuordnung entity has been updated, the modified entity should be sent to the relative URL: "/PflegegradService/pflegeheimkettezuordnung/{id}" (HTTP-PUT) If an existing PflegeheimketteZuordnung entity has to be deleted, the following relative URL should be called: "/PflegegradService/pflegeheimkettezuordnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum