GET ProShop/countall_bybranch?branch={branch}&stocked={stocked}
Gets the number of items of a branch.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
branch |
Indicates the id of the branch |
decimal number |
Required |
stocked |
Indicates whether to select only items with stock (optional). |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
The number of items found.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>