DocsInvoice
data object[]
Array [
balancenumber
bill_to_contact object
billing_contact_methodnullable
bill_to_contact_idintegerrequired
bill_to_entity_namestring
createddatedate-timenullable
due_datedate
effective_daterange object
anyOf
- object
- DateRange
objectnullable
idinteger
invoice_datedate-timenullable
invoice_keystringrequired
invoice_lines object[]
Array [
billsundefined[]
contract_transaction object
idinteger
]
payment_urlstringnullable
payment_uuiduuidnullable
percent_differencenumbernullable
previous_invoice_idintegernullable
sends object[]
Array [
createddatedate-timenullable
idinteger
send_type
]
status
tenant object
idinteger
namestringrequired
totalnumbernullable
total_differencenumbernullable
views object[]
Array [
createddatedate-timenullable
emailstringnullable
idinteger
ip_addressstringnullable
user_agentstringnullable
view_type
]
voidedboolean
]
has_nextboolean
has_prevboolean
next_numinteger
pageinteger
pagesinteger
per_pageinteger
prev_numinteger
totalinteger
DocsInvoice
{
"data": [
{
"balance": 0,
"bill_to_contact": {},
"bill_to_contact_id": 0,
"bill_to_entity_name": "string",
"createddate": "2024-07-29T15:51:28.071Z",
"due_date": "2024-07-29",
"effective_daterange": {},
"id": 0,
"invoice_date": "2024-07-29T15:51:28.071Z",
"invoice_key": "string",
"invoice_lines": [
{
"bills": [
null
],
"contract_transaction": {
"id": 0
}
}
],
"payment_url": "string",
"payment_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"percent_difference": 0,
"previous_invoice_id": 0,
"sends": [
{
"createddate": "2024-07-29T15:51:28.071Z",
"id": 0,
"send_type": {}
}
],
"status": {},
"tenant": {
"id": 0,
"name": "string"
},
"total": 0,
"total_difference": 0,
"views": [
{
"createddate": "2024-07-29T15:51:28.071Z",
"email": "string",
"id": 0,
"ip_address": "string",
"user_agent": "string",
"view_type": {}
}
],
"voided": true
}
],
"has_next": true,
"has_prev": true,
"next_num": 0,
"page": 0,
"pages": 0,
"per_page": 0,
"prev_num": 0,
"total": 0
}