Overview
Set status, update start and end dates of the specific activity
Summary
This request will set status, update start and end dates of the specific activity
Request Arguments
Name |
Type |
Description |
Required |
activity_module
|
String
|
Module name of specific Activity i.e. Tasks
|
True
|
activity_id
|
String
|
Id of specific Activity
|
True
|
status
|
String
|
Activity Status i.e. Completed
|
True
|
Request Example
{
"activity_module": "Calls",
"activity_id": "e00ce644-2ce5-11ed-8ea1-0242ac120006",
"status": "Completed",
}
Response
There will be no response
Name |
Type |
Description |
N/A
|
Undefined
|
Nothing is returned
|