Show / Hide Table of Contents

    ReasonCodeLostQuotes

    Queryable, Introduced in version 2.18

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

    Represents a reason code for a lost quote.

    GUID

    7C5B1AE1-61DC-4D45-9345-E4E82833C325
    

    Required permission

    Show cause codes
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the reason code.
    Code String The human readable identifier of the reason code.

    • Not nullable
    • Max length is 6
    • Unique
    Description String The translated description of the reason code.

    • Max length is 35
    CommentMandatory Boolean Specifies if a comment is mandatory for this reason code.
    Active Boolean Specifies if the reason code is active.

    Example

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