JiwaAPI

<back to all web services

BinLocationStockRequest

Requires Authentication
The following routes are available for this service:
GET/Inventory/{InventoryID}/{LogicalID}/BinLocationsUse this to get a list of bin locations for a given product and warehouse, which contain stock for the item
BinLocationStockRequest Parameters:
NameParameterData TypeRequiredDescription
InventoryIDpathstringNo
LogicalIDpathstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Inventory/{InventoryID}/{LogicalID}/BinLocations HTTP/1.1 
Host: millers.jiwa.com.au 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

[{"INBinLookupID":"String","Description":"String","ShortName":"String"}]