CustomerAccountGroups
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerAccountGroups
Represents a customer account group.
GUID
10A23BD7-BF5A-4291-AA8E-F623F4A05533
Required permission
Show chart of accounts
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the group. |
|
IsDefault | Boolean | Specifies if the group is the default group. |
|
Number | Int64 | The human readable identifier of the group. |
|
Description | String | The translated description of the group. |
|
CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
Example
{
"Id": 0,
"IsDefault": false,
"Number": 0,
"Description": null,
"CompanyIds": null
}