POST api/Report/DistributionWidthAnalysisReport
Request Information
URI Parameters
None.
Body Parameters
DistributionWidthAnalysis_Report_Inputs| 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. |
|
| ProductCodeList | string |
None. |
|
| ProductCatgCodeList | string |
None. |
|
| ItemCatgCodeList | string |
None. |
|
| ItemClassTypeCodeList | string |
None. |
|
| ItemClassCodeList | string |
None. |
|
| DistributionTypeCodeList | string |
None. |
|
| DocumentTypeCodeList | string |
None. |
|
| SalespersonCodeList | string |
None. |
|
| GradeCodeList | string |
None. |
|
| RegionCodeList | string |
None. |
|
| DCAT_CodeList | string |
None. |
|
| Deca_CodeList | string |
None. |
|
| StateCodeList | string |
None. |
|
| CityCodeList | string |
None. |
|
| ItemModelSearchCodeList | string |
None. |
|
| Group1Type | string |
None. |
|
| Group2Type | string |
None. |
|
| Group3Type | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| ShowAddress | 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",
"ProductCodeList": "sample string 8",
"ProductCatgCodeList": "sample string 9",
"ItemCatgCodeList": "sample string 10",
"ItemClassTypeCodeList": "sample string 11",
"ItemClassCodeList": "sample string 12",
"DistributionTypeCodeList": "sample string 13",
"DocumentTypeCodeList": "sample string 14",
"SalespersonCodeList": "sample string 15",
"GradeCodeList": "sample string 16",
"RegionCodeList": "sample string 17",
"DCAT_CodeList": "sample string 18",
"Deca_CodeList": "sample string 19",
"StateCodeList": "sample string 20",
"CityCodeList": "sample string 21",
"ItemModelSearchCodeList": "sample string 22",
"Group1Type": "sample string 23",
"Group2Type": "sample string 24",
"Group3Type": "sample string 25",
"Group1Name": "sample string 26",
"Group2Name": "sample string 27",
"Group3Name": "sample string 28",
"ShowAddress": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<DistributionWidthAnalysis_Report_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> <CityCodeList>sample string 21</CityCodeList> <DBName>sample string 1</DBName> <DCAT_CodeList>sample string 18</DCAT_CodeList> <Deca_CodeList>sample string 19</Deca_CodeList> <DistributionTypeCodeList>sample string 13</DistributionTypeCodeList> <DocumentTypeCodeList>sample string 14</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <GradeCodeList>sample string 16</GradeCodeList> <Group1Name>sample string 26</Group1Name> <Group1Type>sample string 23</Group1Type> <Group2Name>sample string 27</Group2Name> <Group2Type>sample string 24</Group2Type> <Group3Name>sample string 28</Group3Name> <Group3Type>sample string 25</Group3Type> <ItemCatgCodeList>sample string 10</ItemCatgCodeList> <ItemClassCodeList>sample string 12</ItemClassCodeList> <ItemClassTypeCodeList>sample string 11</ItemClassTypeCodeList> <ItemModelSearchCodeList>sample string 22</ItemModelSearchCodeList> <ProductCatgCodeList>sample string 9</ProductCatgCodeList> <ProductCodeList>sample string 8</ProductCodeList> <RegionCodeList>sample string 17</RegionCodeList> <SalespersonCodeList>sample string 15</SalespersonCodeList> <ShowAddress>true</ShowAddress> <StartDate>5</StartDate> <StateCodeList>sample string 20</StateCodeList> <UserInternalCode>sample string 3</UserInternalCode> </DistributionWidthAnalysis_Report_Inputs>
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. |