SalesProcessTemplateRows
Queryable, Introduced in version 25.9
GET https://localhost:8001/sv/001.1/api/v1/Sales/SalesProcessTemplateRows
Represents a sales process template row.
GUID
8ea28a1e-b83f-40c5-9e88-05a50b02985a
Required permission
Show business opportunity
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the sales process template row. |
|
| Code | Int64 | The human readable identifier of the sales process template row. |
|
| SalesProcessStepId | Int64 | The business key identifier of the sales process template row's sales process step.
|
|
| SalesProcessStep | SalesProcessSteps | The sales process step of the sales process template row.
|
|
| Probability | Int32 | The probability of the sales process template row. |
|
| LeadTime | Int32 | The lead time of the sales process template row. |
|
| Responsibility | Int32 | The responsibility of the sales process template row.
|
|
| ResponsibleSellerId | Int64? | The business key identifier of the sales process template row's responsible seller.
|
|
| ResponsibleSeller | Persons | The sales process template row's responsible seller.
|
|
| ResponsibleSellerGroupId | Int64? | The business key identifier of the sales process template row's seller group.
|
|
| ResponsibleSellerGroup | SellerGroups | The sales process template row's seller group.
|
|
| ParentId | Int64 | The business key identifier of the sales process template row's parent.
|
Example
{
"Id": 0,
"Code": 0,
"SalesProcessStepId": 0,
"SalesProcessStep": null,
"Probability": 0,
"LeadTime": 0,
"Responsibility": 0,
"ResponsibleSellerId": null,
"ResponsibleSeller": null,
"ResponsibleSellerGroupId": null,
"ResponsibleSellerGroup": null,
"ParentId": 0
}