Skip to main content

InvoiceBatchSchema

_statsnullable
_task_kwargsnullable
completed_datetimedate-timenullable
createdby_idintegernullable
createddatedate-time
invoice_batch_exceptionsundefined[]
invoice_footer_templatenullable
invoice_footer_template_uuiduuidnullable
invoice_generation_task_idstringnullable
invoice_header_templatenullable
invoice_header_template_uuiduuidnullable
modifiedbynullable
modifiedby_idintegernullable
modifieddatedate-timenullable
namestringrequired
note_idintegernullable
posted_by_user_idintegernullable
posted_datetimedate-time
progressinteger
retriesinteger
statusstring

Possible values: <= 10 characters, [PENDING, PROCESSING, SUCCESS, FAILED]

tenantnullable
tenant_idintegerrequired
uuiduuid
InvoiceBatchSchema
{
"completed_datetime": "2024-07-29T15:51:28.071Z",
"createdby_id": 0,
"createddate": "2024-07-29T15:51:28.071Z",
"invoice_batch_exceptions": [
null
],
"invoice_footer_template_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"invoice_generation_task_id": "string",
"invoice_header_template_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"modifiedby_id": 0,
"modifieddate": "2024-07-29T15:51:28.071Z",
"name": "string",
"note_id": 0,
"posted_by_user_id": 0,
"posted_datetime": "2024-07-29T15:51:28.071Z",
"progress": 0,
"retries": 0,
"tenant_id": 0,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}