DimensionResponseDto
Response model for Dimension entity.
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
falseDimension Type, e.g. DependentDimension or IndependentDimension.
Possible values: [DependentDimension, IndependentDimension, OptionalIndependentDimension]
DependentDimensionWhen true, Kaunt resolves this dimension's value for each invoice individually — useful for dimensions whose values change frequently (such as project codes or vehicle identification numbers) and don't repeat often enough to learn patterns from your historical postings.
falsedimensionValues 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
False{
"externalDimensionId": "45",
"externalDimensionName": "Cost Center",
"id": "227aebd0-36a4-4d17-b96d-c5b5d071abd4",
"isBlocked": false,
"dimensionType": "DependentDimension",
"hasInferableValues": false,
"dimensionValues": [
{
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance-155",
"id": "13131313-5717-4562-b3fc-2c963f66afa6",
"isBlocked": "False"
}
]
}