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-certificates/create
创建原产地证对象

请求参数

Body 参数application/json

示例
{
    "docId": 0,
    "sendAudit": true,
    "docType": "string",
    "subDocType": "string",
    "exporterEnAddress": "string",
    "importerEnName": "string",
    "importerEnAddress": "string",
    "importer": "string",
    "middleman": "string",
    "showMiddleman": true,
    "producer": "string",
    "applyAddress": "string",
    "tradeModeCode": "string",
    "payTime": "string",
    "payModeCode": "string",
    "contractNum": "string",
    "creditNum": "string",
    "certificateTime": "string",
    "showCreditInfo": true,
    "fobAmount": 0,
    "customsCode": "string",
    "declarationNum": "string",
    "declarationDate": "string",
    "remark": "string",
    "specialProvisionBefore": "string",
    "specialProvisionAfter": "string",
    "thirdPartyInvoice": true,
    "exhibition": true,
    "thirdParty": "string",
    "manufactureCountryCode": "string",
    "processSteps": "string",
    "originalCountryCode": "string",
    "fromCountryCode": "string",
    "fromPortCode": "string",
    "fromCountryPort": "string",
    "toCountryCode": "string",
    "toPortCode": "string",
    "toCountryPort": "string",
    "transCountryCode": "string",
    "transPortCode": "string",
    "transCountryPort": "string",
    "unloadCountryCode": "string",
    "unloadPortCode": "string",
    "unloadCountryPort": "string",
    "transportModelCode": "string",
    "transportTime": "string",
    "oneRoadNum": "string",
    "twoRoadNum": "string",
    "transportLine": "string",
    "signerName": "string",
    "commodityList": [
        {
            "commodityNo": "string",
            "serial": 0,
            "hsCodeDigit": 0,
            "hsCode": "string",
            "nameEn": "string",
            "discountType": "string",
            "weightMarkupCode": "string",
            "quantity": 0,
            "unitCode": "string",
            "netWeight": 0,
            "netWeightUnitCode": "string",
            "grossWeight": 0,
            "grossWeightUnitCode": "string",
            "inBulk": true,
            "allPackage": true,
            "packageQuantity": 0,
            "packageUnitCode": "string",
            "firstOfficialQuantity": 0,
            "firstOfficialUnitCode": "string",
            "secondOfficialQuantity": 0,
            "secondOfficialUnitCode": "string",
            "rcepCountryCode": "string",
            "invoiceNum": "string",
            "uintPrice": 0,
            "invoiceAmount": 0,
            "fobAmount": 0,
            "description": "string",
            "mark": "string",
            "markList": [
                {
                    "title": "string",
                    "url": "string"
                }
            ],
            "showFobAmount": true,
            "hsCodeLengthList": "Stream.of(4, 6, 8, 10).collect(Collectors.toList())"
        }
    ],
    "invoiceList": [
        {
            "invoiceNo": "string",
            "invoiceTime": "string",
            "amount": 0,
            "currency": "string",
            "provision": "string",
            "provisionDetail": "string"
        }
    ],
    "evidenceList": [
        {
            "title": "string",
            "url": "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-certificates/create' \
--header 'Content-Type: application/json' \
--data-raw '{
    "docId": 0,
    "sendAudit": true,
    "docType": "string",
    "subDocType": "string",
    "exporterEnAddress": "string",
    "importerEnName": "string",
    "importerEnAddress": "string",
    "importer": "string",
    "middleman": "string",
    "showMiddleman": true,
    "producer": "string",
    "applyAddress": "string",
    "tradeModeCode": "string",
    "payTime": "string",
    "payModeCode": "string",
    "contractNum": "string",
    "creditNum": "string",
    "certificateTime": "string",
    "showCreditInfo": true,
    "fobAmount": 0,
    "customsCode": "string",
    "declarationNum": "string",
    "declarationDate": "string",
    "remark": "string",
    "specialProvisionBefore": "string",
    "specialProvisionAfter": "string",
    "thirdPartyInvoice": true,
    "exhibition": true,
    "thirdParty": "string",
    "manufactureCountryCode": "string",
    "processSteps": "string",
    "originalCountryCode": "string",
    "fromCountryCode": "string",
    "fromPortCode": "string",
    "fromCountryPort": "string",
    "toCountryCode": "string",
    "toPortCode": "string",
    "toCountryPort": "string",
    "transCountryCode": "string",
    "transPortCode": "string",
    "transCountryPort": "string",
    "unloadCountryCode": "string",
    "unloadPortCode": "string",
    "unloadCountryPort": "string",
    "transportModelCode": "string",
    "transportTime": "string",
    "oneRoadNum": "string",
    "twoRoadNum": "string",
    "transportLine": "string",
    "signerName": "string",
    "commodityList": [
        {
            "commodityNo": "string",
            "serial": 0,
            "hsCodeDigit": 0,
            "hsCode": "string",
            "nameEn": "string",
            "discountType": "string",
            "weightMarkupCode": "string",
            "quantity": 0,
            "unitCode": "string",
            "netWeight": 0,
            "netWeightUnitCode": "string",
            "grossWeight": 0,
            "grossWeightUnitCode": "string",
            "inBulk": true,
            "allPackage": true,
            "packageQuantity": 0,
            "packageUnitCode": "string",
            "firstOfficialQuantity": 0,
            "firstOfficialUnitCode": "string",
            "secondOfficialQuantity": 0,
            "secondOfficialUnitCode": "string",
            "rcepCountryCode": "string",
            "invoiceNum": "string",
            "uintPrice": 0,
            "invoiceAmount": 0,
            "fobAmount": 0,
            "description": "string",
            "mark": "string",
            "markList": [
                {
                    "title": "string",
                    "url": "string"
                }
            ],
            "showFobAmount": true,
            "hsCodeLengthList": "Stream.of(4, 6, 8, 10).collect(Collectors.toList())"
        }
    ],
    "invoiceList": [
        {
            "invoiceNo": "string",
            "invoiceTime": "string",
            "amount": 0,
            "currency": "string",
            "provision": "string",
            "provisionDetail": "string"
        }
    ],
    "evidenceList": [
        {
            "title": "string",
            "url": "string"
        }
    ]
}'

返回响应

🟢200
application/json
Body

示例
{
  "code": "",
  "message": "",
  "success": false,
  "data": 0
}
修改于 2026-01-08 09:14:07
下一页
创建原产地证对象草稿
Built with