委托撤单(withdraw_enter) 在线调试

委托撤单

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/secu/v1/withdraw_enter

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
exchange_type String 4 交易类别

【限制字典子项:1-上海
2-深圳】

数据字典(243)

entrust_no Integer 8 委托编号
stock_account String 11 证券账号

返回参数

参数名 类型 最大长度 默认值 中文名 描述
entrust_no Integer 8 委托编号

正确返回示例

    {
    "data": [
        {
            "entrust_no": "9"
        }
    ]
}