PartOtherIdentities
Queryable, Introduced in version 2.47
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartOtherIdentities
Represents an alternate identity for a part.
GUID
1445e739-4b85-42d9-86f7-4ffab92422d3
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the alternate identity. |
|
TypeId | Int64 | The business key identifier of the identity type of the alternate identity. References PartIdentityTypes |
|
Value | String | The value of the alternate identity. |
|
IsActive | Boolean | Whether or not the alternate identity is active. |
|
PartId | Int64 | The business key identifier of the part that the alternate identity belongs to. References Parts |
Example
{
"Id": 0,
"TypeId": 0,
"Value": null,
"IsActive": false,
"PartId": 0
}