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

打印证书Pdf

POST
https://fta.chinackts.com/open//origin-certificates/print
打印证书Pdf

请求参数

Body 参数application/json

示例
{
    "docId": "string",
    "invoiceNum": "string",
    "docType": "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/print' \
--header 'Content-Type: application/json' \
--data-raw '{
    "docId": "string",
    "invoiceNum": "string",
    "docType": "string"
}'

返回响应

🟢200
application/json
Body

示例
{
  "inputStream": {},
  "readable": false,
  "open": false,
  "file": {
    "path": "",
    "name": "",
    "parent": "",
    "parentFile": {
      "path": "",
      "name": "",
      "parent": "",
      "parentFile": {},
      "absolute": false,
      "absolutePath": "",
      "absoluteFile": {},
      "canonicalPath": "",
      "canonicalFile": {},
      "directory": false,
      "file": false,
      "hidden": false,
      "lastModified": 0,
      "writable": false,
      "readable": false,
      "executable": false,
      "totalSpace": 0,
      "freeSpace": 0,
      "usableSpace": 0
    },
    "absolute": false,
    "absolutePath": "",
    "absoluteFile": {
      "path": "",
      "name": "",
      "parent": "",
      "parentFile": {},
      "absolute": false,
      "absolutePath": "",
      "absoluteFile": {},
      "canonicalPath": "",
      "canonicalFile": {},
      "directory": false,
      "file": false,
      "hidden": false,
      "lastModified": 0,
      "writable": false,
      "readable": false,
      "executable": false,
      "totalSpace": 0,
      "freeSpace": 0,
      "usableSpace": 0
    },
    "canonicalPath": "",
    "canonicalFile": {
      "path": "",
      "name": "",
      "parent": "",
      "parentFile": {},
      "absolute": false,
      "absolutePath": "",
      "absoluteFile": {},
      "canonicalPath": "",
      "canonicalFile": {},
      "directory": false,
      "file": false,
      "hidden": false,
      "lastModified": 0,
      "writable": false,
      "readable": false,
      "executable": false,
      "totalSpace": 0,
      "freeSpace": 0,
      "usableSpace": 0
    },
    "directory": false,
    "file": false,
    "hidden": false,
    "lastModified": 0,
    "writable": false,
    "readable": false,
    "executable": false,
    "totalSpace": 0,
    "freeSpace": 0,
    "usableSpace": 0
  },
  "uRL": "",
  "uRI": {
    "string": "",
    "absolute": false,
    "opaque": false,
    "rawSchemeSpecificPart": "",
    "rawAuthority": "",
    "rawUserInfo": "",
    "rawPath": "",
    "rawQuery": "",
    "rawFragment": ""
  },
  "filename": "",
  "description": ""
}
修改于 2026-01-08 09:14:07
上一页
查询打印状态
下一页
预览证书Pdf
Built with