GET api/clothingtypes?Limit={Limit}&Page={Page}&StoreId={StoreId}
Receive a list of all product clothing types
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
limit |
Amount of results (default: 50) (maximum: 100) |
integer |
None. |
page |
Page to show (default: 1) |
integer |
None. |
store_id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ClothingTypesRootObjectName | Description | Type | Additional information |
---|---|---|---|
clothingtypes | Collection of ProductionClothingType |
None. |
Response Formats
application/json, text/json
Sample:
{ "clothingtypes": [ { "value_rus": "sample string 1", "value_eng": "sample string 2", "value_uzb": "sample string 3" }, { "value_rus": "sample string 1", "value_eng": "sample string 2", "value_uzb": "sample string 3" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.