POST api/products/home
Request Information
URI Parameters
None.
Body Parameters
ProductHomeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
None. |
|
| page | integer |
None. |
|
| seed | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"count": 1,
"page": 2,
"seed": 1
}
text/xml
Sample:
<ProductHomeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pcone_api.Models.RequestModels"> <count>1</count> <page>2</page> <seed>1</seed> </ProductHomeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.