v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBnetwork
Send connection request to a vendor not in the BILL Network
Send a connection request to a vendor not in the BILL Network.
BILL sends an invitation email to the provided vendor email address. When the vendor accepts the invitation and sets up a BILL account, BILL connects the vendor organization with the vendor record in your BILL organization.
Note:
- The vendor organization must exist before BILL can send an invitation email.
- If the vendor does not respond to a connection request for 60 days, the request expires.
See BILL Network in the Guides section for more information, sample requests, and responses.
post/v3/network/invitation/vendor/{vendorId}/email
Path parameters
vendorIdstring required
BILL-generated ID of the vendor record in your organization. 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}}
Request body
Example request
{
"email": "{{vendor_email}}"
}Response
Send connection request to a vendor not in the BILL Network response