查询通过 QI SIGN 签署的操作合同链接
此端点允许通过操作的唯一键查询特定操作中所有通过 QI SIGN 签署的文件。
注意
已签署合同的链接有效期为 24 小时。之后需要通过再次调用该端点来更新链接。
查询操作的已签署链接 (GET)
Request
ENDPOINT
/commercial_paper/operation/OPERATION-KEY/signed_urlMÉTODO
GETPath Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
OPERATION-KEY | string | 操作的唯一键(UUID v4)。 | 36 |
Response
STATUS
200Response Body
{
"envelope_key": "5b930d3d-3713-4c42-85d5-f8e9e44e30ce",
"status": "signed",
"documents": [
{
"document_type": "ncom_pre_price",
"signed_url": "https://qisign-dossiers.com/7bcf5868-784a-4356-85fb-dd72fd53cd4a.pdf",
"signers": []
},
{
"document_type": "adhesion_term",
"signed_url": "https://qisign-dossiers.com/7bcf5868-784a-4356-85fb-dd72fd53cd4a.pdf",
"signers": []
}
]
}
Response Body Params
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
envelope_key | string | 信封的唯一键(UUID v4)。 | 36 |
status | string | 信封的状态。 | operation-status 枚举 |
documents | list | 信封中的文件列表。 | - |
document 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
document_type | string | 文件类型。 | document type 枚举 |
signed_url | string | 已签署合同的下载 URL。 | - |
signers | list | 签名人列表。 | - |