Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

REST request using XML format

New Here ,
May 05, 2015 May 05, 2015

Hi all,

as I am implementing EchoSign in a product which has such XML libraries available I would like to change the request to xml.

For me it seems like I am missing something like <envelopeDefinition xmlns=\"http://www.docusign.com/restapi\">.

Does anyone ever tried the REST call with XML?

This is the XML till now:

<?xml version="1.0" encoding="UTF-8"?>

    <documentCreationInfo>

        <message>TODO: an appropriate message to the recipient</message>

        <name>TODO: name of the agreement</name>

        <recipients>

            <element>

                <email>TODO: recipient's email ID</email>

                <role>TODO: recipient's role (SIGNER/APPROVER)</role>

            </element>

        </recipients>

        <securityOptions>

            <externalPassword />

            <internalPassword />

            <kbaProtection>NONE</kbaProtection>

            <openPassword />

            <passwordProtection>NONE</passwordProtection>

            <protectOpen>false</protectOpen>

            <webIdentityProtection>NONE</webIdentityProtection>

        </securityOptions>

        <signatureFlow>SENDER_SIGNATURE_NOT_REQUIRED</signatureFlow>

        <signatureType>ESIGN</signatureType>

    </documentCreationInfo>

    <options>

        <authoringRequested>false</authoringRequested>

        <autoLoginUser>false</autoLoginUser>

        <noChrome>false</noChrome>

        <sendThroughWeb>true</sendThroughWeb>

        <sendThroughWebOptions>

            <fileUploadOptions>

                <libraryDocument>true</libraryDocument>

                <localFile>false</localFile>

                <webConnectors>false</webConnectors>

            </fileUploadOptions>

        </sendThroughWebOptions>

    </options>

Thanks in advance and regards,

Özlem

294
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation