201 Successful Response
Schema: BillResponse
-
idstring required -
Bill UUID.
-
business_idstring required -
Business UUID.
-
currencystring -
Currency for the bill (USD, CAD, AUD, EUR, or GBP).
-
statusinteger | string required -
Bill status (see schema description).
-
descriptionstring -
Bill description.
-
bill_numberstring -
Bill/invoice number from vendor.
-
vendor_idstring required -
Vendor UUID.
-
vendor_namestring -
Vendor name (resolved).
-
vendor_emailstring -
Vendor email (resolved).
-
typeinteger | string required -
Type: 'recurring' or 'one_time'.
-
expected_amountinteger -
Expected amount in cents.
-
expected_paid_on_datestring · date-time -
Expected payment date.
-
total_paidinteger -
Total amount paid so far in cents.
-
amountinteger -
Actual bill amount in cents.
-
s3_keystring -
S3 key of attached document.
-
received_onstring · date-time -
Date bill/goods received.
-
due_onstring · date-time -
Payment due date.
-
paid_onstring · date-time -
Date fully paid.
-
created_atstring · date-time required -
Creation timestamp.
-
updated_atstring · date-time required -
Last update timestamp.
-
signed_urlstring -
Signed URL to view attached document.
-
paymentsarray · object -
List of payments made.
-
journal_entriesarray · object -
Associated accounting entries.
-
recurring_template_idstring -
ID of recurring template if this bill was generated from one, or if one was created.
-
source_inventory_order_idstring -
Source PO that produced this bill via the PO lifecycle. Non-null means this bill is visible on the Inventory -> Accounts Payable tab.