InvoiceCodingDimensionProposalPerformanceDto
DTO representing the performance of invoice coding dimension proposals over a specified period.
fromdate-timerequired
The start date of the performance period (inclusive).
todate-timerequired
The end date of the performance period (inclusive).
dimensionPerformances object[]required
The list of dimension performances within the specified period.
Array [
dimensionNamestringrequired
The name of the dimension.
highPerformancePercentagefloat
The percentage of high confidence coding proposals for the dimension.
mediumPerformancePercentagefloat
The percentage of medium confidence coding proposals for the dimension.
lowPerformancePercentagefloat
The percentage of low confidence coding proposals for the dimension.
]
InvoiceCodingDimensionProposalPerformanceDto
{
"from": "2024-07-29T15:51:28.071Z",
"to": "2024-07-29T15:51:28.071Z",
"dimensionPerformances": [
{
"dimensionName": "string",
"highPerformancePercentage": 0,
"mediumPerformancePercentage": 0,
"lowPerformancePercentage": 0
}
]
}