PartCodes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartCodes
Represents a part code.
GUID
D8FF7E9E-0606-495A-958D-7045E23AAB93
Required permission
Show basic data for part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the part code. |
|
Code | String | The human readable identifier of the part code.
|
|
Description | String | The translated description of the part code. |
|
Alias | String | The human readable alias code of the part code.
|
Example
{
"Id": 0,
"Code": null,
"Description": null,
"Alias": null
}