POST api/v1/GetN11Top1000CommentProducts

Request Information

URI Parameters

None.

Body Parameters

GetHBTop1000CommentProductsModel
NameDescriptionTypeAdditional information
Token

string

None.

Page

integer

None.

isWeb

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Page": 2,
  "isWeb": 1
}

application/xml, text/xml

Sample:
<GetHBTop1000CommentProductsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers">
  <Page>2</Page>
  <Token>sample string 1</Token>
  <isWeb>1</isWeb>
</GetHBTop1000CommentProductsModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetHBTop1000CommentProductsModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.