Skip to main content

InvoiceSchema

_balancenumbernullable
_invoice_render_methodnullable
_voided_datedate-timenullable
balancenumber
bill_to_contact_idintegerrequired
bill_to_entity_namestring
bill_to_typenullable
createdbynullable
createdby_idintegernullable
createddatedate-timenullable
division_membersundefined[]
due_datedate
employersundefined[]
has_vendor_unit_tpafileboolean
idinteger
invoice_batch_uuiduuidnullable
invoice_datedate-timenullable
invoice_keystringrequired
invoice_render_method_idintegernullable
modifiedbynullable
modifiedby_idintegernullable
modifieddatedate-timenullable
paid_datedate-timenullable
payment_urlstringnullable
payment_uuiduuidnullable
percent_differencenumbernullable
previous_invoicenullable
previous_invoice_idintegernullable
status
tenant_idintegernullable
to_deletebooleannullable

This invoice is flagged to be permanently DELETED by an asynchronous task.

totalnumbernullable
total_differencenumbernullable
uses_vendor_unitsboolean
vendor_invoicesundefined[]
voidedboolean
InvoiceSchema
{
"_balance": 0,
"_voided_date": "2024-07-29T15:51:28.071Z",
"balance": 0,
"bill_to_contact_id": 0,
"bill_to_entity_name": "string",
"createdby_id": 0,
"createddate": "2024-07-29T15:51:28.071Z",
"division_members": [
null
],
"due_date": "2024-07-29",
"employers": [
null
],
"has_vendor_unit_tpafile": true,
"id": 0,
"invoice_batch_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"invoice_date": "2024-07-29T15:51:28.071Z",
"invoice_key": "string",
"invoice_render_method_id": 0,
"modifiedby_id": 0,
"modifieddate": "2024-07-29T15:51:28.071Z",
"paid_date": "2024-07-29T15:51:28.071Z",
"payment_url": "string",
"payment_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"percent_difference": 0,
"previous_invoice_id": 0,
"status": {},
"tenant_id": 0,
"to_delete": true,
"total": 0,
"total_difference": 0,
"uses_vendor_units": true,
"vendor_invoices": [
null
],
"voided": true
}