Show / Hide Table of Contents

    PaymentPlanTemplates

    Queryable, Introduced in version 2.28

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

    Represents a payment plan template.

    GUID

    789C920D-3AAC-4D67-BFF5-5FAB1E7765E0
    

    Required permission

    Show invoicing plan
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the payment plan template.
    PaymentPlanTemplateType Int32 The type of the payment plan template.

    • ForSales: 1
    • ForPurchase: 2
    • ForSalesAndPurchase: 3
    Number String The human readable identifier of the payment plan template.

    • Not nullable
    • Unique
    • Max length is 5
    Description String The description of the payment plan template.
    IsActive Boolean The is active of the payment plan template.
    InvoiceTextTypes Int32 The invoice text types of the payment plan template.

    • OrderRowText: 1
    • OrderRows: 2
    • ProjectNumberAndName: 4
    • GoodsLabel: 8
    • OrderAdditionalText: 16
    • ConfigurationInfo: 32
    • OrderRowTextInPolishOrderInfo: 64
    • ConfigurationInfoInPolishOrderInfo: 128

    • Bitmask
    PaymentPlanTemplateRows PaymentPlanTemplateRows[] A collection of payment plan template rows that belong to the payment plan template.

    • Expandable

    Example

    {
      "Id": 0,
      "PaymentPlanTemplateType": 0,
      "Number": null,
      "Description": null,
      "IsActive": false,
      "InvoiceTextTypes": 0,
      "PaymentPlanTemplateRows": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB