BusinessOpportunityTypes
Queryable, Introduced in version 25.9
GET https://localhost:8001/sv/001.1/api/v1/Sales/BusinessOpportunityTypes
Represents a business opportunity type.
GUID
b7640a9a-eae7-444d-bcff-e05e63360be7
Required permission
Show business opportunity
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the business opportunity type. |
|
| Code | Int64 | The human readable identifier of the business opportunity type.
|
|
| IsActive | Boolean | Specifies if the business opportunity type is active. |
|
| Description | String | The translated description of the business opportunity type.
|
|
| Prefix | String | The prefix of the opportunity number created by the business opportunity type.
|
|
| IsDefault | Boolean | Specifies if the business opportunity type is the default type. |
|
| Priority | Int32 | The priority of the business opportunity type. |
|
| BusinessOpportunityGroupId | Int64? | The business key identifier of the business opportunity type's business opportunity group.
|
|
| BusinessOpportunityGroup | BusinessOpportunityGroups | The business opportunity type's business opportunity group.
|
|
| ResponsibleSellerId | Int64? | The business key identifier of the business opportunity type's .responsible seller.
|
|
| ResponsibleSeller | Persons | The business opportunity type's .responsible seller.
|
|
| SalesProcessTemplateId | Int64? | The business key identifier of the business opportunity type's .sales process template.
|
|
| SalesProcessTemplate | SalesProcessTemplates | The business opportunity type's .sales process template.
|
|
| BusinessOpportunityActivityTemplateId | Int64? | The business key identifier of the business opportunity type's .activity template.
|
|
| BusinessOpportunityActivityTemplate | BusinessOpportunityActivityTemplates | The business opportunity type's .activity template.
|
|
| CommentId | Int64? | The business key identifier of the business opportunity type's .comment.
|
|
| Comment | Comments | The business opportunity type's .comment.
|
Example
{
"Id": 0,
"Code": 0,
"IsActive": false,
"Description": null,
"Prefix": null,
"IsDefault": false,
"Priority": 0,
"BusinessOpportunityGroupId": null,
"BusinessOpportunityGroup": null,
"ResponsibleSellerId": null,
"ResponsibleSeller": null,
"SalesProcessTemplateId": null,
"SalesProcessTemplate": null,
"BusinessOpportunityActivityTemplateId": null,
"BusinessOpportunityActivityTemplate": null,
"CommentId": null,
"Comment": null
}