Skip to main content

ChangeDimensionPropertiesRequest

Request to change the properties of a Dimension.

isBlockedbooleannullable

Block status for Dimension.

Example: true
dimensionTypestringnullable

Dimension Type, e.g. DependentDimension or IndependentDimension.

Possible values: [DependentDimension, IndependentDimension, OptionalIndependentDimension]

Example: IndependentDimension
hasInferableValuesbooleannullable

Set to true to have Kaunt resolve 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.

Example: false
ChangeDimensionPropertiesRequest
{
"isBlocked": true,
"dimensionType": "IndependentDimension",
"hasInferableValues": false
}