Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinsatzMitarbeiterView
Please create a React-JS view called "EinsatzMitarbeiterView" for the fields of the EinsatzMitarbeiter entity. The EinsatzMitarbeiterView must contain the following fields: - name: Einsatz type: Einsatz - name: Mitarbeiter type: Mitarbeiter - name: RolleWaeh type: Rolle - name: TatsächlichEnde type: DATE - name: TatsächlichStart type: DATE The data source for the [Einsatz] select control should be loaded from the relative URL: "/EinsatzService/einsatz" (HTTP-GET) The data source for the [RolleWaeh] select control should be loaded from the relative URL: "/RolleService/rolle" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) An existing EinsatzMitarbeiter entity should be loaded from the relative URL: "/RolleService/einsatzmitarbeiter/{id}" (HTTP-GET) If a new EinsatzMitarbeiter entity has been created, the new entity should be posted to the relative URL: "/RolleService/einsatzmitarbeiter" (HTTP-POST) If an existing EinsatzMitarbeiter entity has been updated, the modified entity should be sent to the relative URL: "/RolleService/einsatzmitarbeiter/{id}" (HTTP-PUT) If an existing EinsatzMitarbeiter entity has to be deleted, the following relative URL should be called: "/RolleService/einsatzmitarbeiter/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum