Resource:minimum reached locationC# Rel Const:Rels.InventorySvc.LocationMinimumReachedURI template:locationminimum{?customerID,facilityid}Obtain URI from:
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 |
{ "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.