Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonKursView
Please create a React-JS view called "PersonKursView" for the fields of the PersonKurs entity. The PersonKursView must contain the following fields: - name: AbschlussDatum type: DATE - name: Kurs type: Kurs - 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 [Kurs] select control should be loaded from the relative URL: "/KursService/kurs" (HTTP-GET) An existing PersonKurs entity should be loaded from the relative URL: "/KursService/personkurs/{id}" (HTTP-GET) If a new PersonKurs entity has been created, the new entity should be posted to the relative URL: "/KursService/personkurs" (HTTP-POST) If an existing PersonKurs entity has been updated, the modified entity should be sent to the relative URL: "/KursService/personkurs/{id}" (HTTP-PUT) If an existing PersonKurs entity has to be deleted, the following relative URL should be called: "/KursService/personkurs/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum