Set as Parent Branch
Set the parent branch
Last updated
Set the parent branch
PUT https://{{account_id}}.acquire.io/api/v1/bot/seq/parent-branch/{{branchId}}
Set the parent branch. The child branch (branchId) must be passed through the endpoint as a path parameter.
branchId*
integer
Specify branch id for child branch
Authorization*
string
Bearer {{api_key}}
leadId*
integer
Specify branch id for parent branch
{
"data": {
"success": true,
"message": "Branch marked as parent successfully."
}
}
Last updated
{
"leadId": 138
}