Skip to main content

Puts a contact on stop

Puts business dealings with a contact on stop, usually because they have outstanding payments. (required scope contacts:write)

Path Parameters
    contactId int64 required

    Contact id

Header Parameters
    Customer-Id int64 required

    The customer identifier

Request Body

Model representing stop contact operation

    appliesTo StopAppliesTo

    Possible values: [contactOnly, contactAndChildren]

    Indicates if the contact's child contacts should also be on stop

    Possible values:

    • contactOnly: Contact only
    • contactAndChildren: Contact and children

    status StopStatus

    Possible values: [contactOnStop, creditLimitOnStop]

    Indicates whether the contact should be put on stop or their credit limit

    Possible values:

    • contactOnStop: Contact on stop
    • creditLimitOnStop: Credit limit on stop

    stopReason string

    The textual description of why the contact has been put on stop

Responses

No Content

Loading...