POST api/v1/RetailArbitrageProductReport
Request Information
URI Parameters
None.
Body Parameters
UrunReportParamatersName | Description | Type | Additional information |
---|---|---|---|
ProductId | integer |
None. |
|
ProductLink | string |
None. |
|
AmzLink | string |
None. |
|
Marketplace | integer |
None. |
|
IsComplated | integer |
None. |
|
IsActive | integer |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
MarketplaceProductId | string |
None. |
|
Value | boolean |
None. |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductId": 1, "ProductLink": "sample string 2", "AmzLink": "sample string 3", "Marketplace": 4, "IsComplated": 5, "IsActive": 6, "Page": 1, "PageSize": 1, "MarketplaceProductId": "sample string 7", "Value": true, "Token": "sample string 8" }
application/xml, text/xml
Sample:
<UrunArastirmaModel.UrunReportParamaters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models"> <AmzLink>sample string 3</AmzLink> <IsActive>6</IsActive> <IsComplated>5</IsComplated> <Marketplace>4</Marketplace> <MarketplaceProductId>sample string 7</MarketplaceProductId> <Page>1</Page> <PageSize>1</PageSize> <ProductId>1</ProductId> <ProductLink>sample string 2</ProductLink> <Token>sample string 8</Token> <Value>true</Value> </UrunArastirmaModel.UrunReportParamaters>
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.