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: BaeckereiFiliale type: BaeckereiFiliale - name: Beruf type: Beruf - name: Enddatum type: DATE - name: Mitarbeiter type: Mitarbeiter - name: Startdatum type: DATE - name: Wochenstunden type: DOUBLE The data source for the [Beruf] select control should be loaded from the relative URL: "/AdresseService/beruf" (HTTP-GET) The data source for the [BaeckereiFiliale] select control should be loaded from the relative URL: "/AdresseService/baeckereifiliale" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) An existing Beschaeftigung entity should be loaded from the relative URL: "/MitarbeiterService/beschaeftigung/{id}" (HTTP-GET) If a new Beschaeftigung entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/beschaeftigung" (HTTP-POST) If an existing Beschaeftigung entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/beschaeftigung/{id}" (HTTP-PUT) If an existing Beschaeftigung entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/beschaeftigung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum