POST api/v1/BuyBoxTrackerProductList

Request Information

URI Parameters

None.

Body Parameters

KeywordTrackerModel
NameDescriptionTypeAdditional information
Token

string

None.

PageSize

integer

None.

PageNumber

integer

None.

UrunId

integer

None.

UrunKeywordId

integer

None.

MarketName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "PageSize": 2,
  "PageNumber": 3,
  "UrunId": 4,
  "UrunKeywordId": 5,
  "MarketName": "sample string 6"
}

application/xml, text/xml

Sample:
<KeywordTrackerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers">
  <MarketName>sample string 6</MarketName>
  <PageNumber>3</PageNumber>
  <PageSize>2</PageSize>
  <Token>sample string 1</Token>
  <UrunId>4</UrunId>
  <UrunKeywordId>5</UrunKeywordId>
</KeywordTrackerModel>

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 'KeywordTrackerModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.