Bulk Update Process API
PATCH
/v1/ext/procedure/{procedureShortId}/process
Request Body
Process Identifier
"id": "LEAD-001"
"phone_number": "9901258433"
update
{
"data": {
"score": 42,
"city": "Bangalore",
"name": "Shane Warne"
}
}
{
"state": "IN_PROGRESS"
}
{
"status": "CANCELLED"
}
{
assignedTo: "shane.warne"
}
{
"nextActionAt": 1616253910842
}
{
"isDeleted": true
}
{
"processes": [
{
"id": "46ce67e5-684e-4cfc-b47e-345a485d1cdd",
"state": "IN_PROGRESS",
"status": "OPEN",
"assignedTo": "shane.warne",
"nextActionAt": "1616253910842",
"data": {
"first_name": "shane",
"last_name": "warne"
}
}
]
}
{
"processes": [
{
"lead_id": "LEAD-910",
"data": {
"country": "Japan",
"city": "Tokyo"
}
}
]
}
{
"processes": [
{
"status": "COMPLETED"
}
]
}
Request
Path Params
procedureShortId
string
required
Example:
lead
Request samples
Responses
Modified at 2024-11-11 10:46:25