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
    • 获取海关企业列表
    • 删除海关企业
    • 根据id查询海关企业
    • 保存海关企业
    • 查询海关企业手签员
  • 海关生产商管理API
    • 获取生产商列表
    • 删除生产商
    • 新增生产商
  1. 海关原产地证书API

新增海关证接口

POST
https://fta.chinackts.com/open//origin-certificate-customs

请求参数

Body 参数application/json

示例
{
    "goodsList": "new ArrayList<>()",
    "documentList": "new ArrayList<>()",
    "nonpartyCorpList": "new ArrayList<>()",
    "invoiceInfoList": "new ArrayList<>()",
    "certNo": "string",
    "applyType": "string",
    "certType": "string",
    "customsEnterpriseId": 0,
    "applId": 0,
    "orgCode": "string",
    "fetchPlace": "string",
    "aplAdd": "string",
    "invDate": "string",
    "invNo": "string",
    "aplDate": "string",
    "exporter": "string",
    "consignee": "string",
    "goodsSpecClause": "string",
    "mark": "string",
    "loadPortCode": "string",
    "loadPortCountry": "string",
    "unloadCountryCode": "string",
    "unloadPortCode": "string",
    "unloadPortCountry": "string",
    "transCountryCode": "string",
    "transCountryName": "string",
    "transPortCode": "string",
    "transPortCountry": "string",
    "destCountryCode": "string",
    "destPortCode": "string",
    "destPortCountry": "string",
    "importCountry": "string",
    "importCountryCode": "string",
    "importCountryName": "string",
    "transDetails": "string",
    "transMeans": "string",
    "transName": "string",
    "intendExpDate": "string",
    "tradeModeCode": "string",
    "fobValue": 0,
    "totalAmt": 0,
    "note": "string",
    "contractNo": "string",
    "lcNo": "string",
    "specInvTerms": "string",
    "priceTerms": "string",
    "curr": "string",
    "remark": "string",
    "producerSertFlag": true,
    "exhibitFlag": "string",
    "thirdPartyInvFlag": "string",
    "exporterTel": "string",
    "exporterFax": "string",
    "exporterEmail": "string",
    "consigneeTel": "string",
    "consigneeFax": "string",
    "consigneeEmail": "string",
    "expDeclDate": "string",
    "predictFlag": true,
    "oriCountryCode": "string",
    "oriCountry": "string",
    "chkValidDate": "string",
    "etpsConcEr": "string",
    "etpsTel": "string",
    "producer": "string",
    "prcsAssembly": "string",
    "entryId": "string"
}

请求示例代码

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//origin-certificate-customs' \
--header 'Content-Type: application/json' \
--data-raw '{
    "goodsList": "new ArrayList<>()",
    "documentList": "new ArrayList<>()",
    "nonpartyCorpList": "new ArrayList<>()",
    "invoiceInfoList": "new ArrayList<>()",
    "certNo": "string",
    "applyType": "string",
    "certType": "string",
    "customsEnterpriseId": 0,
    "applId": 0,
    "orgCode": "string",
    "fetchPlace": "string",
    "aplAdd": "string",
    "invDate": "string",
    "invNo": "string",
    "aplDate": "string",
    "exporter": "string",
    "consignee": "string",
    "goodsSpecClause": "string",
    "mark": "string",
    "loadPortCode": "string",
    "loadPortCountry": "string",
    "unloadCountryCode": "string",
    "unloadPortCode": "string",
    "unloadPortCountry": "string",
    "transCountryCode": "string",
    "transCountryName": "string",
    "transPortCode": "string",
    "transPortCountry": "string",
    "destCountryCode": "string",
    "destPortCode": "string",
    "destPortCountry": "string",
    "importCountry": "string",
    "importCountryCode": "string",
    "importCountryName": "string",
    "transDetails": "string",
    "transMeans": "string",
    "transName": "string",
    "intendExpDate": "string",
    "tradeModeCode": "string",
    "fobValue": 0,
    "totalAmt": 0,
    "note": "string",
    "contractNo": "string",
    "lcNo": "string",
    "specInvTerms": "string",
    "priceTerms": "string",
    "curr": "string",
    "remark": "string",
    "producerSertFlag": true,
    "exhibitFlag": "string",
    "thirdPartyInvFlag": "string",
    "exporterTel": "string",
    "exporterFax": "string",
    "exporterEmail": "string",
    "consigneeTel": "string",
    "consigneeFax": "string",
    "consigneeEmail": "string",
    "expDeclDate": "string",
    "predictFlag": true,
    "oriCountryCode": "string",
    "oriCountry": "string",
    "chkValidDate": "string",
    "etpsConcEr": "string",
    "etpsTel": "string",
    "producer": "string",
    "prcsAssembly": "string",
    "entryId": "string"
}'

返回响应

🟢200
application/json
Body

示例
{}
修改于 2026-01-08 09:14:07
上一页
查询所有协定国家
下一页
批量导入海关证
Built with