POST api/v1/GetKeywordHistory

Request Information

URI Parameters

None.

Body Parameters

AMZKeywordsParameters
NameDescriptionTypeAdditional information
MarketPlace

string

None.

Asin

string

None.

KeywordId

integer

None.

Keyword

string

None.

IsAsin

boolean

None.

Token

string

None.

Page

integer

None.

Size

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MarketPlace": "sample string 1",
  "Asin": "sample string 2",
  "KeywordId": 3,
  "Keyword": "sample string 4",
  "IsAsin": true,
  "Token": "sample string 6",
  "Page": 7,
  "Size": 8
}

application/xml, text/xml

Sample:
<AMZKeywordsController.AMZKeywordsParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers">
  <Asin>sample string 2</Asin>
  <IsAsin>true</IsAsin>
  <Keyword>sample string 4</Keyword>
  <KeywordId>3</KeywordId>
  <MarketPlace>sample string 1</MarketPlace>
  <Page>7</Page>
  <Size>8</Size>
  <Token>sample string 6</Token>
</AMZKeywordsController.AMZKeywordsParameters>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.