Skip to main content

InvoiceCodingCountDto

DTO representing counts and timestamps related to invoice coding.

totalProposalsint32

The total number of invoice coding proposals.

totalPostingsint32

The total number of postings.

totalInvoicesint32

The total number of invoices.

lastProposalReceivedTimedate-timenullable

The timestamp of the last received proposal.

lastPostingReceivedTimedate-timenullable

The timestamp of the last received posting.

lastInvoiceReceivedTimedate-timenullable

The timestamp of the last received invoice.

InvoiceCodingCountDto
{
"totalProposals": 0,
"totalPostings": 0,
"totalInvoices": 0,
"lastProposalReceivedTime": "2024-07-29T15:51:28.071Z",
"lastPostingReceivedTime": "2024-07-29T15:51:28.071Z",
"lastInvoiceReceivedTime": "2024-07-29T15:51:28.071Z"
}