GET api/V1/PBIDataExchange/getTopNCustomerSales

Request Information

URI Parameters

None.

Body Parameters

TopNCustomerSales
NameDescriptionTypeAdditional information
FromDate

string

None.

ToDate

string

None.

DistributorIds

string

None.

ItemGroups

string

None.

TopNCust

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "sample string 1",
  "ToDate": "sample string 2",
  "DistributorIds": "sample string 3",
  "ItemGroups": "sample string 4",
  "TopNCust": "sample string 5"
}

application/xml, text/xml

Sample:
<PBIDataExchangeController.TopNCustomerSales xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZylemWebAPI.Controllers.DataExchange.V1">
  <DistributorIds>sample string 3</DistributorIds>
  <FromDate>sample string 1</FromDate>
  <ItemGroups>sample string 4</ItemGroups>
  <ToDate>sample string 2</ToDate>
  <TopNCust>sample string 5</TopNCust>
</PBIDataExchangeController.TopNCustomerSales>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.