docusigncompositetmplts

Error calling CreateEnvelope : TAB_PAGE_NUMBER_NOT_SPECIFIED

一世执手 提交于 2019-12-06 14:48:11
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;">pleasedatehereBP</span> <br /> <br /> </span> Code SignerModel objPerson = new SignerModel();

Docusign API : Composite Templates-unable to access tabs from server templates

白昼怎懂夜的黑 提交于 2019-12-02 18:28:14
问题 I'm currently sending my signature request call in XML and have referred to the REST API guide as well as the example in Rules for Composite Template Usage and although I was able to successfully pull in the additional server templates in the appropriate sequence, the secure tabs in these templates were not editable; the only template that exposed these was the 'primary' template (not included in the composite templates object). From page 104 in the API guide it appears that the essence of

Incorrectly applied server templates with multiple composite templates

对着背影说爱祢 提交于 2019-12-02 11:36:29
问题 I've been working on integrating the DocuSign REST API into my company's app. Things are mostly working, but there is still one problem. If I upload multiple (>= 2) documents, each with an associated server template, then all of the templates end up getting applied to the first document. For example, the following API call to /accounts/account_id/envelopes should upload two documents: document1.pdf (7 pages) and document2.pdf (2 pages). document1.pdf 's server template has a sign-here field

Docusign API : Composite Templates-unable to access tabs from server templates

ぃ、小莉子 提交于 2019-12-02 09:38:35
I'm currently sending my signature request call in XML and have referred to the REST API guide as well as the example in Rules for Composite Template Usage and although I was able to successfully pull in the additional server templates in the appropriate sequence, the secure tabs in these templates were not editable; the only template that exposed these was the 'primary' template (not included in the composite templates object). From page 104 in the API guide it appears that the essence of inline templates is to augment the server templates declared (add documents, etc.). Here is my XML sample

Docusign signing url - Showing document 1 of a composite template

时光怂恿深爱的人放手 提交于 2019-12-02 08:33:44
问题 Using the docusign rest api i would like to create an envelope with 2 documents. I will then be using the Post Recipient view to show document 1 to the first recipient (in an iframe) and once signed show document 2 in the same envelope to another recipients. i have created the templates with different tempalteRoles (different names, order 5 and 10). Its my understanding using a userId and the right settings in my docusign account, i can show document 1 to recipient 1 and then document 2 to

Docusign signing url - Showing document 1 of a composite template

拥有回忆 提交于 2019-12-02 04:57:47
Using the docusign rest api i would like to create an envelope with 2 documents. I will then be using the Post Recipient view to show document 1 to the first recipient (in an iframe) and once signed show document 2 in the same envelope to another recipients. i have created the templates with different tempalteRoles (different names, order 5 and 10). Its my understanding using a userId and the right settings in my docusign account, i can show document 1 to recipient 1 and then document 2 to recipient 2. When i try and create the composite envelope the whole document is shown. when i call the

Incorrectly applied server templates with multiple composite templates

只谈情不闲聊 提交于 2019-12-02 04:18:48
I've been working on integrating the DocuSign REST API into my company's app. Things are mostly working, but there is still one problem. If I upload multiple (>= 2) documents, each with an associated server template, then all of the templates end up getting applied to the first document. For example, the following API call to /accounts/account_id/envelopes should upload two documents: document1.pdf (7 pages) and document2.pdf (2 pages). document1.pdf 's server template has a sign-here field on the 7th page and document2.pdf 's server template has a sign-here field on the 2nd page. What appears

DocuSign Java Rest Api - Combining Anchor Tagged Custom File and PDF Form Field Transformation (Composite Templates)

瘦欲@ 提交于 2019-12-02 04:03:18
In my application, I have a package of PDFs that I combine and send to DocuSign. This works perfectly using SignHere and Initial here AnchorTags; however, I have now need to include certain PDF's that require user input fields (such as a W-9 form). I have tried multiple ways of creating the template, without success. I've been able to get DocuSign to recognize all of the PDF form fields (in the templates UI) but I haven't been able to get those to the user. I have two significant issues: First, I can't get DocuSign to include both my custom file and the template I created with input fields in

Adding documents to envelopes using composite templates in DocuSign

喜夏-厌秋 提交于 2019-11-26 18:34:10
问题 I'm trying to add documents to a composite template using the docusign api and the documents aren't loading into the envelope the way I would expect it to. I currently have my code working with a test json where I add documents without using composite templates and it works perfectly. It seems the composite templates skip right over the documents however. Here's how I'm creating it: { "emailSubject": "Test Email Subject_FA", "emailBlurb": "Test Email Body_FA", "status": "created",