SalesProcessTemplates
Queryable, Introduced in version 25.9
GET https://localhost:8001/sv/001.1/api/v1/Sales/SalesProcessTemplates
Represents a sales process template.
GUID
3666bb12-374e-438a-8f76-2cdaf549959a
Required permission
Show business opportunity
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the sales process template. |
|
| Code | String | The human readable identifier of the sales process template.
|
|
| IsActive | Boolean | Specifies if the sales process template is active. |
|
| Description | String | The translated description of the sales process template.
|
|
| Rows | SalesProcessTemplateRows[] | The rows of the sales process template.
|
Example
{
"Id": 0,
"Code": null,
"IsActive": false,
"Description": null,
"Rows": null
}