CodingElements
Queryable, Introduced in version 2.27
GET https://localhost:8001/sv/001.1/api/v1/Accounting/CodingElements
Represents a Coding element.
GUID
E39E8DCA-FEF4-433F-9F8F-B5B9D21AA883
Required permission
Show dimensions/dimension codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the coding element. |
|
Code | String | The human readable coding element code.
|
|
Description | String | The description of the coding element. |
|
CodingDimensionId | Int64 | The business key identifier of the coding element. References CodingDimensions |
|
IsActive | Boolean | Specifies if the coding element is active. |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"CodingDimensionId": 0,
"IsActive": false
}