POST /esignglobal/v1/envelope/files/addSignFiles
Interface Description
When the envelope is not opened, you can add documents to be signed to the envelope. Envelopes that have already been opened do not support appending signing documents.
Request Parameters
| fileKey | |||||
| documentFields | array | false | File-level control list. Used to add file-level controls that are not bound to signers on specified files. | ||
| posX | float | false | X-axis offset, with the bottom-left corner of the page as the coordinate origin. The coordinate range is consistent with other control coordinate ranges. | ||
| posY | float | false | Y-axis offset, with the bottom-left corner of the page as the coordinate origin. The coordinate range is consistent with other control coordinate ranges. | ||
Request Example
{
"envelopeId": "9fbe6c8190824227bde29136b0145c81",
"signFiles": [
{
"fileKey": "4150a67c-d4f0-45e6-88e9-541ce6d0c73c"
}
]
}Response Parameters
Response Example
{
"code": "0",
"message": "success",
"data": null
}






