POST api/products/recommend

Request Information

URI Parameters

None.

Body Parameters

ProductRecommendRequest
NameDescriptionTypeAdditional information
merchant_ids

Collection of integer

None.

count

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "merchant_ids": [
    1,
    2
  ],
  "count": 1
}

text/xml

Sample:
<ProductRecommendRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pcone_api.Models.RequestModels">
  <count>1</count>
  <merchant_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </merchant_ids>
</ProductRecommendRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.