|
|
## 工商对外投资信息对外接口
|
|
|
----
|
|
|
|
|
|
本接口用于查询工商对外投资信息数据
|
|
|
|
|
|
### 调用路径
|
|
|
> http://api.shuidi.cn/open/company/invest
|
|
|
|
|
|
### 输入参数
|
|
|
|
|
|
|参数名称 | 是否必填 | 说明 |
|
|
|
| -------- | -------- | -------- |
|
|
|
|认证相关参数 | 是| 见接口认证章节说明 |
|
|
|
|key | 是 | 查询公司名称 |
|
|
|
|
|
|
{% include '../common/authenticate.md' %}
|
|
|
|
|
|
### 输出结果
|
|
|
|
|
|
{% include '../common/output_format.md' %}
|
|
|
|
|
|
#### 输出样例
|
|
|
```json
|
|
|
{
|
|
|
"statusCode": 1,
|
|
|
"statusMessage": "请求成功",
|
|
|
"data": [
|
|
|
{
|
|
|
"companyName": "北京奇虎科技有限公司",
|
|
|
"invests": [
|
|
|
{
|
|
|
"companyName": "北京奇安信科技有限公司",
|
|
|
"companyStatus": "开业",
|
|
|
"capital": null,
|
|
|
"authority": null,
|
|
|
"establishDate": null,
|
|
|
"companyCode": null,
|
|
|
"companyType": null,
|
|
|
"creditNo":null
|
|
|
},
|
|
|
{
|
|
|
"companyName": "三亚奇骏科技有限公司",
|
|
|
"companyStatus": "存续(在营、开业、在册)",
|
|
|
"capital": "95.0万元",
|
|
|
"authority": null,
|
|
|
"establishDate": null,
|
|
|
"companyCode": null,
|
|
|
"companyType": null,
|
|
|
"creditNo":null
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
#### 输出结果字段含义
|
|
|
|
|
|
| 属性名 | 含义 |
|
|
|
| -------- | -------- |
|
|
|
| companyName | 公司名称 |
|
|
|
| companyStatus | 登记状态 |
|
|
|
| capital | 所在省份 |
|
|
|
| authority | 登记机关 |
|
|
|
| establishDate | 成立日期 |
|
|
|
| companyCode | 注册码 |
|
|
|
| companyType | 企业类型 |
|
|
|
| creditNo | 社会统一信用码 |
|
|
|
|
|
|
{% include '../common/error_code.md'%} |
|
|
\ No newline at end of file |