FTA 智证通
  1. 海关企业接口API
FTA 智证通
  • 贸促会原产地证书API
    • 创建原产地证对象
      POST
    • 创建原产地证对象草稿
      POST
    • 查询证书状态
      GET
    • 查询审核结果
      GET
    • 查询打印状态
      GET
    • 打印证书Pdf
      POST
    • 预览证书Pdf
      POST
    • 预览证书Pdf
      POST
    • 文件上传(二进制数组)
      POST
    • 文件上传
      POST
  • 标准编码查询API
    • 海关122标准编码查询
      GET
    • 标准编码查询
      GET
  • 国家字典API
    • 查询所有国家
      GET
    • 查询所有协定国家
      GET
  • 海关原产地证书API
    • 新增海关证接口
      POST
    • 批量导入海关证
      POST
    • 查询海关证接口
      GET
    • 编辑海关证书
      PUT
    • 删除海关证接口
      DELETE
    • 查询海关证明细接口
      GET
    • 根据发票号查询证书号
      GET
    • 根据出口商代码(主体标识码)查询证书号
      GET
    • 回执接收处理
      POST
    • 生成海关证的xml文件
      GET
    • 生成随附单据的xml文件
      GET
  • 海关企业接口API
    • 获取海关企业列表
      GET
    • 删除海关企业
      DELETE
    • 根据id查询海关企业
      GET
    • 保存海关企业
      POST
    • 查询海关企业手签员
      GET
  • 海关生产商管理API
    • 获取生产商列表
    • 删除生产商
    • 新增生产商
  1. 海关企业接口API

根据id查询海关企业

GET
https://fta.chinackts.com/open//customs-enterprises/{id}

请求参数

Path 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fta.chinackts.com/open//customs-enterprises/'

返回响应

🟢200
application/json
Body

示例
{
  "id": 0,
  "enterpriseId": 0,
  "enterpriseCnName": "",
  "enterpriseEnName": "",
  "socialCreditCode": "",
  "customsId": "",
  "startingCertificateNo": "",
  "exporterCode": "",
  "exporterTel": "",
  "exporterFax": "",
  "exporterMail": "",
  "legalName": "",
  "legalTel": "",
  "corporateContacts": "",
  "corporateContactsTel": "",
  "orgCode": "",
  "fetchPlace": "",
  "enterpriseAddr": "",
  "aplAdd": "",
  "exporter": "",
  "customsEnterpriseSigners": [
    {
      "id": 0,
      "name": "",
      "enterpriseId": 0,
      "identity": "",
      "tel": "",
      "userId": 0
    }
  ]
}
修改于 2026-01-08 11:19:00
上一页
删除海关企业
下一页
保存海关企业
Built with