DimensionValueCodingProposalDto
Dimension Value Coding Proposal DTO model.
externalDimensionValueIdstringnullable
Identifier of the dimension value in your ERP system. Is expected to be unique within the company.
Example:
Assurance01
externalDimensionValueNamestringnullable
Name of the dimension value in your ERP system.
Example:
Assurance-155
confidencestring
Possible values: [Low
, Medium
, High
]
proposalPriorityinteger<int32>
Priority index indicating the priority of the proposal. The lowest number indicates the highest priority.
Example:
1
DimensionValueCodingProposalDto
{
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance-155",
"confidence": "Low",
"proposalPriority": 1
}