v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBvendors
Archive a vendor
Archive an existing vendor. In the response, the archived field is set as true.
You can restore an archived vendor with POST /v3/vendors/{vendorId}/restore. There is no change when you archive an archived vendor.
post/v3/vendors/{vendorId}/archive
Path parameters
vendorIdstring required
BILL-generated ID of the vendor. The value begins with 009.
Example:{{vendor_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Response
Archive a vendor response
Example response
{
"paymentInformation": {
"bankAccount": {
"nameOnAccount": "Bill Vendorson",
"accountNumber": "111222333",
"routingNumber": "074000010",
"type": "CHECKING",
"ownerType": "BUSINESS",
"paymentCurrency": "USD"
}
}
}