inventory locationminimum (http://api.3plcentral.com/rels/inventory/locationminimum)
Resource:
minimum reached location
C# Rel Const:
Rels.InventorySvc.LocationMinimumReached
URI template:
locationminimum{?customerID,facilityid}
list of items in a location reaching their minimum threshold
Success status: 200
Name (* = required) Data Type Description
customerID * int id of customer to retrieve list of items for
facilityid int optional id of facility to filter list of items for
Type Description
LocationItemList IEnumerable<Inventory.Models.MinimumReachedLocation> identifies receive items to be affected
ItemID int
FacilityID int
Sample accept: application/hal+json
{
  "locationItemList": [
    {
      "itemID": 1,
      "facilityID": 2
    }
  ]
}

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.