Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinsatzLeistungView
Please create a React-JS view called "EinsatzLeistungView" for the fields of the EinsatzLeistung entity. The EinsatzLeistungView must contain the following fields: - name: Einsatz type: Einsatz - name: GeplanteDauerMinuten type: INT - name: IstTeilweise type: BOOL - name: LeistungskatalogEintrag type: LeistungskatalogEintrag - name: Menge type: STRING - name: Notiz type: STRING - name: TatsächlicheDauerMinuten type: INT The data source for the [Einsatz] select control should be loaded from the relative URL: "/EinsatzService/einsatz" (HTTP-GET) The data source for the [LeistungskatalogEintrag] select control should be loaded from the relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag" (HTTP-GET) An existing EinsatzLeistung entity should be loaded from the relative URL: "/EinsatzService/einsatzleistung/{id}" (HTTP-GET) If a new EinsatzLeistung entity has been created, the new entity should be posted to the relative URL: "/EinsatzService/einsatzleistung" (HTTP-POST) If an existing EinsatzLeistung entity has been updated, the modified entity should be sent to the relative URL: "/EinsatzService/einsatzleistung/{id}" (HTTP-PUT) If an existing EinsatzLeistung entity has to be deleted, the following relative URL should be called: "/EinsatzService/einsatzleistung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum