POST api/Report/PriceRangeWiseSalesReport
Request Information
URI Parameters
None.
Body Parameters
PriceRangeWiseSalesReportName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
BranchCodeList | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
DocumentTypeCodeList | string |
None. |
|
SalespersonCodeList | string |
None. |
|
Group1Type | string |
None. |
|
Group2Type | string |
None. |
|
Group3Type | string |
None. |
|
Group1Name | string |
None. |
|
Group2Name | string |
None. |
|
Group3Name | string |
None. |
|
BrandCodeList | string |
None. |
|
ProductCodeList | string |
None. |
|
ProductCategoryCodeList | string |
None. |
|
ItemCategoryCodeList | string |
None. |
|
IncludeDiscountforProfitCalculation | boolean |
None. |
|
IncludeTaxforProfitCalculation | boolean |
None. |
|
ShowContribution | boolean |
None. |
|
PriceTemplateList | string |
None. |
|
PriceRangeList | 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, "DocumentTypeCodeList": "sample string 7", "SalespersonCodeList": "sample string 8", "Group1Type": "sample string 9", "Group2Type": "sample string 10", "Group3Type": "sample string 11", "Group1Name": "sample string 12", "Group2Name": "sample string 13", "Group3Name": "sample string 14", "BrandCodeList": "sample string 15", "ProductCodeList": "sample string 16", "ProductCategoryCodeList": "sample string 17", "ItemCategoryCodeList": "sample string 18", "IncludeDiscountforProfitCalculation": true, "IncludeTaxforProfitCalculation": true, "ShowContribution": true, "PriceTemplateList": "sample string 22", "PriceRangeList": "sample string 23", "DownloadReport": true }
application/xml, text/xml
Sample:
<PriceRangeWiseSalesReport 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 15</BrandCodeList> <DBName>sample string 1</DBName> <DocumentTypeCodeList>sample string 7</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Group1Name>sample string 12</Group1Name> <Group1Type>sample string 9</Group1Type> <Group2Name>sample string 13</Group2Name> <Group2Type>sample string 10</Group2Type> <Group3Name>sample string 14</Group3Name> <Group3Type>sample string 11</Group3Type> <IncludeDiscountforProfitCalculation>true</IncludeDiscountforProfitCalculation> <IncludeTaxforProfitCalculation>true</IncludeTaxforProfitCalculation> <ItemCategoryCodeList>sample string 18</ItemCategoryCodeList> <PriceRangeList>sample string 23</PriceRangeList> <PriceTemplateList>sample string 22</PriceTemplateList> <ProductCategoryCodeList>sample string 17</ProductCategoryCodeList> <ProductCodeList>sample string 16</ProductCodeList> <SalespersonCodeList>sample string 8</SalespersonCodeList> <ShowContribution>true</ShowContribution> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </PriceRangeWiseSalesReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |