PartLocationInfo
Type, Introduced in version 2.18
Represents part location information.
Returned by the following commands:
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Key | PartLocationInfoKey | The key of the part location. |
|
Name | String | The name of the part location. |
|
BatchNumber | String | The batch number of the part location if the part is traceable with traceability mode set as batch. |
|
SerialNumber | String | The serial number of the part location if the part is traceable with traceability mode set as individual. |
|
UnitId | Int64 | The business key identifier of the part location unit. |
|
Balance | Decimal | The balance of the part location. |
|
AvailableBalance | Decimal | The available balance of part location. |
|
ReservationId | Int64? | The business key identifier of the clearance reservation made for the part location. |
|
ClearanceType | Int32 | The clearance type of the part location.
|
|
ClearanceIdentifier | String | The human readable identifier of the entity that the clearance was initiated from. |
Example
{
"Key": null,
"Name": null,
"BatchNumber": null,
"SerialNumber": null,
"UnitId": 0,
"Balance": 0.0,
"AvailableBalance": 0.0,
"ReservationId": null,
"ClearanceType": 0,
"ClearanceIdentifier": null
}