POST api/Report/FinancierWiseSalesReport
Request Information
URI Parameters
None.
Body Parameters
FinancierWiseSalesReportInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| FinancierCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| FinancierChargesCodeList | string |
None. |
|
| Salesperson | string |
None. |
|
| Groupby1Code | string |
None. |
|
| Groupby2Code | string |
None. |
|
| Groupby3Code | string |
None. |
|
| Groupby1Name | string |
None. |
|
| Groupby2Name | string |
None. |
|
| Groupby3Name | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemClassification | string |
None. |
|
| ItemClassificationList | string |
None. |
|
| RemoveColumns | string |
None. |
|
| ShowDocumentDetails | boolean |
None. |
|
| ShowItemModelwiseDetails | boolean |
None. |
|
| ShowSerialNumber | boolean |
None. |
|
| ShowOnlyOutStandingInvoice | boolean |
None. |
|
| UseProductBrandFilter | boolean |
None. |
|
| IncludeFreeQty | boolean |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"FinancierCode": "sample string 4",
"BranchCodeList": "sample string 5",
"StartDate": 6,
"EndDate": 7,
"FinancierChargesCodeList": "sample string 8",
"Salesperson": "sample string 9",
"Groupby1Code": "sample string 10",
"Groupby2Code": "sample string 11",
"Groupby3Code": "sample string 12",
"Groupby1Name": "sample string 13",
"Groupby2Name": "sample string 14",
"Groupby3Name": "sample string 15",
"BrandCodeList": "sample string 16",
"ProductCodeList": "sample string 17",
"ProductCategoryCodeList": "sample string 18",
"ItemCategoryCodeList": "sample string 19",
"ItemClassification": "sample string 20",
"ItemClassificationList": "sample string 21",
"RemoveColumns": "sample string 22",
"ShowDocumentDetails": true,
"ShowItemModelwiseDetails": true,
"ShowSerialNumber": true,
"ShowOnlyOutStandingInvoice": true,
"UseProductBrandFilter": true,
"IncludeFreeQty": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<FinancierWiseSalesReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 5</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 16</BrandCodeList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>7</EndDate> <FinancierChargesCodeList>sample string 8</FinancierChargesCodeList> <FinancierCode>sample string 4</FinancierCode> <Groupby1Code>sample string 10</Groupby1Code> <Groupby1Name>sample string 13</Groupby1Name> <Groupby2Code>sample string 11</Groupby2Code> <Groupby2Name>sample string 14</Groupby2Name> <Groupby3Code>sample string 12</Groupby3Code> <Groupby3Name>sample string 15</Groupby3Name> <IncludeFreeQty>true</IncludeFreeQty> <ItemCategoryCodeList>sample string 19</ItemCategoryCodeList> <ItemClassification>sample string 20</ItemClassification> <ItemClassificationList>sample string 21</ItemClassificationList> <ProductCategoryCodeList>sample string 18</ProductCategoryCodeList> <ProductCodeList>sample string 17</ProductCodeList> <RemoveColumns>sample string 22</RemoveColumns> <Salesperson>sample string 9</Salesperson> <ShowDocumentDetails>true</ShowDocumentDetails> <ShowItemModelwiseDetails>true</ShowItemModelwiseDetails> <ShowOnlyOutStandingInvoice>true</ShowOnlyOutStandingInvoice> <ShowSerialNumber>true</ShowSerialNumber> <StartDate>6</StartDate> <UseProductBrandFilter>true</UseProductBrandFilter> <UserInternalCode>sample string 3</UserInternalCode> </FinancierWiseSalesReportInputs>
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. |