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