CodingDimensions
Queryable, Introduced in version 2.27
GET https://localhost:8001/sv/001.1/api/v1/Accounting/CodingDimensions
Represents a Coding dimension.
GUID
254D2D51-C1BE-420D-8EC1-2718F669C45E
Required permission
Show dimensions/dimension codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the coding dimension. |
|
Number | Int32 | The number of the coding dimension. |
|
Description | String | The description of the coding dimension. |
|
CodeDescription | String | The description of the coding dimension code. |
|
ReferenceEntityType | Int32 | The coding dimension reference type of the coding dimension.
|
|
CodingElements | CodingElements[] | The coding elements of the coding dimension.
|
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"CodeDescription": null,
"ReferenceEntityType": 0,
"CodingElements": null
}