Show / Hide Table of Contents

    PaymentTerms

    Queryable, Introduced in version 2.18

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

    Represents a queryable payment term.

    GUID

    9ebf4a69-e304-4c4a-94bc-2cd2e8bd3209
    

    Required permission

    Show terms
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the payment term.
    Number Int64 The payment term number.
    Description String The translated description of the payment term.
    GracePeriodInDays Int32 The grace period of the payment term specified in days.
    IsFreeDeliveryMonth Boolean Specifies if the payment term implies a free delivery month.

    • Obsolete since version 22.4 (Replaced by Method)
    Method Int32 The method of the payment term.

    • Days: 0
    • FreeDeliveryMonth: 1
    • EOM: 2
    Introduced in version 22.4
    AddDaysToEOM Int32 The number of days to add to the due date when using the end of month method.
    Introduced in version 22.4
    IsDefault Boolean Specifies if the payment term is the default.
    InvoiceType Int32 The invoice type of the payment term.

    • Standard: 1
    • Internal: 2
    • CashReceipt: 3
    • Interest: 4
    • OnAccount: 5
    • DebitNote: 6
    • ServiceTax: 7
    • CorrectionInvoice: 8
    • CollectiveCorrectionInvoice: 9
    PaymentMethodId Int64? The business key identifier of the payment method of the payment term.

    References PaymentMethods.
    CompanyIds Int64[] The business key identifiers of the companies that this entity is available for.
    Code String The code of the payment term.

    • Max length is 15
    Introduced in version 24.8

    Example

    {
      "Id": 0,
      "Number": 0,
      "Description": null,
      "GracePeriodInDays": 0,
      "IsFreeDeliveryMonth": false,
      "Method": 0,
      "AddDaysToEOM": 0,
      "IsDefault": false,
      "InvoiceType": 0,
      "PaymentMethodId": null,
      "CompanyIds": null,
      "Code": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB