Show / Hide Table of Contents

    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.

    • Max length is 5
    • Unique
    IsActive Boolean Specifies if the sales process template is active.
    Description String The translated description of the sales process template.

    • Max length is 400
    Rows SalesProcessTemplateRows[] The rows of the sales process template.

    • Expandable

    Example

    {
      "Id": 0,
      "Code": null,
      "IsActive": false,
      "Description": null,
      "Rows": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB