POST /esignglobal/v1/envelope/files/addAttachments
Interface Description
Developers can add attachments to an envelope only when its status is DRAFT.
Note:
- Before adding attachments, developers should call Upload Documents interface to get the attachment's fileKey.
- Attachments do not need to be signed, only as a reference in the envelope, such as recordings, videos, pictures, instructions, etc.
Request Parameters
Request Example
{
"envelopeId":"flow1234567890",
"attachments":[{
"fileKey":"fileKey12345678901"
}]
}
Responses
Response Example
{
"code": "0",
"message": "success",
"data": null
}