InvoiceListResponse
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/InvoiceListResponse.jsoninvoices object[]required
Array [
createdAtdate-timerequired
datedate-timerequired
directionstringrequired
documentTypestringrequired
idstringrequired
numberstringrequired
partyNamestringrequired
sdiStatusstring
statusstringrequired
totalAmountdoublerequired
]
pageint64required
pageSizeint64required
totalint64required
totalPagesint64required
InvoiceListResponse
{
"$schema": "https://example.com/schemas/InvoiceListResponse.json",
"invoices": "Unknown Type: array,null",
"page": 0,
"pageSize": 0,
"total": 0,
"totalPages": 0
}