POST api/Report/ProductBrandMatrixSalesReport
Request Information
URI Parameters
None.
Body Parameters
ProductBrandMatrixSalesReportInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| BrandCodeList | string |
None. |
|
| BrandNameList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| Salesperson | string |
None. |
|
| Scale | string |
None. |
|
| SalesDocumentType | string |
None. |
|
| SalesReturnDocumentType | string |
None. |
|
| CityTownCodeList | string |
None. |
|
| Grade | string |
None. |
|
| Region | string |
None. |
|
| SoldPriceFilter | string |
None. |
|
| SoldPriceFilterValue | string |
None. |
|
| Dealer | string |
None. |
|
| Groupby1Code | string |
None. |
|
| Groupby2Code | string |
None. |
|
| Groupby3Code | string |
None. |
|
| Groupby1Name | string |
None. |
|
| Groupby2Name | string |
None. |
|
| Groupby3Name | string |
None. |
|
| IncludeCustomer | boolean |
None. |
|
| IncludeDealer | boolean |
None. |
|
| IncludeFinancier | boolean |
None. |
|
| IncludeSalesReturn | boolean |
None. |
|
| ShowQty | boolean |
None. |
|
| ShowValue | boolean |
None. |
|
| IncludeFreeQty | boolean |
None. |
|
| IncludeTax | boolean |
None. |
|
| IncludeDiscount | boolean |
None. |
|
| HideUnwantedData | boolean |
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",
"BrandNameList": "sample string 8",
"ProductCodeList": "sample string 9",
"ProductCategoryCodeList": "sample string 10",
"Salesperson": "sample string 11",
"Scale": "sample string 12",
"SalesDocumentType": "sample string 13",
"SalesReturnDocumentType": "sample string 14",
"CityTownCodeList": "sample string 15",
"Grade": "sample string 16",
"Region": "sample string 17",
"SoldPriceFilter": "sample string 18",
"SoldPriceFilterValue": "sample string 19",
"Dealer": "sample string 20",
"Groupby1Code": "sample string 21",
"Groupby2Code": "sample string 22",
"Groupby3Code": "sample string 23",
"Groupby1Name": "sample string 24",
"Groupby2Name": "sample string 25",
"Groupby3Name": "sample string 26",
"IncludeCustomer": true,
"IncludeDealer": true,
"IncludeFinancier": true,
"IncludeSalesReturn": true,
"ShowQty": true,
"ShowValue": true,
"IncludeFreeQty": true,
"IncludeTax": true,
"IncludeDiscount": true,
"HideUnwantedData": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<ProductBrandMatrixSalesReportInputs 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> <BrandNameList>sample string 8</BrandNameList> <CityTownCodeList>sample string 15</CityTownCodeList> <DBName>sample string 1</DBName> <Dealer>sample string 20</Dealer> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Grade>sample string 16</Grade> <Groupby1Code>sample string 21</Groupby1Code> <Groupby1Name>sample string 24</Groupby1Name> <Groupby2Code>sample string 22</Groupby2Code> <Groupby2Name>sample string 25</Groupby2Name> <Groupby3Code>sample string 23</Groupby3Code> <Groupby3Name>sample string 26</Groupby3Name> <HideUnwantedData>true</HideUnwantedData> <IncludeCustomer>true</IncludeCustomer> <IncludeDealer>true</IncludeDealer> <IncludeDiscount>true</IncludeDiscount> <IncludeFinancier>true</IncludeFinancier> <IncludeFreeQty>true</IncludeFreeQty> <IncludeSalesReturn>true</IncludeSalesReturn> <IncludeTax>true</IncludeTax> <ProductCategoryCodeList>sample string 10</ProductCategoryCodeList> <ProductCodeList>sample string 9</ProductCodeList> <Region>sample string 17</Region> <SalesDocumentType>sample string 13</SalesDocumentType> <SalesReturnDocumentType>sample string 14</SalesReturnDocumentType> <Salesperson>sample string 11</Salesperson> <Scale>sample string 12</Scale> <ShowQty>true</ShowQty> <ShowValue>true</ShowValue> <SoldPriceFilter>sample string 18</SoldPriceFilter> <SoldPriceFilterValue>sample string 19</SoldPriceFilterValue> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </ProductBrandMatrixSalesReportInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |