object AllocatedAllocationType
Fields
| Field | Type | Description |
|---|---|---|
quantity | Int | Quantity as a whole-unit count. |
status | PickingJobStatus | Current status; use the API status values returned by this field when filtering or updating. |
location | Location | Location for this allocated allocation. |
Referenced By
- AllocationType Type
Example
{
"quantity": 2,
"status": "{id: \"UGlja2luZ0pvYlN0YXR1c1R5cGU6MTIzNA==\"}",
"location": {id: "TG9jYXRpb246MTIzNA==", name: "A01-01-01"}
}