Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WerkstattTraegerzuordnungView
Please create a React-JS view called "WerkstattTraegerzuordnungView" for the fields of the WerkstattTraegerzuordnung entity. The WerkstattTraegerzuordnungView must contain the following fields: - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Rolle type: STRING - name: Traeger type: Traegerorganisation - name: Werkstatt type: Werkstatt The data source for the [Traeger] select control should be loaded from the relative URL: "/LandService/traegerorganisation" (HTTP-GET) The data source for the [Werkstatt] select control should be loaded from the relative URL: "/WerkstattService/werkstatt" (HTTP-GET) An existing WerkstattTraegerzuordnung entity should be loaded from the relative URL: "/BehinderungsartService/werkstatttraegerzuordnung/{id}" (HTTP-GET) If a new WerkstattTraegerzuordnung entity has been created, the new entity should be posted to the relative URL: "/BehinderungsartService/werkstatttraegerzuordnung" (HTTP-POST) If an existing WerkstattTraegerzuordnung entity has been updated, the modified entity should be sent to the relative URL: "/BehinderungsartService/werkstatttraegerzuordnung/{id}" (HTTP-PUT) If an existing WerkstattTraegerzuordnung entity has to be deleted, the following relative URL should be called: "/BehinderungsartService/werkstatttraegerzuordnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum