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