v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBContacts (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
Example request
{
"payid_name": "Bob Smith"
}Response
Accepted