Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegedienstStandortView
Please create a React-JS view called "PflegedienstStandortView" for the fields of the PflegedienstStandort entity. The PflegedienstStandortView must contain the following fields: - name: EMailAdresse type: STRING - name: IstAktiv type: BOOL - name: IstHauptstandort type: BOOL - name: Ort type: Ort - name: Pflegedienst type: Pflegedienst - name: Standortname type: STRING - name: Telefonnummer type: STRING The data source for the [Ort] select control should be loaded from the relative URL: "/OrtService/ort" (HTTP-GET) The data source for the [Pflegedienst] select control should be loaded from the relative URL: "/PflegedienstService/pflegedienst" (HTTP-GET) An existing PflegedienstStandort entity should be loaded from the relative URL: "/OrtService/pflegedienststandort/{id}" (HTTP-GET) If a new PflegedienstStandort entity has been created, the new entity should be posted to the relative URL: "/OrtService/pflegedienststandort" (HTTP-POST) If an existing PflegedienstStandort entity has been updated, the modified entity should be sent to the relative URL: "/OrtService/pflegedienststandort/{id}" (HTTP-PUT) If an existing PflegedienstStandort entity has to be deleted, the following relative URL should be called: "/OrtService/pflegedienststandort/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum