inventory inventorybriefs (http://api.3plcentral.com/rels/inventory/inventorybriefs)
Resource:
skinny inventory
C# Rel Const:
Rels.InventorySvc.InventoryBriefs
URI template:
briefs{?selectTop,selectBottom,rql,sort}
Obtain URI from:
INTERNAL USE ONLY to support SmartUI shift-click multi-selection
Success status: 200
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
      }
    ]
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.