POST api/Tools/BuildBankReconcilationData
Request Information
URI Parameters
None.
Body Parameters
BuildBankReconcilation_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| CalledFor | string |
None. |
|
| BranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| SelectedAccountCode | string |
None. |
|
| ImportData | DataTable |
None. |
|
| ReconciledVouchers | boolean |
None. |
|
| ShowOnlyReconciledVouchers | boolean |
None. |
|
| ShowFinInstrumentNo | boolean |
None. |
|
| ShowNotes | boolean |
None. |
|
| ShowDocumentnumber | boolean |
None. |
|
| ShowRefInfo | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| ImportBasedon | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"CalledFor": "sample string 4",
"BranchCodeList": "sample string 5",
"StartDate": 6,
"EndDate": 7,
"SelectedAccountCode": "sample string 8",
"ImportData": null,
"ReconciledVouchers": true,
"ShowOnlyReconciledVouchers": true,
"ShowFinInstrumentNo": true,
"ShowNotes": true,
"ShowDocumentnumber": true,
"ShowRefInfo": true,
"DownloadReport": true,
"ImportBasedon": "sample string 16"
}
application/xml, text/xml
Sample:
<BuildBankReconcilation_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchCodeList>sample string 5</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <CalledFor>sample string 4</CalledFor> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>7</EndDate> <ImportBasedon>sample string 16</ImportBasedon> <ImportData i:nil="true" /> <ReconciledVouchers>true</ReconciledVouchers> <SelectedAccountCode>sample string 8</SelectedAccountCode> <ShowDocumentnumber>true</ShowDocumentnumber> <ShowFinInstrumentNo>true</ShowFinInstrumentNo> <ShowNotes>true</ShowNotes> <ShowOnlyReconciledVouchers>true</ShowOnlyReconciledVouchers> <ShowRefInfo>true</ShowRefInfo> <StartDate>6</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </BuildBankReconcilation_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. |