Skip to main content
Version: 2021-07-28

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 options2021-07-28
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