Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeDokumentationView
Please create a React-JS view called "PflegeDokumentationView" for the fields of the PflegeDokumentation entity. The PflegeDokumentationView must contain the following fields: - name: Dokumentationstyp type: STRING - name: Einsatz type: Einsatz - name: ErstelltVonMitarbeiter type: INT - name: Klient type: Klient - name: Textinhalt type: STRING - name: Zeitpunkt type: DATE The data source for the [Einsatz] select control should be loaded from the relative URL: "/EinsatzService/einsatz" (HTTP-GET) The data source for the [Klient] select control should be loaded from the relative URL: "/PflegedienstService/klient" (HTTP-GET) An existing PflegeDokumentation entity should be loaded from the relative URL: "/EinsatzService/pflegedokumentation/{id}" (HTTP-GET) If a new PflegeDokumentation entity has been created, the new entity should be posted to the relative URL: "/EinsatzService/pflegedokumentation" (HTTP-POST) If an existing PflegeDokumentation entity has been updated, the modified entity should be sent to the relative URL: "/EinsatzService/pflegedokumentation/{id}" (HTTP-PUT) If an existing PflegeDokumentation entity has to be deleted, the following relative URL should be called: "/EinsatzService/pflegedokumentation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum