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

保存海关企业

POST
https://fta.chinackts.com/open//customs-enterprises

请求参数

Body 参数application/json

示例
{
    "id": 0,
    "enterpriseId": 0,
    "enterpriseCnName": "string",
    "enterpriseEnName": "string",
    "socialCreditCode": "string",
    "customsId": "string",
    "startingCertificateNo": "string",
    "exporterCode": "string",
    "exporterTel": "string",
    "exporterFax": "string",
    "exporterMail": "string",
    "legalName": "string",
    "legalTel": "string",
    "corporateContacts": "string",
    "corporateContactsTel": "string",
    "orgCode": "string",
    "fetchPlace": "string",
    "enterpriseAddr": "string",
    "aplAdd": "string",
    "exporter": "string",
    "customsEnterpriseSigners": [
        {
            "id": 0,
            "name": "string",
            "enterpriseId": 0,
            "identity": "string",
            "tel": "string",
            "userId": 0
        }
    ]
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://fta.chinackts.com/open//customs-enterprises' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": 0,
    "enterpriseId": 0,
    "enterpriseCnName": "string",
    "enterpriseEnName": "string",
    "socialCreditCode": "string",
    "customsId": "string",
    "startingCertificateNo": "string",
    "exporterCode": "string",
    "exporterTel": "string",
    "exporterFax": "string",
    "exporterMail": "string",
    "legalName": "string",
    "legalTel": "string",
    "corporateContacts": "string",
    "corporateContactsTel": "string",
    "orgCode": "string",
    "fetchPlace": "string",
    "enterpriseAddr": "string",
    "aplAdd": "string",
    "exporter": "string",
    "customsEnterpriseSigners": [
        {
            "id": 0,
            "name": "string",
            "enterpriseId": 0,
            "identity": "string",
            "tel": "string",
            "userId": 0
        }
    ]
}'

返回响应

🟢200
application/json
Body

示例
{}
修改于 2026-01-08 11:19:07
上一页
根据id查询海关企业
下一页
查询海关企业手签员
Built with