数据系统项目
  1. 测试接口
数据系统项目
  • dim层接口
  • dwd层接口
  • dws层接口
  • cfg数据表
  • dim层关联表接口
  • 测试接口
    • 获取品牌列表
      GET
    • 获取品牌详情
      GET
    • 获取地区信息
      GET
    • 获取地区信息 - 非查询
      GET
    • 获取品牌的品类
      GET
    • 获取企业list
      GET
    • 获取企业详情数据
      GET
  • ext接口
    • 品牌别名列表接口
      GET
  1. 测试接口

获取企业详情数据

开发中
GET
api/v1/company

请求参数

Query 参数
company_id
integer 
可选
企业id,它与下面参数company_license_number,至少有一个传值
示例值:
34656
company_license_number
string 
营业执照编号
可选

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'api/v1/company?company_id=34656&company_license_number'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
data
object 
必需
approval_date
null 
必需
brand_list
array [object {14}] 
必需
business_reg_code
null 
必需
business_term
null 
必需
category_type
null 
必需
city_id
integer 
必需
company_address
string 
必需
company_contact_phone
string 
必需
company_email
null 
必需
company_en_name
string 
必需
company_former_name
null 
必需
company_industry
null 
必需
company_license_number
null 
必需
company_owner
null 
必需
company_register_time
string 
必需
company_scope
null 
必需
company_url
null 
必需
country_id
integer 
必需
description
string 
必需
district_id
integer 
必需
enterprise_scale
null 
必需
id
integer 
必需
imp_exp_enterprise_code
null 
必需
industry_detail
null 
必需
insured_persion
null 
必需
main_member_info
null 
必需
name
string 
必需
organization_code
null 
必需
paid_up_capital
null 
必需
personne_size
null 
必需
province_id
integer 
必需
reg_authorities
null 
必需
region_id
integer 
必需
register_capital
null 
必需
remark
null 
必需
shareholder_info
null 
必需
status
integer 
必需
taxpayer_code
null 
必需
taxpayer_qualification
null 
必需
message
string 
必需
示例
{
  "code": 0,
  "data": {
    "approval_date": null,
    "brand_list": [
      {
        "brand_logo": null,
        "brand_primary": 0,
        "brand_type": 1,
        "categories": [
          {
            "master_category_id": 4,
            "master_category_name": "錢玲玲",
            "second_category_id": 76,
            "second_category_name": "Luo Lu"
          }
        ],
        "city_id": 25,
        "country_id": 4,
        "description": "In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the same information.",
        "district_id": 8145,
        "establish_time": 1986,
        "id": 26575,
        "is_authenticate": 0,
        "name": "Tan Company Limited",
        "province_id": 29,
        "region_id": 12
      }
    ],
    "business_reg_code": null,
    "business_term": null,
    "category_type": null,
    "city_id": 792,
    "company_address": "白石区菊水三条五丁目4番8号",
    "company_contact_phone": "11-308-9149",
    "company_email": null,
    "company_en_name": "Rui Company Limited",
    "company_former_name": null,
    "company_industry": null,
    "company_license_number": null,
    "company_owner": null,
    "company_register_time": "Wed, 18 Sep 2013 19:43:46 GMT",
    "company_scope": null,
    "company_url": null,
    "country_id": 7,
    "description": "With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.",
    "district_id": 5173,
    "enterprise_scale": null,
    "id": 236,
    "imp_exp_enterprise_code": null,
    "industry_detail": null,
    "insured_persion": null,
    "main_member_info": null,
    "name": "蘇記有限公司",
    "organization_code": null,
    "paid_up_capital": null,
    "personne_size": null,
    "province_id": 16,
    "reg_authorities": null,
    "region_id": 30,
    "register_capital": null,
    "remark": null,
    "shareholder_info": null,
    "status": 1,
    "taxpayer_code": null,
    "taxpayer_qualification": null
  },
  "message": "success"
}
上一页
获取企业list
下一页
品牌别名列表接口
Built with