POST api/Reports/MarketResearchCompany_SalesReport

Request Information

URI Parameters

None.

Body Parameters

MarketResearchCompany_SalesReport_Inputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCatgCodeList

string

None.

ItemModelSearchCode

string

None.

ItemCatgCodeList

string

None.

ItemClassTypeCodeList

string

None.

ItemClassCodeList

string

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "StartDate": 5,
  "EndDate": 6,
  "BrandCodeList": "sample string 7",
  "ProductCodeList": "sample string 8",
  "ProductCatgCodeList": "sample string 9",
  "ItemModelSearchCode": "sample string 10",
  "ItemCatgCodeList": "sample string 11",
  "ItemClassTypeCodeList": "sample string 12",
  "ItemClassCodeList": "sample string 13",
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<MarketResearchCompany_SalesReport_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 7</BrandCodeList>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>6</EndDate>
  <ItemCatgCodeList>sample string 11</ItemCatgCodeList>
  <ItemClassCodeList>sample string 13</ItemClassCodeList>
  <ItemClassTypeCodeList>sample string 12</ItemClassTypeCodeList>
  <ItemModelSearchCode>sample string 10</ItemModelSearchCode>
  <ProductCatgCodeList>sample string 9</ProductCatgCodeList>
  <ProductCodeList>sample string 8</ProductCodeList>
  <StartDate>5</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</MarketResearchCompany_SalesReport_Inputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.