"id": "LEAD-001""phone_number": "9901258433"{
"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"
}
]
}curl --location --request PATCH 'https://api.chakrahq.com/v1/ext/procedure/lead/process' \
--header 'Authorization: Bearer <token>'{
"processes": [
{
"lead_id": "EXT-TEST-143",
"update": {
"data": {
"score": "105"
}
}
},
{
"id": "1e50dd73-9ce6-405b-932a-9c4c5e7b5599",
"update": {
"data": {
"city": "Goa"
},
"state": "IN_PROGRESS"
}
}
]
}