Show / Hide Table of Contents

    PaymentPlanTemplateRows

    Queryable, Introduced in version 2.28

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

    Represents a payment plan template row.

    GUID

    2217102F-3B6A-4183-BDE1-3188492C214A
    

    Required permission

    Show invoicing plan
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the payment plan template row.
    UnpaidAdvanceWarningType Int32? The unpaid advance warning type of the payment plan template row.

    • NoAlert: 0
    • Warning: 1
    • PreventDelivery: 2
    PaymentPlanTemplateId Int64 The business key identifier of the payment plan template of the payment plan template row.

    References PaymentPlanTemplates
    PartialInvoiceType Int32 The partial invoice type of the payment plan template row.

    • NotInitialized: 0
    • InAdvance: 1
    • Delivery: 2
    • InArrears: 3
    • Text: 4
    PartId Int64? The business key identifier of the part of the payment plan template row.

    References
    Part Parts The part of the payment plan template row.

    • Expandable
    OverrideDescription String The override description of the payment plan template row.

    • Max length is 80
    FractionOfTotal Decimal The fraction of total of the payment plan template row.

    • Not nullable
    PaymentTermId Int64? The business key identifier of the payment term of the payment plan template row.

    References
    PaymentTerm PaymentTerms The payment term of the payment plan template row.

    • Expandable
    RowIndex Int32? The row index of the payment plan template row.

    Example

    {
      "Id": 0,
      "UnpaidAdvanceWarningType": null,
      "PaymentPlanTemplateId": 0,
      "PartialInvoiceType": 0,
      "PartId": null,
      "Part": null,
      "OverrideDescription": null,
      "FractionOfTotal": 0.0,
      "PaymentTermId": null,
      "PaymentTerm": null,
      "RowIndex": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB