PostingGroupProposalDto
Invoice Posting Group Proposal DTO model.
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
Freight
Priority index indicating the priority of the proposal.The lowest number indicates the highest priority.
1
dimensionCombinationProposal object
Possible values: [Low
, Medium
, High
]
Priority index indicating the priority of the proposal. The lowest number indicates the highest priority.
1
dimensionsWithValues object[]
The unique identifier of the dimension in your ERP system. Is expected to be unique within the company.
Assurance-155
Name of the dimension
Assurance
The unique identifier of the specific value for this dimension. Is expected to be unique within the company.
Assurance01
The name for the dimension value
Assurance dimension
Total amount on the posting group not including VAT
324
The total VAT amount on the posting group
81
Total amount on the posting group including VAT
405
{
"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
}