SellerGroups
Queryable, Introduced in version 25.9
GET https://localhost:8001/sv/001.1/api/v1/Sales/SellerGroups
Represents a seller group.
GUID
8a391eb8-ef86-4124-9059-f52a994b9660
Required permission
Show business opportunity
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the seller group. |
|
| Code | Int64 | The human readable identifier of the seller group.
|
|
| IsActive | Boolean | Specifies if the seller group is active. |
|
| Description | String | The translated description of the seller group.
|
Example
{
"Id": 0,
"Code": 0,
"IsActive": false,
"Description": null
}