Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ExterneEinsatzstelleView
Please create a React-JS view called "ExterneEinsatzstelleView" for the fields of the ExterneEinsatzstelle entity. The ExterneEinsatzstelleView must contain the following fields: - name: BisDatum type: DATE - name: Branche type: STRING - name: Einsatztyp type: STRING - name: Firmenname type: STRING - name: Ort type: STRING - name: TeilnehmendePerson type: TeilnehmendePerson - name: VonDatum type: DATE - name: Werkstatt type: Werkstatt The data source for the [Werkstatt] select control should be loaded from the relative URL: "/WerkstattService/werkstatt" (HTTP-GET) The data source for the [TeilnehmendePerson] select control should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-GET) An existing ExterneEinsatzstelle entity should be loaded from the relative URL: "/TeilnehmendePersonService/externeeinsatzstelle/{id}" (HTTP-GET) If a new ExterneEinsatzstelle entity has been created, the new entity should be posted to the relative URL: "/TeilnehmendePersonService/externeeinsatzstelle" (HTTP-POST) If an existing ExterneEinsatzstelle entity has been updated, the modified entity should be sent to the relative URL: "/TeilnehmendePersonService/externeeinsatzstelle/{id}" (HTTP-PUT) If an existing ExterneEinsatzstelle entity has to be deleted, the following relative URL should be called: "/TeilnehmendePersonService/externeeinsatzstelle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum