PartIdentityTypes
Queryable, Introduced in version 2.47
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartIdentityTypes
Represents a part identity type.
GUID
19a0fb4f-e580-41ab-b1a3-5b661020e5ea
Required permission
Show basic data for part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the part identity type. |
|
Code | String | The human readable identifier of the part identity type.
|
|
Description | String | The translated description of the part identity type. |
|
IsActive | Boolean | Specifies whether or not the part identity type is active. |
|
Type | Int32? | The type of code that the part identity type defines.
|
Example
{
"Id": 0,
"Code": null,
"Description": null,
"IsActive": false,
"Type": null
}