ChangeDimensionPropertiesRequest
Request to change the properties of a Dimension.
isBlockedbooleannullable
Block status for Dimension.
Example:
truedimensionTypestringnullable
Dimension Type, e.g. DependentDimension or IndependentDimension.
Possible values: [DependentDimension, IndependentDimension, OptionalIndependentDimension]
Example:
IndependentDimensionhasInferableValuesbooleannullable
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:
falseChangeDimensionPropertiesRequest
{
"isBlocked": true,
"dimensionType": "IndependentDimension",
"hasInferableValues": false
}