EntityDimensionWithKauntIdsDto
externalDimensionIdstringrequired
The unique identifier of the dimension in your ERP system. Is expected to be unique within the company.
Possible values: non-empty
Example:
Assurance-155
externalDimensionNamestringnullable
Name of the dimension
Example:
Assurance
externalDimensionValueIdstringrequired
The unique identifier of the specific value for this dimension. Is expected to be unique within the company.
Possible values: non-empty
Example:
Assurance01
externalDimensionValueNamestringnullable
The name for the dimension value
Example:
Assurance dimension
dimensionIdstring<uuid>
The Kaunt identifier of the ExternalDimensionId. Is unique within the company.
Example:
41678023-13be-4e93-b9d0-b65e63a05fc7
dimensionValueIdstring<uuid>
The Kaunt identifier of the ExternalDimensionValueId. Is unique within the company.
Example:
4066caae-92e7-41a7-9191-43c016b66ca1
EntityDimensionWithKauntIdsDto
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance dimension",
"dimensionId": "41678023-13be-4e93-b9d0-b65e63a05fc7",
"dimensionValueId": "4066caae-92e7-41a7-9191-43c016b66ca1"
}