文档中心 > API类目 > 神鲸应用API

alibaba.ib.workcore.company.getcompbyident (根据园区和认证状态查询出认证公司)

根据园区和和认证状态查询出认证公司, 分页查询的, 页码从1开始. 默认每页20条

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
work_bench_context WorkBenchContext 可选 WorkBenchContext
  • └ campus_id
  • Number
  • 必须
  • 11
  • 园区id
  • └ system_id
  • String
  • 可选
  • 11
  • 系统id
  • └ company_id
  • Number
  • 可选
  • 11
  • 公司id
  • └ eagle_eye_trace_id
  • String
  • 可选
  • 11
  • 鹰眼id
  • └ user_name
  • String
  • 可选
  • 三毛
  • 用户名
  • └ campus_code
  • String
  • 可选
  • 10009
  • 园区编码
  • └ user_id
  • Number
  • 可选
  • 11
  • 用户id
  • └ security_code
  • String
  • 可选
  • 11
  • 安全编码
is_identify String 可选 y 认证状态
query_d_t_o QueryDto 可选 系统自动生成
  • └ sort
  • String
  • 可选
  • null
  • sort
  • └ order_by
  • String
  • 可选
  • null
  • order_by
  • └ order
  • String
  • 可选
  • null
  • 排序
  • └ page
  • Number
  • 可选
  • 1
  • └ size
  • Number
  • 可选
  • 20
  • 每页条数

响应参数

