InvoiceLineCodingDimensionCombinationProposalDto
Invoice Line Coding Dimension Combination Proposal DTO model.
Sequence number for a coding proposal for an invoice
1dimensionCombinationProposals object[]
Array of proposals for dimension combinations. Ordered by certainty with the first entry being the proposal with the highest certainty.
The confidence level for the entire combination of dimensions. This represents the confidence that all dimensions in the combination are correct together.
Possible values: [Low, Medium, High]
Priority index indicating the priority of the proposal. The lowest number indicates the highest priority.
1dimensionsWithValues object[]
The dimensions with their corresponding values in the proposal.
The unique identifier of the dimension in your ERP system. Is expected to be unique within the company.
Assurance-155Name of the dimension
AssuranceThe unique identifier of the specific value for this dimension. Is expected to be unique within the company.
Assurance01The name for the dimension value
Assurance dimensionThe confidence level for this individual dimension value. This can differ from the confidence of the entire dimension combination.
Possible values: [Low, Medium, High]
High{
"invoiceLineNumber": "1",
"dimensionCombinationProposals": [
{
"confidence": "Low",
"proposalPriority": 1,
"dimensionsWithValues": [
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance dimension",
"confidence": "High"
}
]
}
]
}