POST api/Indus/putPayment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paymentForRechargeOrBillModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SME_SC_CODE": "sample string 1",
"ACC_NO": "sample string 2",
"SME_CONNSTRING": "sample string 3",
"CURR_BAL": 4.0,
"withdrawalAmount": 5.0,
"BRANCH_ID": 6.0,
"ENTRY_TIME": "sample string 7",
"INT_FROMDT": "2026-01-11T13:05:22.3352247+05:30",
"INT_TODT": "2026-01-11T13:05:22.3352247+05:30",
"TRANS_DT": "2026-01-11T13:05:22.3352247+05:30",
"purpose": "sample string 11"
}
application/xml, text/xml
Sample:
<paymentForRechargeOrBillModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IndusFortuneApi.Models"> <ACC_NO>sample string 2</ACC_NO> <BRANCH_ID>6</BRANCH_ID> <CURR_BAL>4</CURR_BAL> <ENTRY_TIME>sample string 7</ENTRY_TIME> <INT_FROMDT>2026-01-11T13:05:22.3352247+05:30</INT_FROMDT> <INT_TODT>2026-01-11T13:05:22.3352247+05:30</INT_TODT> <SME_CONNSTRING>sample string 3</SME_CONNSTRING> <SME_SC_CODE>sample string 1</SME_SC_CODE> <TRANS_DT>2026-01-11T13:05:22.3352247+05:30</TRANS_DT> <purpose>sample string 11</purpose> <withdrawalAmount>5</withdrawalAmount> </paymentForRechargeOrBillModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>