Skip to main content

InvoiceCodingDimensionProposalPerformanceDto

DTO representing the performance of invoice coding dimension proposals over a specified period.

fromstring<date-time>required

The start date of the performance period (inclusive).

tostring<date-time>required

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.

    highPerformancePercentagenumber<float>

    The percentage of high confidence coding proposals for the dimension.

    mediumPerformancePercentagenumber<float>

    The percentage of medium confidence coding proposals for the dimension.

    lowPerformancePercentagenumber<float>

    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
    }
    ]
    }