DeliveryTerms
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/DeliveryTerms
Represents a queryable delivery term.
GUID
67E4E9B6-C688-4175-B55A-2360D1520475
Required permission
Show terms
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the delivery term. |
|
IsDefault | Boolean | Specifies if the delivery term is the default term. |
|
Description | String | The translated description of the delivery term. |
|
Number | Int64 | The delivery term number. |
|
Destination | String | The destination specified by the delivery term.
|
|
TermLocation | String | The location specified by the delivery term.
|
|
TermCode | String | The code specified by the delivery term.
|
|
Payer | Int32 | Specifies how payment is handled for the delivery term.
|
|
CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
|
ShipmentDefaultCode | String | The shipment default code specified by the delivery term.
|
Introduced in version 24.8 |
Example
{
"Id": 0,
"IsDefault": false,
"Description": null,
"Number": 0,
"Destination": null,
"TermLocation": null,
"TermCode": null,
"Payer": 0,
"CompanyIds": null,
"ShipmentDefaultCode": null
}