Genpact Cora Knowledge Center

Support

POST /AggregatedHotCasesService.svc/ChangeAllCasesProperties

Modifies the properties of all cases.

Method

POST

URL

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


Request Parameters

NameTypeRequiredDescription
requestobjectrequiredSee request parameters for GetData.
ignoreCasesArray of integersrequiredList of case IDs.
propertiesDictionary <string, object>requiredDictionary of variable name and new value.

Response Parameters

NameTypeDescription
TotalCountintegerTotal number of tasks.
SuccessItemsCountintegerNumber of items that were successful.
FailureItemsCountintegerNumber of items that failed.
CommandResultsArray 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