Skip to main content

DimensionResponseDtoViewPage

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 [
  • externalDimensionIdstring

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

    Example: 45
    externalDimensionNamestringnullable

    The name of the dimension

    Example: Cost Center
    idstring<uuid>

    The unique kaunt identifier of the dimension

    Example: 227aebd0-36a4-4d17-b96d-c5b5d071abd4
    isBlockedboolean

    Indicator for if accounting is allowed on the dimension

    Example: false
    dimensionValues object[]nullable
  • Array [
  • externalDimensionValueIdstringnullable

    Identifier of the dimension value in your ERP system. Is expected to be unique within the company.

    Example: Assurance01
    externalDimensionValueNamestringnullable

    Name of the dimension value in your ERP system.

    Example: Assurance-155
    idstring<uuid>

    Unique identifier of the DimensionValue.

    Example: 13131313-5717-4562-b3fc-2c963f66afa6
    isBlockedboolean

    Indicator for if accounting is allowed on the DimensionValue

  • ]
  • ]
  • DimensionResponseDtoViewPage
    {
    "totalCount": 5,
    "previousPage": "1",
    "nextPage": "3",
    "currentPage": 2,
    "entries": [
    {
    "externalDimensionId": "45",
    "externalDimensionName": "Cost Center",
    "id": "227aebd0-36a4-4d17-b96d-c5b5d071abd4",
    "isBlocked": false,
    "dimensionValues": [
    {
    "externalDimensionValueId": "Assurance01",
    "externalDimensionValueName": "Assurance-155",
    "id": "13131313-5717-4562-b3fc-2c963f66afa6",
    "isBlocked": true
    }
    ]
    }
    ]
    }