POST OnlinePayment/ICICI_AccountStatement
Request Information
URI Parameters
None.
Body Parameters
iciciaccstmt1| Name | Description | Type | Additional information |
|---|---|---|---|
| CORPID | string |
None. |
|
| USERID | string |
None. |
|
| URN | string |
None. |
|
| ACCOUNTNO | string |
None. |
|
| FROMDATE | string |
None. |
|
| TODATE | string |
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": "sample string 5",
"TODATE": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.