Skip to main content
Version: v3

Add/Remove Contacts From Business

POST 

/contacts/bulk/business

Add/Remove Contacts From Business . Passing a null businessId will remove the businessId from the contacts

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    locationIdstringrequired

    Location Id

    idsstring[]required

    List of contact Ids to update (maximum 50)

    Possible values: <= 50 characters

    businessIdstringnullablerequired

    Business Id to assign to contacts. Pass null to remove business association.

application/json

Successful response

Schema
    successbooleanrequired

    Whether the bulk update was successful

    idsstring[]required

    List of contact Ids that were updated