Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonQualifikationView
Please create a React-JS view called "PersonQualifikationView" for the fields of the PersonQualifikation entity. The PersonQualifikationView must contain the following fields: - name: AbschlussDatum type: DATE - name: Anbieter type: STRING - name: Qualifikation type: Qualifikation - name: Tagespflegeperson type: Tagespflegeperson - name: ZertifikatNummer type: STRING The data source for the [Tagespflegeperson] select control should be loaded from the relative URL: "/TagespflegepersonService/tagespflegeperson" (HTTP-GET) The data source for the [Qualifikation] select control should be loaded from the relative URL: "/QualifikationService/qualifikation" (HTTP-GET) An existing PersonQualifikation entity should be loaded from the relative URL: "/QualifikationService/personqualifikation/{id}" (HTTP-GET) If a new PersonQualifikation entity has been created, the new entity should be posted to the relative URL: "/QualifikationService/personqualifikation" (HTTP-POST) If an existing PersonQualifikation entity has been updated, the modified entity should be sent to the relative URL: "/QualifikationService/personqualifikation/{id}" (HTTP-PUT) If an existing PersonQualifikation entity has to be deleted, the following relative URL should be called: "/QualifikationService/personqualifikation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum