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.
|
|
| Method | Int32 | The method of the payment term.
|
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.
|
|
| 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.
|
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
}