CodingEntries
Queryable, Introduced in version 2.30
GET https://localhost:8001/sv/001.1/api/v1/Accounting/CodingEntries
Represents a coding entry.
GUID
57158A06-CC4E-4AB7-890D-D1760E2AF6E1
Required permission
Show dimensions/dimension codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the coding entry. |
|
CodingEntryDescription | String | The description of the coding entry.
|
|
AccountId | Int64? | The business key identifier of the coding entry's account. References Accounts |
|
Account | Accounts | The account of the coding entry.
|
|
CodingEntryElements | CodingEntryElements[] | The coding entry elements of the coding entry.
|
Example
{
"Id": 0,
"CodingEntryDescription": null,
"AccountId": null,
"Account": null,
"CodingEntryElements": null
}