Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchichtMitarbeiterView
Please create a React-JS view called "SchichtMitarbeiterView" for the fields of the SchichtMitarbeiter entity. The SchichtMitarbeiterView must contain the following fields: - name: FunktionInSchicht type: STRING - name: Mitarbeiter type: Mitarbeiter - name: Schicht type: Schicht The data source for the [Schicht] select control should be loaded from the relative URL: "/SchichtService/schicht" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/LeitstelleService/mitarbeiter" (HTTP-GET) An existing SchichtMitarbeiter entity should be loaded from the relative URL: "/SchichtService/schichtmitarbeiter/{id}" (HTTP-GET) If a new SchichtMitarbeiter entity has been created, the new entity should be posted to the relative URL: "/SchichtService/schichtmitarbeiter" (HTTP-POST) If an existing SchichtMitarbeiter entity has been updated, the modified entity should be sent to the relative URL: "/SchichtService/schichtmitarbeiter/{id}" (HTTP-PUT) If an existing SchichtMitarbeiter entity has to be deleted, the following relative URL should be called: "/SchichtService/schichtmitarbeiter/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum