GET ProShop/itemavailability?id={id}&wID={wID}
Gets the availability of an item in a warehouse.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of an item. |
decimal number |
Required |
wID |
ID of a warehouse |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
The quantity of the item available in the warehouse.
decimal numberResponse Formats
application/json, text/json
Sample:
1.1
application/xml, text/xml
Sample:
<double xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1.1</double>