POST api/Report/MonthwiseSalesTarget_Vs_AchievementReport
Request Information
URI Parameters
None.
Body Parameters
MonthWiseSales_TargetReport_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemClsTypeCodeList | string |
None. |
|
| ItemClsCodeList | string |
None. |
|
| ReportBaseTypeCode | string |
None. |
|
| ReportBaseNameList | string |
None. |
|
| PartySearchCode | string |
None. |
|
| SalespersonSearchCode | string |
None. |
|
| ItemModelSearchCode | string |
None. |
|
| TargetCodeList | string |
None. |
|
| ScaleCode | string |
None. |
|
| DealerRegionList | string |
None. |
|
| GradeList | string |
None. |
|
| TransactionType | string |
None. |
|
| GroupBy1Code | string |
None. |
|
| GroupBy1Name | string |
None. |
|
| RemoveColumns | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| IncludeSalesReturn | boolean |
None. |
|
| IncludeFreeQty | boolean |
None. |
|
| IncludeTaxes | boolean |
None. |
|
| IncludeDiscounts | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| UseProdBrandFilter | boolean |
None. |
|
| GPValueBasedOn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCodeList": "sample string 4",
"BrandCodeList": "sample string 5",
"ProductCodeList": "sample string 6",
"ProductCategoryCodeList": "sample string 7",
"ItemCategoryCodeList": "sample string 8",
"ItemClsTypeCodeList": "sample string 9",
"ItemClsCodeList": "sample string 10",
"ReportBaseTypeCode": "sample string 11",
"ReportBaseNameList": "sample string 12",
"PartySearchCode": "sample string 13",
"SalespersonSearchCode": "sample string 14",
"ItemModelSearchCode": "sample string 15",
"TargetCodeList": "sample string 16",
"ScaleCode": "sample string 17",
"DealerRegionList": "sample string 18",
"GradeList": "sample string 19",
"TransactionType": "sample string 20",
"GroupBy1Code": "sample string 21",
"GroupBy1Name": "sample string 22",
"RemoveColumns": "sample string 23",
"StartDate": 24,
"EndDate": 25,
"IncludeSalesReturn": true,
"IncludeFreeQty": true,
"IncludeTaxes": true,
"IncludeDiscounts": true,
"DownloadReport": true,
"UseProdBrandFilter": true,
"GPValueBasedOn": "sample string 32"
}
application/xml, text/xml
Sample:
<MonthWiseSales_TargetReport_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 5</BrandCodeList> <DBName>sample string 1</DBName> <DealerRegionList>sample string 18</DealerRegionList> <DownloadReport>true</DownloadReport> <EndDate>25</EndDate> <GPValueBasedOn>sample string 32</GPValueBasedOn> <GradeList>sample string 19</GradeList> <GroupBy1Code>sample string 21</GroupBy1Code> <GroupBy1Name>sample string 22</GroupBy1Name> <IncludeDiscounts>true</IncludeDiscounts> <IncludeFreeQty>true</IncludeFreeQty> <IncludeSalesReturn>true</IncludeSalesReturn> <IncludeTaxes>true</IncludeTaxes> <ItemCategoryCodeList>sample string 8</ItemCategoryCodeList> <ItemClsCodeList>sample string 10</ItemClsCodeList> <ItemClsTypeCodeList>sample string 9</ItemClsTypeCodeList> <ItemModelSearchCode>sample string 15</ItemModelSearchCode> <PartySearchCode>sample string 13</PartySearchCode> <ProductCategoryCodeList>sample string 7</ProductCategoryCodeList> <ProductCodeList>sample string 6</ProductCodeList> <RemoveColumns>sample string 23</RemoveColumns> <ReportBaseNameList>sample string 12</ReportBaseNameList> <ReportBaseTypeCode>sample string 11</ReportBaseTypeCode> <SalespersonSearchCode>sample string 14</SalespersonSearchCode> <ScaleCode>sample string 17</ScaleCode> <StartDate>24</StartDate> <TargetCodeList>sample string 16</TargetCodeList> <TransactionType>sample string 20</TransactionType> <UseProdBrandFilter>true</UseProdBrandFilter> <UserInternalCode>sample string 3</UserInternalCode> </MonthWiseSales_TargetReport_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. |