GetInventoryAvailableByFacility
getInventoryAvailableByFacility
Authorizations
Query parameters
productIdstringOptional
facilityIdstringOptional
Responses
200
Success
application/json
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
get
GET /rest/s1/poorti/getInventoryAvailableByFacility HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
"atp": "text",
"qoh": "text"
}
Was this helpful?