v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBvendors
Restore an archived vendor
Restore an archived vendor. In the response, the archived field is set as false.
You can perform any valid BILL operation on restored vendors. There is no change when you restore a restored vendor.
post/v3/vendors/{vendorId}/restore
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
Restore an archived vendor response
Example response
{
"paymentInformation": {
"bankAccount": {
"nameOnAccount": "Bill Vendorson",
"accountNumber": "111222333",
"routingNumber": "074000010",
"type": "CHECKING",
"ownerType": "BUSINESS",
"paymentCurrency": "USD"
}
}
}