PackingTerms
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Purchase/PackingTerms
Represents a packing term.
GUID
b785bcb1-b0f8-4f6f-bcc7-79e99dde9305
Required permission
Show terms
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the packing term. |
|
Description | String | The description of the packing term. |
|
Number | Int64 | The human readable identifier of the packing term. |
|
IsDefault | Boolean | The is default of the packing term. |
Example
{
"Id": 0,
"Description": null,
"Number": 0,
"IsDefault": false
}