InvoiceCodingProposalTrendDto
DTO representing trends in invoice coding proposals.
fromdate-timerequired
The start date of the trend data range (inclusive).
todate-timerequired
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 [
datedate-timerequired
The date for the trend data point.
totalint32
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
}
]
}