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