docusigncompositetmplts

Several editable PDF

穿精又带淫゛_ 提交于 2019-12-13 23:59:12
问题 I'm working on creating a DocuSign envelope with the Java API. Everything is perfect, I can add documents, recipients and tabs. Now, I'd like to take advantage of the editable PDF. I saw than DocuSign is capable of converting editable PDF tabs into DocuSign tabs, like describing here. My situation is a little different as I can have several documents, some which are fillable, others that are not. Imagine that I have three documents. DocA and DocB are fillable, DocC isn't. I see several

PHP Docusign Api get template

孤街浪徒 提交于 2019-12-13 05:26:15
问题 I used the following code to get the docusign templstes i already have, however i am always getting the error - failed: SSL certificate problem: unable to get local issuer certificate. $templateApi = new DocuSign\eSign\Api\TemplatesApi(); $getTemplate = $templateApi->get($accountId, $contract_template_id); Is my code correct or is it something else that could cause the problem? 回答1: I suspect your server is either self certed or is doesn't have SSL/ HHTPS / port 443 setup. See the

Docusign composite template giving TAB_REFERS_TO_MISSING_DOCUMENT

天涯浪子 提交于 2019-12-12 04:34:29
问题 I was trying to use these two templates as a composite template thru the REST api. I sent out each template on its own and it worked fine. Here is the request from the log file: Content-Length: 1526 Host: demo.docusign.net X-DocuSign-Authentication: {"Username":"Kathleen.Jones@XXX.com","Password":"[omitted]","IntegratorKey":"[omitted]"} X-Forwarded-For: 63.118.233.100, 104.129.194.117 { "compositeTemplates": [ { "serverTemplates": [ { "sequence": "1", "templateId": "2d743750-f910-4a30-ad34

Docusign API generated envelope is not following routing order

混江龙づ霸主 提交于 2019-12-12 04:17:46
问题 I generate a mixed ceremony envelope using a composite template: { "status": "sent", "emailBlurb": "testing creation from template", "emailSubject": "Please sign this template", "compositeTemplates": [{ "serverTemplates": [{ "sequence": "1", "templateId": "3f35423e-884a-4bf2-a9b5-19eaac4a5b8f" } ], "inlineTemplates": [{ "sequence": "1", "recipients": { "inPersonSigners": [{ "name": "LLLLL", "email": "LLLL@some.com", "hostemail": "LLLLL@some.com", "hostname": "LLLLLL", "roleName": "Signer 1",

getting unspecified error in docusign API while using COMPOSITE template

此生再无相见时 提交于 2019-12-12 02:48:10
问题 Hi I am trying to use COMPOSITE template to club one template and add a document while creating envelope. The complete request is below. However i am getting "UNSPECIFIED_ERROR" as below I am new to use docusign and composite template API. It would be great if someone can point me the error as i tried the request after referring to online material about composite templates. Thanks for reading!!! RESPONSE: { errorCode: "UNSPECIFIED_ERROR" message: "An item with the same key has already been

Docusign: composite templates with tabs

主宰稳场 提交于 2019-12-10 11:41:36
问题 How do I specify prefilled fields with composite templates when creating an envelope. I tried including the tabs information in the inlineTemplate.recipients.signers[0].tabs , but I get an error that System.String cannot be cast to API_REST.Models.v2.tabs . If I include information as a template role in templateRoles , it is ignored. The documentation is light on information about how to do this. It seems like the prefill data should be specified in the inline template. Other open questions I

Inline Composite Templates

徘徊边缘 提交于 2019-12-08 13:48:24
问题 I have created a template on my account and am now trying to post a new document to sign using the signature tabs in that template. I'm trying to use inline composite templates to do this. I've successfully added a new document to the envelope but this document does not display the signature tabs i configured in the template. Additionally, the original document in my template persists as the "next envelope" when the user goes to sign. Here is my current xml body for reference:

Error calling CreateEnvelope : TAB_PAGE_NUMBER_NOT_SPECIFIED

心已入冬 提交于 2019-12-08 05:50:43
问题 I am a beginner in DocuSign API programming. I have a .cshtml page for create envelope for sending to customer. When I try to create envelop from DocuSign API it shows error message like: Page number not specified in tab element. Page Number or AnchorTabItem missing for tab \"SignHere\"." Please see my HTML and code below. Html <span> <br /> <br /> <span><b>SIGNATURE:</b></span> <span style="color:white;">pleasesignhereBP</span> <br /> <br /> <span><b>DATE:</b></span><span style="color:white;

DocuSign one envelope with multiple server templates

隐身守侯 提交于 2019-12-08 03:54:56
问题 I have had plenty of success using docusign API with single template, roles, tabs, etc... My use case is now: 1) Have a single envelope that contains multiple server templates 2) The roles will be the same for both server templates 3) However there may be different tabs for each role for each template Through reading the Docusign API and trial and error I am close, but just cant get across the finish line here. Here is my current JSON: accountId = 414772 baseUrl = https://demo.docusign.net

Docusign: composite templates with tabs

假如想象 提交于 2019-12-06 16:36:24
How do I specify prefilled fields with composite templates when creating an envelope. I tried including the tabs information in the inlineTemplate.recipients.signers[0].tabs , but I get an error that System.String cannot be cast to API_REST.Models.v2.tabs . If I include information as a template role in templateRoles , it is ignored. The documentation is light on information about how to do this. It seems like the prefill data should be specified in the inline template. Other open questions I have include what does the recipientId do. What is the clientUserId used for? We currently set