v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBbills
Create a bill
Create a new bill.
See Bills in the Guides section for more information, sample requests, and responses.
post/v3/bills
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
{
"vendorId": "{{vendor_id}}",
"dueDate": "2026-12-31",
"billLineItems": [
{
"amount": 149,
"description": "USB audio interface"
},
{
"amount": 79.99,
"description": "Drum foot pedal"
}
],
"invoice": {
"invoiceNumber": "202601",
"invoiceDate": "2026-12-31"
}
}Response
Create a bill response