POST api/Report/RoutePlanner_Report
Request Information
URI Parameters
None.
Body Parameters
RoutePlanner_Report_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| AsonDate | integer |
None. |
|
| SalespersonCodeList | string |
None. |
|
| GradeCodeList | string |
None. |
|
| RegionCodeList | string |
None. |
|
| DCATCodeList | string |
None. |
|
| DealerCatgCodeList | string |
None. |
|
| StateCodeList | string |
None. |
|
| CityCodeList | string |
None. |
|
| ItemModelSearchCodeList | string |
None. |
|
| ItemModelSearchDescList | string |
None. |
|
| ShowSalesDetails | boolean |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"AsonDate": 4,
"SalespersonCodeList": "sample string 5",
"GradeCodeList": "sample string 6",
"RegionCodeList": "sample string 7",
"DCATCodeList": "sample string 8",
"DealerCatgCodeList": "sample string 9",
"StateCodeList": "sample string 10",
"CityCodeList": "sample string 11",
"ItemModelSearchCodeList": "sample string 12",
"ItemModelSearchDescList": "sample string 13",
"ShowSalesDetails": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<RoutePlanner_Report_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AsonDate>4</AsonDate> <BranchInternalCode>sample string 2</BranchInternalCode> <CityCodeList>sample string 11</CityCodeList> <DBName>sample string 1</DBName> <DCATCodeList>sample string 8</DCATCodeList> <DealerCatgCodeList>sample string 9</DealerCatgCodeList> <DownloadReport>true</DownloadReport> <GradeCodeList>sample string 6</GradeCodeList> <ItemModelSearchCodeList>sample string 12</ItemModelSearchCodeList> <ItemModelSearchDescList>sample string 13</ItemModelSearchDescList> <RegionCodeList>sample string 7</RegionCodeList> <SalespersonCodeList>sample string 5</SalespersonCodeList> <ShowSalesDetails>true</ShowSalesDetails> <StateCodeList>sample string 10</StateCodeList> <UserInternalCode>sample string 3</UserInternalCode> </RoutePlanner_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. |