InvoiceCodingCountDto
DTO representing counts and timestamps related to invoice coding.
totalProposalsinteger<int32>
The total number of invoice coding proposals.
totalPostingsinteger<int32>
The total number of postings.
totalInvoicesinteger<int32>
The total number of invoices.
lastProposalReceivedTimestring<date-time>nullable
The timestamp of the last received proposal.
lastPostingReceivedTimestring<date-time>nullable
The timestamp of the last received posting.
lastInvoiceReceivedTimestring<date-time>nullable
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"
}