Accounts
Queryable, Introduced in version 2.27
GET https://localhost:8001/sv/001.1/api/v1/Accounting/Accounts
Represents a account.
GUID
6BA2B2FD-55E1-48FA-8735-11B3FD136552
Required permission
Show chart of accounts
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the Account. |
|
Number | String | The human readable identifier of the account number.
|
|
Type | Int32 | The type of account.
|
Example
{
"Id": 0,
"Number": null,
"Type": 0
}