AddCodingEntryElement
Type, Introduced in version 2.30
Adds a coding entry element to a booking row.
Used by the Create and Create commands.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
CodingDimensionId | Int64 | The business key identifier of the coding entry element's coding dimension. References CodingDimensions
|
|
RefencingEntityId | Int64 | The business key identifier of the referencing entity to set for the coding entry element. References an entity of type according to the coding dimension's ReferenceEntityType, or CodingElements if None.
|
|
ReferencingEntityId | Int64 | The business key identifier of the referencing entity to set for the coding entry element. References an entity of type according to the coding dimension's ReferenceEntityType, or CodingElements if None.
|
Introduced in version 22.8 |
Example
{
"CodingDimensionId": 0,
"RefencingEntityId": 0,
"ReferencingEntityId": 0
}