docusignapi - How to get xPosition and yPossition when placing tag on DocuSign API -
when setting signing session on docusign, i'm able upload document, set signing session , add tag user sign. know while using docusign api, can specify x , y position of tag in code. however, docusign viewer via api can view document, place tags x , y? if not, people using?
yes there specific workflow docusign offers this, it's called embedded sending or sender view of envelope. embedded signing (aka recipient view) can generate custom url use view envelope through re-direct (or webview if using mobile).
here's corresponding rest api: create sender view
sample request:
post /v2/accounts/{accountid}/envelopes/{envelopeid}/views/sender { "returnurl": "https://www.docusign.com" }
the returnurl body parameter controls user re-directed once done editing and/or sending envelope.
Comments
Post a Comment