BusinessOpportunityActivityTemplates
Queryable, Introduced in version 25.9
GET https://localhost:8001/sv/001.1/api/v1/Sales/BusinessOpportunityActivityTemplates
Represents a business opportunity activity template.
GUID
3e50ac40-635e-4d2a-a648-b2442276a2bd
Required permission
Show business opportunity
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the business opportunity activity template. |
|
| Code | Int64 | The human readable identifier of the business opportunity activity template. |
|
| Description | String | The translated description of the business opportunity activity template.
|
|
| Rows | BusinessOpportunityActivityTemplateRows[] | The rows of the business opportunity activity template.
|
Example
{
"Id": 0,
"Code": 0,
"Description": null,
"Rows": null
}