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