Show / Hide Table of Contents

    ReasonCodeDebitNotes

    Queryable, Introduced in version 25.6

    GET https://localhost:8001/sv/001.1/api/v1/Common/ReasonCodeDebitNotes
    

    Represents a reason code for debit note.

    GUID

    21d6aac7-e23a-4b78-9dc2-aacf8dd0c41c
    

    Required permission

    Show cause codes
    

    Properties

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

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

    • Max length is 35
    Active Boolean Specifies if the reason code debit note is active.

    Example

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