Set as Parent Branch
Set the parent branch
Set as 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.
Path Parameters
Name
Type
Description
branchId*
integer
Specify branch id for child branch
Headers
Name
Type
Description
Authorization*
string
Bearer {{api_key}}
Request Body
Name
Type
Description
leadId*
integer
Specify branch id for parent branch
{
"data": {
"success": true,
"message": "Branch marked as parent successfully."
}
}
Body(raw)
{
"leadId": 138
}
Last updated