POST/esignglobal/v1/contract-compare-url
Interface Description
Access the Contract Comparison Results Page
Request Parameters
Parameter Name | Type | Required | Description |
standardFileKey | string | true | Standard file key |
comparativeFileKey | string | true | File key for comparison |
filterPageHeaderFooter | boolean | false | Whether to ignore headers and footers during comparison. Default: false. false - Do not ignore true - Ignore headers and footers. |
filterSymbols | list | false | Punctuation marks to be ignored during contract comparison. Default: No punctuation is ignored. Example: To ignore Chinese commas and periods during comparison, pass the value: "filterSymbols": [",", "。"]. |
Request Example
{
"standardFileKey": "standardfilekey",
"comparativeFileKey": "File key for comparison"
}
Response Parameters
Parameter Name | Type | Description |
contractCompareUrl | string | Contract Comparison Page URL |
contractCompareBizId | string | Contract Comparison Business ID |
Response Example
{
"code": 0,
"data": {
"contractCompareUrl": "https://esignglobal.cn/xxxx",
"contractCompareBizId": "501d7b6a95a74a478757ec49c89dcaba"
},
"message": "success"
}