PackageTypes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PackageTypes
Represents a package type.
GUID
FBE23B85-1E78-4644-868F-A922DD54199F
Required permission
Show basic data for part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the package type. |
|
Number | Int64 | The human readable identifier of the package type.
|
|
IsActive | Boolean | Specifies if the package type is active in the system. |
|
Description | String | The translated description of the package type.
|
|
DefaultCode | String | The default code of the package type.
|
Example
{
"Id": 0,
"Number": 0,
"IsActive": false,
"Description": null,
"DefaultCode": null
}