Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NOTE: GetDocuSignResources and GetDocuSignResourcesJSON no longer exist beginning with version 5.5 of the Quik! Forms Engine. For details on how to implement Self Service with version 5.5 and later, please see the DocuSign Self Service page of this documentation.


If you plan to collect your own envelope information and call the Quik! web service for Docusign directly, then use this URL.

PLEASE VISIT THE URL'S BELOW FOR THE LATEST XML FORMAT

Service URL: https://websvcs.quikforms.com/Docusign/ESignWSVersion/5500/GetDocusignData.asmx
Service WSDL: https://websvcs.quikforms.com/Docusign/ESignWSVersion/5500/GetDocusignData.asmx?WSDL

...

Field Name

Data Type

Length

Description

PDF

Base64 String 


Returns the PDF file in a Base64 string that can be converted back to a Byte array

DSignXML

String 


The DocuSign-ready XML with envelope information (e.g. recipients, field locations, etc.)

...

Field Name

Data Type

Length

Description

PDF

Base64 String

 


Returns the PDF file in a Base64 string that can be converted back to a Byte array

DSignXML

String 


The DocuSign-ready XML with envelope information (e.g. recipients, field locations, etc.)

...