备案实时批量查询
上一级接口获取到的任务ID通过当前接口获取具体的返回信息,返回信息需要一定时间等待。
价格: ¥0
交付方式:API
付费模式:
按量付费
套餐规格:
0元/1000次
0元/1万次
使用期限:
1年
接口地址 : https://openapi.chinaz.net/v1/1001/batchresut
返回格式 : JSON
请求方式 : POST
请求参数:
名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| taskid | string | 是 | 任务ID |
| APIKey | string | 是 | 申请接口时获取的APIKey值 |
| ChinazVer | string | 是 | 接口版本号 |
返回参数说明:
名称 | 类型 | 说明 |
|---|---|---|
| StateCode | string | 状态码 |
| Reason | string | 状态码说明 |
| Result | string | 具体返回内容 |
| Result.TotalCount | int | 总数量 |
| Result.TotalPage | int | 总分页 |
| Result.Page | int | 当前页码 |
| Result.PageSize | int | 当前页数量(最多10条) |
| Result.List.CityId | string | 无数据 |
| Result.List.CountyId | string | 无数据 |
| Result.List.ContentTypeName | string | 前置审批项 |
| Result.List.LeaderName | string | 无数据 |
| Result.List.MainLicence | string | 主体备案号 |
| Result.List.MainUnitAddress | string | 无数据 |
| Result.List.NatureName | string | 主办单位性质 |
| Result.List.ProvinceId | string | 无数据 |
| Result.List.ServiceLicence | string | 服务备案号 |
| Result.List.ServiceName | string | 服务名称 |
| Result.List.UnitName | string | 主办单位名称 |
| Result.List.VerifyTime | string | 审核通过日期 |
正确的返回示例:
错误的返回示例:


