Genpact Cora Knowledge Center

Support

POST /AggregatedHotCasesService.svc/ReallocateAllCases

Reallocates all cases to another user group.

Method

POST

URL

https://localhost/Flowtime/_vti_bin/Flowtime/HotOperations/AggregatedHotCasesService.svc/ReallocateAllCases


Request Parameters

NameTypeRequiredDescription
request objectrequiredSee request parameters for GetData.
allocateTo integerrequiredID of the group you are allocating the cases to.
ignoreCases Array of integersoptionalList of case IDs.

Response Parameters

NameTypeDescription
TotalCount integerTotal number of tasks.
SuccessItemsCount integerNumber of items that were successful.
FailureItemsCount integerNumber of items that failed.
CommandResults Array of objectsEach object contains these parameters.
  • Id: integer //id of item
  • Cancelled: bool // the action succeeded or failed
  • CancelReason: string // the reason the procedure was cancelled