Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DienstView
Please create a React-JS view called "DienstView" for the fields of the Dienst entity. The DienstView must contain the following fields: - name: BisDatumZeit type: STRING - name: DienstArt type: DienstArt - name: Mitarbeiter type: Mitarbeiter - name: Station type: Station - name: VonDatumZeit type: STRING The data source for the [Station] select control should be loaded from the relative URL: "/StationService/station" (HTTP-GET) The data source for the [DienstArt] select control should be loaded from the relative URL: "/TraegerArtService/dienstart" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterRolleService/mitarbeiter" (HTTP-GET) An existing Dienst entity should be loaded from the relative URL: "/MitarbeiterRolleService/dienst/{id}" (HTTP-GET) If a new Dienst entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterRolleService/dienst" (HTTP-POST) If an existing Dienst entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterRolleService/dienst/{id}" (HTTP-PUT) If an existing Dienst entity has to be deleted, the following relative URL should be called: "/MitarbeiterRolleService/dienst/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum