POST apigem/SendOPTMoneySavingRTH
Request Information
URI Parameters
None.
Body Parameters
MoneySavingInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SavingID | string |
None. |
|
| CustID | string |
None. |
|
| Afacctno | string |
None. |
|
| Period | string |
None. |
|
| Balance | decimal number |
None. |
|
| BankSavingCode | string |
None. |
|
| Bankname | string |
None. |
|
| Pre_rate | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Txdate | date |
None. |
|
| Pre_rate_val | decimal number |
None. |
|
| Rate_val | decimal number |
None. |
|
| FrDate | date |
None. |
|
| ToDate | date |
None. |
|
| Status | string |
None. |
|
| HinhThucDaoHan | string |
None. |
|
| Numrenew | decimal number |
None. |
|
| Deleted | string |
None. |
|
| Exflag | string |
None. |
|
| otpId | decimal number |
None. |
|
| OTP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"savingID": "sample string 1",
"custID": "sample string 2",
"afacctno": "sample string 3",
"period": "sample string 4",
"balance": 5.0,
"bankSavingCode": "sample string 6",
"bankname": "sample string 7",
"pre_rate": 8.0,
"rate": 9.0,
"txdate": "2026-01-16T04:21:39.3002169+07:00",
"pre_rate_val": 11.0,
"rate_val": 12.0,
"frDate": "2026-01-16T04:21:39.3002169+07:00",
"toDate": "2026-01-16T04:21:39.3002169+07:00",
"status": "sample string 15",
"hinhThucDaoHan": "sample string 16",
"numrenew": 17.0,
"deleted": "sample string 18",
"exflag": "sample string 19",
"otpId": 20.0,
"otp": "sample string 21"
}
application/xml, text/xml
Sample:
<MoneySavingInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineBusinessObject"> <Afacctno>sample string 3</Afacctno> <Balance>5</Balance> <BankSavingCode>sample string 6</BankSavingCode> <Bankname>sample string 7</Bankname> <CustID>sample string 2</CustID> <Deleted>sample string 18</Deleted> <Exflag>sample string 19</Exflag> <FrDate>2026-01-16T04:21:39.3002169+07:00</FrDate> <HinhThucDaoHan>sample string 16</HinhThucDaoHan> <Numrenew>17</Numrenew> <OTP>sample string 21</OTP> <Period>sample string 4</Period> <Pre_rate>8</Pre_rate> <Pre_rate_val>11</Pre_rate_val> <Rate>9</Rate> <Rate_val>12</Rate_val> <SavingID>sample string 1</SavingID> <Status>sample string 15</Status> <ToDate>2026-01-16T04:21:39.3002169+07:00</ToDate> <Txdate>2026-01-16T04:21:39.3002169+07:00</Txdate> <otpId>20</otpId> </MoneySavingInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.