Use this API to transfer specific activities to a target department. Users must be logged in to call the API. Activities to be transferred can belong to a single case or multiple cases.
For this API to execute successfully:
As part of completing this API request:
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission required. |
Actor | License |
---|---|
User | The logged in user must have the following licenses:
|
Client Application | No additional licenses required. |
At least one "activity" element must be provided. Each "activity" element must contain the following elements:
Name | Description |
---|---|
id | ID of the activity to be transferred. |
lastModified | Value of last modified date of the activity . |
Array of objects (Activity) |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Conflict
Internal server error
{- "activity": [
- {
- "lastModified": "2014-11-24T09:09:08.000Z",
- "id": "1217"
}
]
}
{- "code": "400-101",
- "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}