BusinessOpportunityGroups
Queryable, Introduced in version 25.9
GET https://localhost:8001/sv/001.1/api/v1/Sales/BusinessOpportunityGroups
Represents a business opportunity group.
GUID
a0e1099d-5eb4-4321-9b47-e13f7e55ac35
Required permission
Show business opportunity
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the business opportunity group. |
|
| Code | Int64 | The human readable identifier of the business opportunity group.
|
|
| IsActive | Boolean | Specifies if the business opportunity group is active. |
|
| Description | String | The translated description of the business opportunity group.
|
Example
{
"Id": 0,
"Code": 0,
"IsActive": false,
"Description": null
}