仿真开户(sim_openaccount)
在恒生账户系统中开的资金账号。
网关地址
沙箱环境调用地址: | https://sandbox.hscloud.cn |
数据核查类生产调用地址: | https://api.hscloud.cn |
仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
其余生产调用地址: | https://open.hscloud.cn |
URL
https://sandbox.hscloud.cn/sim/v1/sim_openaccount |
---|
是否需要业务登录
是 |
---|
HTTP请求方式
GET,POST |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
sendercomp_id | String | 是 | 20 | 发送机构编码 | ||
inst_user_id | String | 是 | 64 | 三方机构用户编号 | ||
apply_no | String | 是 | 24 | 交易申请编号 | ||
accountbusinsys_no | String | 是 | 10 | 账号业务系统类型 | ||
reset_flag | Integer | 否 | 10 | 重新获取标志 |
0:正常开户
|
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
account_content | String | 30 | 输入内容 |
账号,一般为证券资金账号或期货资金账号
|
|
input_content | String | 1 | 客户标志类别 |
1、A股
|
|
password | String | 50 | 密码 |
|
正确返回示例
{ "data": [ { "account_content": "70005408", "password": "111111", "input_content": "1" } ] }