新增
请求地址
https://api.es.xiaojukeji.com/river/LegalEntity/add
返回数据格式
JSON
请求类型
POST
请求参数
名称 | 类型 | 必选 | 说明 |
client_id | string | yes | 申请应用时分配的AppKey |
access_token | string | yes | 授权后的access token |
timestamp | bigint | yes | 当前时间戳,精确到秒级 |
company_id | string | yes | 企业ID |
sign | string | yes | 签名 |
name | string | yes | 公司主体名称 |
out_legal_entity_id | string | no | 外部公司主体编号(不可重复) |
parent_id | int | no | 上级公司id |
start_time | string | no | 公司主体有效期开始日期,不传默认为当前日期(格式:2021-07-09 12:12:12) |
end_time | string | no | 公司主体有效期开始日期,不传默认为长期有效(格式:2025-07-01 12:00:00),需大于当前时间 |
taxpayer_no | string | no | 纳税人识别号 |
address | string | no | 公司主体注册地址 |
telephone | string | no | 公司主体注册电话 |
open_bank | string | no | 开户行名称 |
bank_card_no | string | no | 开户行账号 |
请求示例
curl -X POST -H "content-type:application/json" \
-d '{"client_id":"client_id_test","access_token":"access_token_test","timestamp":1583485957,"company_id":"12345678980","name":"xxxxxxx","sign":"019057df472a3224a1408a3043c5e0a6"}' \
https://api.es.xiaojukeji.com/river/LegalEntity/add
返回参数
参数名称 | 数据类型 | 说明 |
errno | int | 错误码,正确时为0,错误时为相应的错误码 |
errmsg | string | 正确时为“SUCCESS”,错误时为相应的错误信息 |
data | object | |
data.legal_entity_id | string | 公司主体id |
返回示例
{
"errno": 0,
"errmsg": "SUCCESS",
"data": {
"legal_entity_id": "9668294457792204005"
}
}
接口错误解决方案
通用错误解决文档
- 4xx 错误
- 1xxx 错误