Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeschaeftigungView
Please create a React-JS view called "BeschaeftigungView" for the fields of the Beschaeftigung entity. The BeschaeftigungView must contain the following fields: - name: Beschaeftigungsart type: STRING - name: EndDatum type: DATE - name: Fahrlehrer type: Fahrlehrer - name: Fahrschule type: Fahrschule - name: StartDatum type: DATE The data source for the [Fahrlehrer] select control should be loaded from the relative URL: "/FahrlehrerService/fahrlehrer" (HTTP-GET) The data source for the [Fahrschule] select control should be loaded from the relative URL: "/FahrschuleService/fahrschule" (HTTP-GET) An existing Beschaeftigung entity should be loaded from the relative URL: "/FahrlehrerService/beschaeftigung/{id}" (HTTP-GET) If a new Beschaeftigung entity has been created, the new entity should be posted to the relative URL: "/FahrlehrerService/beschaeftigung" (HTTP-POST) If an existing Beschaeftigung entity has been updated, the modified entity should be sent to the relative URL: "/FahrlehrerService/beschaeftigung/{id}" (HTTP-PUT) If an existing Beschaeftigung entity has to be deleted, the following relative URL should be called: "/FahrlehrerService/beschaeftigung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum