开发者中心

获取合同比对结果页面

POST/esignglobal/v1/contract-compare-url

接口描述

用于获取合同比对的结果页面

请求参数

参数名称

类型

是否必填

说明

standardFileKey

string

true

标准文件filekey

  • 文件支持:pdf,单个文件不超过30M

comparativeFileKey

string

true

对比文件filekey

 

filterPageHeaderFooter

boolean

false

是否忽略页眉页脚进行比对,默认:false

false - 不忽略

true - 忽略

filterSymbols

list

false

合同比对时需要忽略的标点符号,默认:不忽略标点符号

案例:如需要忽略中文逗号和句号后进行比对,需要传值:"filterSymbols":[",","。"]

请求示例

{
    "standardFileKey": "标准文件filekey",
    "comparativeFileKey": "对比文件filekey"
}

 

响应参数

参数名称

类型

说明

contractCompareUrl

string

合同比对页面地址

contractCompareBizId

string

合同比对业务ID

响应示例

{
    "code": 0,
    "data": {
        "contractCompareUrl": "https://esignglobal.cn/xxxx",
        "contractCompareBizId": "501d7b6a95a74a478757ec49c89dcaba"
    },
    "message": "success"
}

 

 

 

接口描述
请求参数
请求示例
响应参数
响应示例