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

NameTypeDescription

branchId*

integer

Specify branch id for child branch

Headers

NameTypeDescription

Authorization*

string

Bearer {{api_key}}

Request Body

NameTypeDescription

leadId*

integer

Specify branch id for parent branch

{
  "data": {
    "success": true,
    "message": "Branch marked as parent successfully."
  }
}

Body(raw)

{
  "leadId": 138
}

Last updated