BillOutData Object Model
Object model for the BillOutData object
Optional custom field.
Optional custom field.
Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. Example usage:
{
"additionalData": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
}
Array of fileContent
objects with attached documents. Max upload size is 30 MB.
Date of bill. Accepted formats: YYYY-MM-DD, MM/DD/YYYY.
Array of LineItems
contained in bill.
Unique identifier for the bill. Required when adding a bill.
Any comment or description.
250
Due date of bill. Accepted formats: YYYY-MM-DD, MM/DD/YYYY.
End Date for scheduled bills. Applied only in Mode
= 1. Accepted formats: YYYY-MM-DD, MM/DD/YYYY
Frequency for scheduled bills. Applied only in Mode
= 1.
one-time
, weekly
, every2weeks
, every6months
, monthly
, every3months
, annually
Bill mode: value 0
for one-time bills, 1
for scheduled bills.
0
, 1
Net Amount owed in bill. Required when adding a bill.
The bill's status. Values are:
-99
: deleted or canceled1
: Active2
: Sent to approval5
: Partially approved11
: Rejected20
: Approved50
: Payment in transit100
: Paid "
-99
, 1
, 2
, 5
, 11
, 20
, 50
, 100
Description of payment terms.
Was this page helpful?