POST api/v1/KeywordTrackerProductList
Request Information
URI Parameters
None.
Body Parameters
KeywordTrackerModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.