CodingEntryElements
Queryable, Introduced in version 2.30
GET https://localhost:8001/sv/001.1/api/v1/Accounting/CodingEntryElements
Represents a coding entry element.
GUID
98B48443-2BCD-41A7-A3F0-522F7CF830FB
Required permission
Show dimensions/dimension codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the coding entry element. |
|
CodingEntryId | Int64 | The business key identifier of the coding entry that the element belongs to. References CodingEntries |
|
CodingDimensionId | Int64 | The business key identifier of the element's coding dimension. References CodingDimensions |
|
CodingDimension | CodingDimensions | The coding dimension of the coding entry element.
|
|
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
{
"Id": 0,
"CodingEntryId": 0,
"CodingDimensionId": 0,
"CodingDimension": null,
"ReferencingEntityId": null
}