存款支取
已废弃
GET
/openapi/depositoperation/withdrawal
请求参数
Body 参数application/json
id
string
可选
interestRate
number
支取利率
description
string
支取原因
operationDate
string
支取日期
orgId
string
组织id
orgCode
string
组织code
withdrawLossGain
number
支取损益
recWayCode
enum<string>
收款方式
枚举值:
ZZA2A1
示例
{
"depositCodeOld": "CK2023062000018",
"bizNoOld": "778556643-233",
"baAccountNameOld": "778556643",
"enableAmountView": "995.00",
"enableAmount": 995,
"valueDateOld": "2022-01-02",
"expirationDateOld": "2023-06-15",
"couponRateViewOld": "0.110000",
"contractRateViewOld": "0.220000",
"accountTypeCode": "certificate_of_deposit",
"accountTypeCodeName": "大额存单",
"accountNumber": "778556643",
"arriveDate": "2023-06-12",
"arriveInterest": 10,
"amount": 100,
"amountView": "100.00",
"chargeAmount": 1,
"chargeCurrency": "USD",
"currency": "USD",
"bizNo": "778556643-233",
"bizId": "1671085517506437122",
"fullStatus": 1,
"id": "1676124350751608833",
"interestRate": 0.22,
"description": "支取原因 ",
"operationDate": "2023-06-12",
"orgId": "1304380676938256386",
"orgCode": "12321312",
"claimAssociateId": "",
"claimAssociateStatus": 0,
"recBizType": "TZSR",
"withdrawLossGain": 0,
"withdrawLossGainView": "0.00",
"recWayCode": "A2",
"depositAttachSubmitRequests": [],
"depositAttachDelIds": null
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/openapi/depositoperation/withdrawal' \
--header 'Content-Type: application/json' \
--data-raw '{
"depositCodeOld": "CK2023062000018",
"bizNoOld": "778556643-233",
"baAccountNameOld": "778556643",
"enableAmountView": "995.00",
"enableAmount": 995,
"valueDateOld": "2022-01-02",
"expirationDateOld": "2023-06-15",
"couponRateViewOld": "0.110000",
"contractRateViewOld": "0.220000",
"accountTypeCode": "certificate_of_deposit",
"accountTypeCodeName": "大额存单",
"accountNumber": "778556643",
"arriveDate": "2023-06-12",
"arriveInterest": 10,
"amount": 100,
"amountView": "100.00",
"chargeAmount": 1,
"chargeCurrency": "USD",
"currency": "USD",
"bizNo": "778556643-233",
"bizId": "1671085517506437122",
"fullStatus": 1,
"id": "1676124350751608833",
"interestRate": 0.22,
"description": "支取原因 ",
"operationDate": "2023-06-12",
"orgId": "1304380676938256386",
"orgCode": "12321312",
"claimAssociateId": "",
"claimAssociateStatus": 0,
"recBizType": "TZSR",
"withdrawLossGain": 0,
"withdrawLossGainView": "0.00",
"recWayCode": "A2",
"depositAttachSubmitRequests": [],
"depositAttachDelIds": null
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
code
integer
必需
msg
string
必需
data
object
必需
id
string
支取id
fullStatus
enum<integer>
支取状态
枚举值:
10
示例
{
"success": true,
"code": 0,
"msg": "string",
"data": {
"id": "string",
"fullStatus": 1
}
}