POST api/CIBPayment/AccountStatement
Request Information
URI Parameters
None.
Body Parameters
clsBankAccountStatement| Name | Description | Type | Additional information |
|---|---|---|---|
| CORPID | string |
None. |
|
| USERID | string |
None. |
|
| URN | string |
None. |
|
| ACCOUNTNO | string |
None. |
|
| FROMDATE | date |
None. |
|
| TODATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CORPID": "sample string 1",
"USERID": "sample string 2",
"URN": "sample string 3",
"ACCOUNTNO": "sample string 4",
"FROMDATE": "2025-12-12T02:27:56.4149052+05:30",
"TODATE": "2025-12-12T02:27:56.4149052+05:30"
}
application/xml, text/xml
Sample:
<clsBankAccountStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <ACCOUNTNO>sample string 4</ACCOUNTNO> <CORPID>sample string 1</CORPID> <FROMDATE>2025-12-12T02:27:56.4149052+05:30</FROMDATE> <TODATE>2025-12-12T02:27:56.4149052+05:30</TODATE> <URN>sample string 3</URN> <USERID>sample string 2</USERID> </clsBankAccountStatement>
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. |