Show / Hide Table of Contents

    SalesProcessSteps

    Queryable, Introduced in version 25.9

    GET https://localhost:8001/sv/001.1/api/v1/Sales/SalesProcessSteps
    

    Represents a sales process step.

    GUID

    25130296-198e-49d9-91bb-74541450a8af
    

    Required permission

    Show business opportunity
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the sales process step.
    Code Int64 The human readable identifier of the sales process step.

    • Unique
    Step String The name of the sales process step.

    • Max length is 10
    IsActive Boolean Specifies if the sales process step is active.
    Description String The translated description of the sales process step.

    • Max length is 400

    Example

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