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.
|
|
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.
|
|
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.
|
|
OverrideDescription | String | The override description of the payment plan template row.
|
|
FractionOfTotal | Decimal | The fraction of total of the payment plan template row.
|
|
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.
|
|
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
}