GET api/clothingtypes/count?store_Id={store_Id}
Receive a count of all product clothing types
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store_Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClothingTypesCountRootObjectName | Description | Type | Additional information |
---|---|---|---|
count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "count": 1 }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.