PostingPatchDto
Request model for patching a Posting entity. Only the provided fields will be updated.
The external ID of the invoice associated with this posting. Required for identifying the posting to patch.
Possible values: non-empty
F50015Sequence number of posting within an invoice. Required for identifying the posting to patch.
Possible values: >= 0
1An array of references to invoice lines
["1","2"]The invoice id assigned by the vendor
F50015The unique Kaunt identifier of the PostedInvoice
22ed0ffa-1bf5-4bd1-9970-df7a78a948feThe unique identifier of the fiscal period from your ERP system
Q42021Posting date (yyyy-MM-dd)
2022-08-21The posting description / posting text
ApplesThe amount of the posting line not including VAT
100The VAT amount of the posting line
25The total amount of the posting line including VAT
125Three-digit ISO 4217 currency code
DKKdimensions object[]nullable
Collection of accounting dimensions associated with the posting.
The unique identifier of the dimension in your ERP system. Is expected to be unique within the company.
Possible values: non-empty
Assurance-155Name of the dimension
AssuranceThe unique identifier of the specific value for this dimension. Is expected to be unique within the company.
Possible values: non-empty
Assurance01The name for the dimension value
Assurance dimensionaccrual object
Accrual DTO model for posting.
The accrual code
123The start date of the accrual period (yyyy-MM-dd)
2025-01-01The end date of the accrual period (yyyy-MM-dd)
2025-03-31{
"externalInvoiceId": "F50015",
"postingLineNumber": 1,
"vendorInvoiceNumber": "F50015",
"postedInvoiceId": "22ed0ffa-1bf5-4bd1-9970-df7a78a948fe",
"fiscalPeriod": "Q42021",
"postingDate": "2022-08-21",
"description": "Apples",
"postingAmountExVat": 100,
"postingVatAmount": 25,
"postingAmountInclVat": 125,
"currencyCode": "DKK",
"dimensions": [
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance dimension"
}
],
"accrual": {
"accrualCode": "123",
"accrualStartDate": "2025-01-01",
"accrualEndDate": "2025-03-31"
}
}