名称 类型 示例值 描述
result PageResult {} 分页结果
  • └ error_level
  • String
  • 1
  • 错误等级
  • └ success
  • Boolean
  • ok
  • 成功
  • └ error_msg
  • String
  • ok
  • 错误消息
  • └ error_code
  • String
  • 200
  • 错误码
  • └ request_id
  • String
  • 111
  • requestId
  • content
  • Page
  • {}
  • contern
  • └ total_page
  • Number
  • 100
  • 总页数
  • └ current_page
  • Number
  • 1
  • 当前页
  • └ page_size
  • Number
  • 10
  • 每页数量
  • └ total_count
  • Number
  • 100
  • 总数
  • results
  • T []
  • {}
  • result
  • └ regedit_user_id
  • String
  • 企业注册人
  • └ provice
  • String
  • sa
  • 营业执照所在省份
  • └ city
  • String
  • 日照市
  • 营业执照所在市
  • └ area
  • String
  • 神照县
  • 营业执照所在区县
  • └ license_expire_time
  • String
  • 12324244
  • 营业执照有效期限
  • └ group_code
  • String
  • 1212
  • 组织机构代码
  • └ scope
  • String
  • 参与
  • 营业范围
  • └ registered_capital
  • String
  • 24324
  • 注册资金
  • └ legal_person_place
  • String
  • 浙江杭州
  • 法定代表人归属地
  • └ legal_person_id
  • String
  • 3453534534534543
  • 法定代表人证件号码
  • └ legal_person_id_type
  • String
  • 身份证
  • 法定代表人证件类型
  • └ legal_person_id_icon
  • String
  • 2323
  • 法定代表人证件正面
  • └ legal_person_id_back_icon
  • String
  • 22323
  • 法定代表人证件反面
  • └ invoice_tax_code
  • String
  • 343543
  • 发票纳税人识别号
  • └ invoice_bank
  • String
  • 杭州银行
  • 发票开户行
  • └ invoice_bank_card
  • String
  • 1212
  • 发票账号
  • └ invoice_recipients
  • String
  • 里斯
  • 发票收件人
  • └ invoice_phone
  • String
  • 1122
  • 发票电话
  • └ invoice_address
  • String
  • 3333
  • 发票地址
  • └ contact_email
  • String
  • 111
  • 企业邮箱地址
  • └ company_id
  • String
  • 22
  • 公司id
  • └ campus_name
  • String
  • 西溪园区
  • 园区名
  • └ campus_id
  • String
  • 11
  • 园区id
  • └ is_deleted
  • String
  • n
  • 是否删除
  • └ invoice_company_name
  • String
  • 测试企业
  • 发票企业名称
  • └ bank_of_deposit
  • String
  • 中投行
  • 开户行
  • └ corporate_account
  • String
  • 14353546
  • 对公账户
  • └ catering_license_icon
  • String
  • we
  • 餐饮服务许可证
  • └ brand_authorization_icon
  • String
  • sdsd
  • 品牌授权书
  • └ logo_paper_icon
  • String
  • wewe
  • 商标注册证
  • └ license_icon
  • String
  • dser
  • 营业执照扫描件
  • └ business_license
  • String
  • 3232442
  • 营业执照注册号
  • └ contact_address
  • String
  • 文一西路
  • 公司通讯地址
  • └ legal_person_mobile
  • String
  • 12113
  • 法定代表人手机号
  • └ legal_person
  • String
  • 奥巴马
  • 法定代表人姓名
  • └ contact_phone
  • String
  • 13132424
  • 公司联系电话
  • └ contact
  • String
  • 张三
  • 公司联系人
  • └ identify_status
  • String
  • y
  • 是否认证企业: 已认证“y”;未认证“n”; 认证中"a"
  • └ name
  • String
  • 测试
  • 公司名称
  • └ id
  • Number
  • 37
  • id

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaIbWorkcoreCompanyGetcompbyidentRequest req = new AlibabaIbWorkcoreCompanyGetcompbyidentRequest();
AlibabaIbWorkcoreCompanyGetcompbyidentRequest.WorkBenchContext obj1 = new AlibabaIbWorkcoreCompanyGetcompbyidentRequest.WorkBenchContext();
obj1.setCampusId(11L);
obj1.setSystemId("11");
obj1.setCompanyId(11L);
obj1.setEagleEyeTraceId("11");
obj1.setUserName("三毛");
obj1.setCampusCode("10009");
obj1.setUserId(11L);
obj1.setSecurityCode("11");
req.setWorkBenchContext(obj1);
req.setIsIdentify("y");
AlibabaIbWorkcoreCompanyGetcompbyidentRequest.QueryDto obj2 = new AlibabaIbWorkcoreCompanyGetcompbyidentRequest.QueryDto();
obj2.setSort("null");
obj2.setOrderBy("null");
obj2.setOrder("null");
obj2.setPage(1L);
obj2.setSize(20L);
req.setQueryDTO(obj2);
AlibabaIbWorkcoreCompanyGetcompbyidentResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_ib_workcore_company_getcompbyident_response>
    <result>
        <error_level>1</error_level>
        <success>ok</success>
        <error_msg>ok</error_msg>
        <error_code>200</error_code>
        <request_id>111</request_id>
        <content>
            <total_page>100</total_page>
            <current_page>1</current_page>
            <page_size>10</page_size>
            <total_count>100</total_count>
            <results>
                <t>
                    <regedit_user_id>为</regedit_user_id>
                    <provice>sa</provice>
                    <city>日照市</city>
                    <area>神照县</area>
                    <license_expire_time>12324244</license_expire_time>
                    <group_code>1212</group_code>
                    <scope>参与</scope>
                    <registered_capital>24324</registered_capital>
                    <legal_person_place>浙江杭州</legal_person_place>
                    <legal_person_id>3453534534534543</legal_person_id>
                    <legal_person_id_type>身份证</legal_person_id_type>
                    <legal_person_id_icon>2323</legal_person_id_icon>
                    <legal_person_id_back_icon>22323</legal_person_id_back_icon>
                    <invoice_tax_code>343543</invoice_tax_code>
                    <invoice_bank>杭州银行</invoice_bank>
                    <invoice_bank_card>1212</invoice_bank_card>
                    <invoice_recipients>里斯</invoice_recipients>
                    <invoice_phone>1122</invoice_phone>
                    <invoice_address>3333</invoice_address>
                    <contact_email>111</contact_email>
                    <company_id>22</company_id>
                    <campus_name>西溪园区</campus_name>
                    <campus_id>11</campus_id>
                    <is_deleted>n</is_deleted>
                    <invoice_company_name>测试企业</invoice_company_name>
                    <bank_of_deposit>中投行</bank_of_deposit>
                    <corporate_account>14353546</corporate_account>
                    <catering_license_icon>we</catering_license_icon>
                    <brand_authorization_icon>sdsd</brand_authorization_icon>
                    <logo_paper_icon>wewe</logo_paper_icon>
                    <license_icon>dser</license_icon>
                    <business_license>3232442</business_license>
                    <contact_address>文一西路</contact_address>
                    <legal_person_mobile>12113</legal_person_mobile>
                    <legal_person>奥巴马</legal_person>
                    <contact_phone>13132424</contact_phone>
                    <contact>张三</contact>
                    <identify_status>y</identify_status>
                    <name>测试</name>
                    <id>37</id>
                </t>
            </results>
        </content>
    </result>
</alibaba_ib_workcore_company_getcompbyident_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部