InvoiceCodingProposalResponseDto
Response model for invoice coding proposal.
The Unique Kaunt Id of the invoice.
1cca04bf-7def-42ca-a56f-c36becb7c9e4invoiceLineCodingDimensionProposals object[]
An array containing general dimensions associated to the invoice.
Sequence number for a coding proposal for a invoice
1dimensionProposals object[]
Array of dimensions related to the invoice line. Ordered alphabetically by the dimension name.
The unique identifier of the dimension in your ERP system.
Assurance-155Name of the dimension
AssurancedimensionValueProposals object[]
Array of coding proposals. Ordered by certainty with the first entry being the proposal with the highest certainty.
Identifier of the dimension value in your ERP system. Is expected to be unique within the company.
Assurance01Name of the dimension value in your ERP system.
Assurance-155Enumeration representing confidence levels.
Possible values: [Low, Medium, High]
Priority index indicating the priority of the proposal. The lowest number indicates the highest priority.
1invoiceLineCodingDimensionCombinationProposals object[]
An array containing proposals for the combination of dimensions
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 of the proposal.
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 dimensioninvoiceCodingProposalGroups object[]nullable
An array containing coding proposals and posting text proposals for the posting groups
List of invoiceLineNumbers that are part of the posting group proposal
["1"]Zero-based indexes of the invoice lines that are part of the posting group proposal. The index corresponds to the index of the invoice line in the invoice. Because invoice line numbers are not guaranteed to be unique or present. The index can be used as a reference to the invoice lines.
[0]postingTextProposals object[]
List of posting text proposals for the posting group
Text of the proposal
FreightPriority index indicating the priority of the proposal.The lowest number indicates the highest priority.
1dimensionCombinationProposal object
DTO representing a proposal for a combination of dimension values.
The confidence level of the proposal.
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 dimensionTotal amount on the posting group not including VAT
324The total VAT amount on the posting group
81Total amount on the posting group including VAT
405{
"id": "1cca04bf-7def-42ca-a56f-c36becb7c9e4",
"invoiceLineCodingDimensionProposals": [
{
"invoiceLineNumber": "1",
"dimensionProposals": [
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"dimensionValueProposals": [
{
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance-155",
"confidence": "Low",
"proposalPriority": 1
}
]
}
]
}
],
"invoiceLineCodingDimensionCombinationProposals": [
{
"invoiceLineNumber": "1",
"dimensionCombinationProposals": [
{
"confidence": "Low",
"proposalPriority": 1,
"dimensionsWithValues": [
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance dimension"
}
]
}
]
}
],
"invoiceCodingProposalGroups": [
{
"invoiceLineNumbers": [
"1"
],
"invoiceLineIndexes": [
0
],
"postingTextProposals": [
{
"text": "Freight",
"proposalPriority": 1
}
],
"dimensionCombinationProposal": {
"confidence": "Low",
"proposalPriority": 1,
"dimensionsWithValues": [
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance dimension"
}
]
},
"amountExVat": 324,
"vatAmount": 81,
"amountInclVat": 405
}
]
}