Skip to main content

EntityDimensionResponseDto

Dimension DTO model.

externalDimensionIdstringrequired

The unique identifier of the dimension in your ERP system. Is expected to be unique within the company.

Example: Assurance-155
externalDimensionNamestringnullable

Name of the dimension

Example: Assurance
externalDimensionValueIdstringnullable

The unique identifier of the specific value for this dimension. Is expected to be unique within the company.

Example: Assurance01
externalDimensionValueNamestringnullable

The name for the dimension value

Example: Assurance dimension
confidencestringrequired

The confidence level for this individual dimension value. This can differ from the confidence of the entire dimension combination.

Possible values: [Low, Medium, High]

Example: High
EntityDimensionResponseDto
{
"externalDimensionId": "Assurance-155",
"externalDimensionName": "Assurance",
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance dimension",
"confidence": "High"
}