PostingResponseDtoSuccessResultResponse
A unique ID of the request
fb0ccbbc-62bc-447f-a47e-02b490e25690
Indication of whether the request was successfull
result object
Response model for Posting entity.
Sequence number of posting within an invoice
1
An array of references to invoice lines
["1","2"]
The unique identifier of the invoice in your ERP-system. Is expected to be unique within the company.
F50015
The invoice id assigned by the vendor
F50015
The unique Kaunt identifier of the PostedInvoice
22ed0ffa-1bf5-4bd1-9970-df7a78a948fe
The unique identifier of the fiscal period from your ERP system
Q42021
Posting date (yyyy-MM-dd)
2022-08-21
The posting description / posting text
Apples
The amount of the posting line not including VAT
100
The VAT amount of the posting line
25
The total amount of the posting line including VAT
125
Three-digit ISO 4217 currency code
DKK
The unique kaunt identifier of the posting
227aebd0-36a4-4d17-b96d-c5b5d071abd4
dimensions object[]
The unique identifier of the dimension in your ERP system. Is expected to be unique within the company.
Possible values: non-empty
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.
Possible values: non-empty
Assurance01
The name for the dimension value
Assurance dimension
The Kaunt identifier of the ExternalDimensionId. Is unique within the company.
41678023-13be-4e93-b9d0-b65e63a05fc7
The Kaunt identifier of the ExternalDimensionValueId. Is unique within the company.
4066caae-92e7-41a7-9191-43c016b66ca1
{
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true,
"result": {
"postingLineNumber": 1,
"externalInvoiceId": "F50015",
"vendorInvoiceNumber": "F50015",
"postedInvoiceId": "22ed0ffa-1bf5-4bd1-9970-df7a78a948fe",
"fiscalPeriod": "Q42021",
"postingDate": "2022-08-21",
"description": "Apples",
"postingAmountExVat": 100,
"postingVatAmount": 25,
"postingAmountInclVat": 125,
"currencyCode": "DKK",
"id": "227aebd0-36a4-4d17-b96d-c5b5d071abd4",
"dimensions": [
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance dimension",
"dimensionId": "41678023-13be-4e93-b9d0-b65e63a05fc7",
"dimensionValueId": "4066caae-92e7-41a7-9191-43c016b66ca1"
}
]
}
}