销户虚拟子账户
开发中
POST
openapi/virtualaccount/destroy
请求参数
Body 参数application/json
OID
string
来源ID
destroyDate
string <date>
销户日期
示例
{
"OID": "string",
"destroyDate": "2019-08-24"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'openapi/virtualaccount/destroy' \
--header 'Content-Type: application/json' \
--data-raw '{
"OID": "string",
"destroyDate": "2019-08-24"
}'
返回响应
🟢200成功
application/json
Body
array of:
OID
string
来源ID
statusCode
integer
状态
msg
string
状态信息
示例
[
{
"OID": "string",
"statusCode": 0,
"msg": "string"
}
]
修改于 2024-08-10 02:32:36