POST api/v1/GetMonthlyDashboards

Request Information

URI Parameters

None.

Body Parameters

ProductProp1
NameDescriptionTypeAdditional information
start

integer

None.

length

integer

None.

search

string

None.

From

string

None.

MarketPlaceId

integer

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "start": 1,
  "length": 2,
  "search": "sample string 3",
  "From": "sample string 4",
  "MarketPlaceId": 1,
  "Token": "sample string 5"
}

application/xml, text/xml

Sample:
<ProductProp1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers">
  <From>sample string 4</From>
  <MarketPlaceId>1</MarketPlaceId>
  <Token>sample string 5</Token>
  <length>2</length>
  <search>sample string 3</search>
  <start>1</start>
</ProductProp1>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.