Show / Hide Table of Contents

    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.

    • References SalesProcessSteps
    SalesProcessStep SalesProcessSteps The sales process step of the sales process template row.

    • Expandable
    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.

    • Seller: 0
    • Group: 1
    ResponsibleSellerId Int64? The business key identifier of the sales process template row's responsible seller.

    • References Persons
    ResponsibleSeller Persons The sales process template row's responsible seller.

    • Expandable
    ResponsibleSellerGroupId Int64? The business key identifier of the sales process template row's seller group.

    • References SellerGroups
    ResponsibleSellerGroup SellerGroups The sales process template row's seller group.

    • Expandable
    ParentId Int64 The business key identifier of the sales process template row's parent.

    • References SalesProcessTemplates

    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB