docusignapi - Creating an Docusign envelope from an external file with Rest API -
i want create envelope in docusign external source. having external file url (a pdf or doc). api support give external url , upload docusign creating new envelope.
in order add file docusign envelope, need specify document bytes in api request. it's not possible specify url in request , have docusign read file automatically using url.
using rest api, there couple of ways supply document bytes in create envelope api request -- simpliest way include base64-encoded byte stream in documentbase64 property under document object. see rest api guide further details (https://10226ec94e53f4ca538f-0035e62ac0d194a46695a3b225d72cc8.ssl.cf2.rackcdn.com/rest-api-guide-v2.pdf).
Comments
Post a Comment