Add a Contact to a Branch

POST /api/branches/{ branchId }/contact.json

Adding a Contact to a Branch is done by posting a JSON request with the following properties:

{
    "contact": {
        "contactId": 1234
    }
}

 

contactId
The ID of the Contact you would like to assign to the Branch.