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.
|
|
Number | String | The human readable identifier of the payment plan template.
|
|
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.
|
|
PaymentPlanTemplateRows | PaymentPlanTemplateRows[] | A collection of payment plan template rows that belong to the payment plan template.
|
Example
{
"Id": 0,
"PaymentPlanTemplateType": 0,
"Number": null,
"Description": null,
"IsActive": false,
"InvoiceTextTypes": 0,
"PaymentPlanTemplateRows": null
}