DimensionResponseDtoViewPageSuccessResultResponse
A unique ID of the request
fb0ccbbc-62bc-447f-a47e-02b490e25690Indication of whether the request was successfull
result object
Number of entries in the returned resultset
5Index of the previous page
1Index of the next page
3Index of the current page
2entries object[]nullable
Collection of the response DTO model instances.
The unique identifier of the dimension from your ERP system. Is expected to be unique within the company.
45The name of the dimension
Cost CenterThe unique kaunt identifier of the dimension
227aebd0-36a4-4d17-b96d-c5b5d071abd4Indicator for if accounting is allowed on the dimension
falseEnum representing the type of dimension.
Possible values: [DependentDimension, IndependentDimension]
DependentDimensiondimensionValues object[]nullable
A list of dimension values associated with the dimension.
Identifier of the dimension value in your ERP system. Is expected to be unique within the company.
Assurance01Name of the dimension value in your ERP system.
Assurance-155Unique identifier of the DimensionValue.
13131313-5717-4562-b3fc-2c963f66afa6Indicator for if accounting is allowed on the DimensionValue
{
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true,
"result": {
"totalCount": 5,
"previousPage": "1",
"nextPage": "3",
"currentPage": 2,
"entries": [
{
"externalDimensionId": "45",
"externalDimensionName": "Cost Center",
"id": "227aebd0-36a4-4d17-b96d-c5b5d071abd4",
"isBlocked": false,
"dimensionType": "DependentDimension",
"dimensionValues": [
{
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance-155",
"id": "13131313-5717-4562-b3fc-2c963f66afa6",
"isBlocked": true
}
]
}
]
}
}