v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Contacts (Receivable)

Update a Receivable Contact

You can update the PayID name of a Receivable Contact.

<aside class="notice"> The Receivable Contact you are updating must be active. </aside>
patch/contacts/{contact_id}/receivable

Path parameters

contact_idstring UUID required

Receivable Contact ID (ReceivableContact.data.id)

Request body

payid_namestring required

The PayID name of the Receivable Contact

Example request

{
  "payid_name": "Bob Smith"
}

Response

Accepted