GET v1/Warehouses/{warehouseId}/StockCountGroup/{stockCountGroupId}
Get details of stock count group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| warehouseId |
Id of warehouse |
integer |
Required. |
| stockCountGroupId |
If of stock count group |
integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
Detailed representation of stock count group
StockCountGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
If of group |
integer |
None. |
| Name |
Name of group |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2"
}
application/xml, text/xml
Sample:
<StockCountGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <Name>sample string 2</Name> </StockCountGroup>