Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahnarztBeschaeftigungView
Please create a React-JS view called "ZahnarztBeschaeftigungView" for the fields of the ZahnarztBeschaeftigung entity. The ZahnarztBeschaeftigungView must contain the following fields: - name: Beginn type: DATE - name: Beschaeftigungstyp type: Beschaeftigungstyp - name: Ende type: DATE - name: IstEigentuemer type: BOOL - name: Rollentyp type: Rollentyp - name: Zahnarzt type: Zahnarzt - name: Zahnarztpraxis type: Zahnarztpraxis The data source for the [Zahnarzt] select control should be loaded from the relative URL: "/ZahnarztService/zahnarzt" (HTTP-GET) The data source for the [Beschaeftigungstyp] select control should be loaded from the relative URL: "/BeschaeftigungstypService/beschaeftigungstyp" (HTTP-GET) The data source for the [Rollentyp] select control should be loaded from the relative URL: "/RollentypService/rollentyp" (HTTP-GET) The data source for the [Zahnarztpraxis] select control should be loaded from the relative URL: "/ZahnarztpraxisService/zahnarztpraxis" (HTTP-GET) An existing ZahnarztBeschaeftigung entity should be loaded from the relative URL: "/BeschaeftigungstypService/zahnarztbeschaeftigung/{id}" (HTTP-GET) If a new ZahnarztBeschaeftigung entity has been created, the new entity should be posted to the relative URL: "/BeschaeftigungstypService/zahnarztbeschaeftigung" (HTTP-POST) If an existing ZahnarztBeschaeftigung entity has been updated, the modified entity should be sent to the relative URL: "/BeschaeftigungstypService/zahnarztbeschaeftigung/{id}" (HTTP-PUT) If an existing ZahnarztBeschaeftigung entity has to be deleted, the following relative URL should be called: "/BeschaeftigungstypService/zahnarztbeschaeftigung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum