Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Body
application/json
Date the bill was issued
Example:
"2024-03-15"
Vendor identifier
Example:
1001
Bill line items
Unique bill number
Example:
"BILL-2024-001"
Reference number
Example:
"PO-2024-001"
Date the bill is due
Example:
"2024-04-15"
Exchange rate applied to bill amounts
Example:
1.25
Warehouse identifier
Example:
101
Branch identifier
Example:
201
Project identifier
Example:
301
Additional notes about the bill
Example:
"Office supplies and equipment for Q2 2024"
Indicates if the bill is open
Example:
true
Indicates if tax is inclusive in prices
Example:
false
File attachments associated with the bill
Type of discount applied
Available options:
percentage
, amount
Example:
"amount"
Discount value
Example:
100
Adjustment value
Example:
50