docusignapi

why Recipient Action “Acknowledge Receipt” cannot Approve/Decline in Docusign

╄→гoц情女王★ 提交于 2019-12-25 02:39:10
问题 I am new to Docusign and have one understanding question about Tags visibility for "Recipient Action" For example, if i have a recipient as "Signer" I can set tags on the document. however If i have a recipient as "Acknowledge Recipient" I am not able to set any tags. The reason is i want to set a user who Acknowledge the document and approve/decline the submitted document. Is there a way to enable to tags to other Action type as well or I have to keep those recipients as "Signer" as well?

why Recipient Action “Acknowledge Receipt” cannot Approve/Decline in Docusign

笑着哭i 提交于 2019-12-25 02:39:08
问题 I am new to Docusign and have one understanding question about Tags visibility for "Recipient Action" For example, if i have a recipient as "Signer" I can set tags on the document. however If i have a recipient as "Acknowledge Recipient" I am not able to set any tags. The reason is i want to set a user who Acknowledge the document and approve/decline the submitted document. Is there a way to enable to tags to other Action type as well or I have to keep those recipients as "Signer" as well?

Server side template is replaced with uploaded document

Deadly 提交于 2019-12-25 02:27:06
问题 I'm am trying to create an envelope for embedded signing with two sever-side templates and a pdf document I generated all in one request. One of the server-side templates has a DOB tab that will be filled in with the data specified in the request. I've reviewed some other questions related to the docusign api and composite templates with documents here and here I've used these examples to format my request. Here is the request: NOTE: I'm using the multipart-post gem here to create the request

DocuSign Rest API to replace single template document

◇◆丶佛笑我妖孽 提交于 2019-12-25 02:22:53
问题 I would like to know how to replace a document with composite templates. The template has three documents and defines signer info. Even though I tried to replace only 1st document that fields (tags) are defined as below it doesn’t work well. If sequence number of inlineTemplates is 1 and its number of serverTemplates is 2, 1st document is replaced as expected but the remaining two documents are gone. If each sequence number changes to opposite, three documents defined in the template are

Workaround for external API which does not have CORS enabled?

可紊 提交于 2019-12-25 02:15:19
问题 What can be the workarounds for using an external API like Docusign which does not have CORS enabled and requires a custom HTTP header for authentication ? I am trying to integrate this API with my angular app running on localhost. I cannot add Access-Control-Allow-Origin Header and disabling web security on Chrome is a foolish solution. JSONP is also out of the window as I cannot add a custom HTTP Header to a JSONP request. 回答1: What can be the workarounds for using an external API like

Docusign : Unable to create envelope from document in restapi v2

邮差的信 提交于 2019-12-25 02:12:39
问题 We are trying to create an envelope from a pdf document using the docusign restapi v2. We can create an envelope using XML but when we try using JSON we receive the following error from docusign. "errorCode": "ENVELOPE_IS_INCOMPLETE", "message": "The Envelope is not Complete. A Complete Envelope Requires Documents, Recipients, Tabs, and a Subject Line. Envelope definition missing." The entire POST we are sending is below from fiddler (with the file content removed). POST https://demo.docusign

Docusign : Unable to create envelope from document in restapi v2

半城伤御伤魂 提交于 2019-12-25 02:11:59
问题 We are trying to create an envelope from a pdf document using the docusign restapi v2. We can create an envelope using XML but when we try using JSON we receive the following error from docusign. "errorCode": "ENVELOPE_IS_INCOMPLETE", "message": "The Envelope is not Complete. A Complete Envelope Requires Documents, Recipients, Tabs, and a Subject Line. Envelope definition missing." The entire POST we are sending is below from fiddler (with the file content removed). POST https://demo.docusign

listStatus endpoint include recipient status in response

Deadly 提交于 2019-12-25 01:49:38
问题 Is there a way to include the recipient statuses in the response body for the listStatus endpoint? Here is the curl request I am making curl -X PUT \ https://na2.docusign.net/restapi/v2/accounts/XXXXX/envelopes/status?envelope_ids=request_body \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'X-DocuSign-Authentication: { ... }' \ -d '{ "envelopeIds": [ "SOME ENVELOPE ID", "ANOTHER ENVELOPE ID" ] }' Here is the result I am getting { "resultSetSize": "76",

Send embedded signing email with setting signing order

谁都会走 提交于 2019-12-25 00:52:54
问题 So basically I need to use embedded signing feature to get the URL and embed into my application, and then my customer can sign the document from my side. Apart from that, after my customer signed on the doc, he needs to ask his debtor to sign on the same doc as well. So on DocuSign UI, I found that I can set a signing order, which means the second recipient receives the email right after the first recipient signed (perfect match my requirement). setting on UI However, the second recipient

“errorCode”: “PARTNER_AUTHENTICATION_FAILED”

感情迁移 提交于 2019-12-24 22:12:55
问题 I'm trying to integrate with a bare bones application but I keep running into this error after applying our integration key and making sure our application not only looked at the Demo API but as well was DEMO within the dashboard. DocuSign.eSign.Client.ApiException: 'Error calling Login: { "errorCode": "PARTNER_AUTHENTICATION_FAILED", "message": "The specified Integrator Key was not found or is disabled. An Integrator key was not specified." I verified that all the credentials are exactly as