Skip to main content

PostingResponseDtoViewPage

totalCountinteger<int32>

Number of entries in the returned resultset

Example: 5
previousPagestringnullable

Index of the previous page

Example: 1
nextPagestringnullable

Index of the next page

Example: 3
currentPageinteger<int32>

Index of the current page

Example: 2
entries object[]nullable

Collection of the response DTO model instances.

  • Array [
  • postingLineNumberinteger<int32>

    Sequence number of posting within an invoice

    Example: 1
    invoiceLineNumbersstring[]nullabledeprecated

    An array of references to invoice lines

    Example: ["1","2"]
    externalInvoiceIdstring

    The unique identifier of the invoice in your ERP-system. Is expected to be unique within the company.

    Example: F50015
    vendorInvoiceNumberstringnullable

    The invoice id assigned by the vendor

    Example: F50015
    postedInvoiceIdstringnullable

    The unique Kaunt identifier of the PostedInvoice

    Example: 22ed0ffa-1bf5-4bd1-9970-df7a78a948fe
    fiscalPeriodstringnullable

    The unique identifier of the fiscal period from your ERP system

    Example: Q42021
    postingDatestring

    Posting date (yyyy-MM-dd)

    Example: 2022-08-21
    descriptionstringnullable

    The posting description / posting text

    Example: Apples
    postingAmountExVatnumber<double>nullable

    The amount of the posting line not including VAT

    Example: 100
    postingVatAmountnumber<double>nullable

    The VAT amount of the posting line

    Example: 25
    postingAmountInclVatnumber<double>nullable

    The total amount of the posting line including VAT

    Example: 125
    currencyCodestringnullable

    Three-digit ISO 4217 currency code

    Example: DKK
    idstring<uuid>

    The unique kaunt identifier of the posting

    Example: 227aebd0-36a4-4d17-b96d-c5b5d071abd4
    dimensions object[]
  • Array [
  • externalDimensionIdstringrequired

    The unique identifier of the dimension in your ERP system. Is expected to be unique within the company.

    Possible values: non-empty

    Example: Assurance-155
    externalDimensionNamestringnullable

    Name of the dimension

    Example: Assurance
    externalDimensionValueIdstringrequired

    The unique identifier of the specific value for this dimension. Is expected to be unique within the company.

    Possible values: non-empty

    Example: Assurance01
    externalDimensionValueNamestringnullable

    The name for the dimension value

    Example: Assurance dimension
    dimensionIdstring<uuid>

    The Kaunt identifier of the ExternalDimensionId. Is unique within the company.

    Example: 41678023-13be-4e93-b9d0-b65e63a05fc7
    dimensionValueIdstring<uuid>

    The Kaunt identifier of the ExternalDimensionValueId. Is unique within the company.

    Example: 4066caae-92e7-41a7-9191-43c016b66ca1
  • ]
  • ]
  • PostingResponseDtoViewPage
    {
    "totalCount": 5,
    "previousPage": "1",
    "nextPage": "3",
    "currentPage": 2,
    "entries": [
    {
    "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"
    }
    ]
    }
    ]
    }