latestOpenAPI 3.0.12026-08-192092911.2 MB

916e669fc527

Contacts

Unstops a contact

Resumes business dealings with a contact (required scope contacts:write)

put/v1/contacts/{contactId}/unstop

Path parameters

contactIdinteger required

Contact id

Headers

Customer-Idinteger required

The customer identifier

Request body

appliesTo'contactOnly' | 'contactAndChildren'

Indicates if the contact's child contacts should also no longer be on stop<p>Possible values:</p><ul><li><b>contactOnly</b>: Contact only</li><li><b>contactAndChildren</b>: Contact and children</li></ul>

Example request

{
  "appliesTo": "contactOnly"
}

Response

No Content