POST api/Report/Branch_CollectionSummaryReport
Request Information
URI Parameters
None.
Body Parameters
Branch_CollectionSummaryReportInputs| Name | 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. |
|
| Groupby1Code | string |
None. |
|
| Groupby2Code | string |
None. |
|
| Groupby3Code | string |
None. |
|
| Groupby1Name | string |
None. |
|
| Groupby2Name | string |
None. |
|
| Groupby3Name | string |
None. |
|
| ShowOnAccountCollectionDetailsSeperately | boolean |
None. |
|
| ShowTotalFinanceAmount | boolean |
None. |
|
| ShowSOAdvanceAmount | boolean |
None. |
|
| ShowSRNContraWithCashDepositDifference | boolean |
None. |
|
| ShowTradeAddition | boolean |
None. |
|
| ShowTradeDeduction | boolean |
None. |
|
| ShowCreditCardBreakup | boolean |
None. |
|
| HideUnwantedData | boolean |
None. |
|
| TransactionType | string |
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,
"DocumentTypeCodeList": "sample string 7",
"Groupby1Code": "sample string 8",
"Groupby2Code": "sample string 9",
"Groupby3Code": "sample string 10",
"Groupby1Name": "sample string 11",
"Groupby2Name": "sample string 12",
"Groupby3Name": "sample string 13",
"ShowOnAccountCollectionDetailsSeperately": true,
"ShowTotalFinanceAmount": true,
"ShowSOAdvanceAmount": true,
"ShowSRNContraWithCashDepositDifference": true,
"ShowTradeAddition": true,
"ShowTradeDeduction": true,
"ShowCreditCardBreakup": true,
"HideUnwantedData": true,
"TransactionType": "sample string 22",
"RemoveColumns": "sample string 23",
"DownloadReport": true
}
application/xml, text/xml
Sample:
<Branch_CollectionSummaryReportInputs 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> <DBName>sample string 1</DBName> <DocumentTypeCodeList>sample string 7</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Groupby1Code>sample string 8</Groupby1Code> <Groupby1Name>sample string 11</Groupby1Name> <Groupby2Code>sample string 9</Groupby2Code> <Groupby2Name>sample string 12</Groupby2Name> <Groupby3Code>sample string 10</Groupby3Code> <Groupby3Name>sample string 13</Groupby3Name> <HideUnwantedData>true</HideUnwantedData> <RemoveColumns>sample string 23</RemoveColumns> <ShowCreditCardBreakup>true</ShowCreditCardBreakup> <ShowOnAccountCollectionDetailsSeperately>true</ShowOnAccountCollectionDetailsSeperately> <ShowSOAdvanceAmount>true</ShowSOAdvanceAmount> <ShowSRNContraWithCashDepositDifference>true</ShowSRNContraWithCashDepositDifference> <ShowTotalFinanceAmount>true</ShowTotalFinanceAmount> <ShowTradeAddition>true</ShowTradeAddition> <ShowTradeDeduction>true</ShowTradeDeduction> <StartDate>5</StartDate> <TransactionType>sample string 22</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </Branch_CollectionSummaryReportInputs>
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. |