POST api/Report/DealersAverageCollectionPeriodReport
Request Information
URI Parameters
None.
Body Parameters
DealersAverageCollectionPeriodReportInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| CityTownCodeList | string |
None. |
|
| GradeCodeList | string |
None. |
|
| RegionCodeList | string |
None. |
|
| SalesPersonCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| DealerCategoryCodeList | string |
None. |
|
| CategoryCodeList | string |
None. |
|
| Groupby1 | string |
None. |
|
| Groupby2 | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| RoundAcp | boolean |
None. |
|
| ShowProductCategory | boolean |
None. |
|
| RemoveColumns | 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,
"CityTownCodeList": "sample string 7",
"GradeCodeList": "sample string 8",
"RegionCodeList": "sample string 9",
"SalesPersonCodeList": "sample string 10",
"ProductCategoryCodeList": "sample string 11",
"DealerCategoryCodeList": "sample string 12",
"CategoryCodeList": "sample string 13",
"Groupby1": "sample string 14",
"Groupby2": "sample string 15",
"Group1Name": "sample string 16",
"Group2Name": "sample string 17",
"RoundAcp": true,
"ShowProductCategory": true,
"RemoveColumns": "sample string 20",
"DownloadReport": true
}
application/xml, text/xml
Sample:
<DealersAverageCollectionPeriodReportInputs 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> <CategoryCodeList>sample string 13</CategoryCodeList> <CityTownCodeList>sample string 7</CityTownCodeList> <DBName>sample string 1</DBName> <DealerCategoryCodeList>sample string 12</DealerCategoryCodeList> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <GradeCodeList>sample string 8</GradeCodeList> <Group1Name>sample string 16</Group1Name> <Group2Name>sample string 17</Group2Name> <Groupby1>sample string 14</Groupby1> <Groupby2>sample string 15</Groupby2> <ProductCategoryCodeList>sample string 11</ProductCategoryCodeList> <RegionCodeList>sample string 9</RegionCodeList> <RemoveColumns>sample string 20</RemoveColumns> <RoundAcp>true</RoundAcp> <SalesPersonCodeList>sample string 10</SalesPersonCodeList> <ShowProductCategory>true</ShowProductCategory> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </DealersAverageCollectionPeriodReportInputs>
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. |