InvoiceCodingProposalTrendDto
DTO representing trends in invoice coding proposals.
fromstring<date-time>required
The start date of the trend data range (inclusive).
tostring<date-time>required
The end date of the trend data range (inclusive).
dailyTrends object[]required
A list of daily trend data points within the specified date range.
Array [
datestring<date-time>required
The date for the trend data point.
totalinteger<int32>
The total value for the trend data point on the specified date.
]
InvoiceCodingProposalTrendDto
{
"from": "2024-07-29T15:51:28.071Z",
"to": "2024-07-29T15:51:28.071Z",
"dailyTrends": [
{
"date": "2024-07-29T15:51:28.071Z",
"total": 0
}
]
}