SetCodingDimension
Type, Introduced in version 2.36
Sets the value of a coding entry.
Used by the following types:
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| CodingDimensionId | Int64 | The business key identifier of the coding dimension to set values on.
|
|
| ReferencingEntityId | Int64? | The business key identifier of the referencing entity. References an entity of type according to the coding dimension's ReferenceEntityType, or CodingElements if None. |
Example
{
"CodingDimensionId": 0,
"ReferencingEntityId": null
}