Show / Hide Table of Contents

    WriteOffCodes

    Queryable, Introduced in version 22.8

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

    Represents a write off code.

    GUID

    63A4D27E-040B-4A14-A782-0BFA901228BC
    

    Required permission

    Show bank settings
    

    Properties

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

    • Unique
    • Not nullable
    • Max length is 5
    Description String The translated description of the write off code.
    IncomingPaymentCodingEntryId Int64 The business key identifier of the write off code's coding entry for incoming payments.

    • References CodingEntries
    IncomingPaymentCodingEntry CodingEntries The write off code's coding entry for incoming payments.

    • Expandable
    OutgoingPaymentCodingEntryId Int64 The business key identifier of the write off code's coding entry for outgoing payments.

    • References CodingEntries
    OutgoingPaymentCodingEntry CodingEntries The write off code's coding entry for outgoing payments.

    • Expandable

    Example

    {
      "Id": 0,
      "Code": null,
      "Description": null,
      "IncomingPaymentCodingEntryId": 0,
      "IncomingPaymentCodingEntry": null,
      "OutgoingPaymentCodingEntryId": 0,
      "OutgoingPaymentCodingEntry": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB