Name
|
Data Type | Description |
selectTop
|
int |
the first receiver to return from the sorted list; null = don't trim top |
selectBottom
|
int |
the last receiver to return from the sorted list; null = don't trim bottom |
rql
|
string |
applies to properties in InventoryItem model;
see RQL documentation
|
sort
|
string |
see RQL documentation
|
|
Type |
Description |
ResourceList |
IList<Inventory.Models.InventoryBrief>
|
|
ReceiverId |
int
|
|
ReceiveItemId |
int
|
|
OnHold |
bool
|
|
InQuarantineLocation |
bool
|
|
ItemIdentifier |
Generic.Models.ItemIdentifier
|
|
Sku |
string
|
|
Id |
int
|
|
Qualifier |
string
|
|
LotNumber |
string
|
|
Available |
decimal
|
|
Sample accept: application/hal+json
{
"_embedded": {
"item": [
{
"receiverId": 1,
"receiveItemId": 2,
"onHold": true,
"inQuarantineLocation": true,
"itemIdentifier": {
"sku": "str",
"id": 2
},
"qualifier": "str",
"lotNumber": "str",
"available": 7.0
}
]
}
}