latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Contacts
Puts a contact on stop
Puts business dealings with a contact on stop, usually because they have outstanding payments. (required scope contacts:write)
put/v1/contacts/{contactId}/stop
Path parameters
contactIdinteger required
Contact id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"appliesTo": "contactOnly",
"status": "contactOnStop",
"stopReason": "This customer has not paid for our services and won't return calls."
}Response
No Content