DSAPIService


Click here for a complete list of operations.

RequestEnvelope

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /api/3.0/dsapi.asmx HTTP/1.1
Host: www.docusign.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.docusign.net/API/3.0/RequestEnvelope"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RequestEnvelope xmlns="http://www.docusign.net/API/3.0">
      <EnvelopeID>string</EnvelopeID>
      <IncludeDocumentBytes>boolean</IncludeDocumentBytes>
    </RequestEnvelope>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RequestEnvelopeResponse xmlns="http://www.docusign.net/API/3.0">
      <RequestEnvelopeResult>
        <TransactionID>string</TransactionID>
        <Asynchronous>boolean</Asynchronous>
        <AccountId>string</AccountId>
        <Documents>
          <Document>
            <ID>positiveInteger</ID>
            <Name>string</Name>
            <PDFBytes>base64Binary</PDFBytes>
            <Password>string</Password>
            <TransformPdfFields>boolean</TransformPdfFields>
            <FileExtension>string</FileExtension>
            <MatchBoxes xsi:nil="true" />
            <AttachmentDescription>string</AttachmentDescription>
            <DocumentFields xsi:nil="true" />
            <AuthoritativeCopy>boolean</AuthoritativeCopy>
            <HtmlDefinition xsi:nil="true" />
          </Document>
          <Document>
            <ID>positiveInteger</ID>
            <Name>string</Name>
            <PDFBytes>base64Binary</PDFBytes>
            <Password>string</Password>
            <TransformPdfFields>boolean</TransformPdfFields>
            <FileExtension>string</FileExtension>
            <MatchBoxes xsi:nil="true" />
            <AttachmentDescription>string</AttachmentDescription>
            <DocumentFields xsi:nil="true" />
            <AuthoritativeCopy>boolean</AuthoritativeCopy>
            <HtmlDefinition xsi:nil="true" />
          </Document>
        </Documents>
        <Recipients>
          <Recipient>
            <ID>positiveInteger</ID>
            <UserName>string</UserName>
            <SignerName>string</SignerName>
            <Email>string</Email>
            <Type>Signer or Agent or Editor or Intermediary or CarbonCopy or CertifiedDelivery or InPersonSigner or SigningHost</Type>
            <AccessCode>string</AccessCode>
            <AddAccessCodeToEmail>boolean</AddAccessCodeToEmail>
            <RequireIDLookup>boolean</RequireIDLookup>
            <IDCheckConfigurationName>string</IDCheckConfigurationName>
            <DeliveryMethod>Email or Fax</DeliveryMethod>
            <FaxNumber>string</FaxNumber>
            <LiveIDRecipientAuthentication>boolean</LiveIDRecipientAuthentication>
            <FacebookRecipientAuthentication>boolean</FacebookRecipientAuthentication>
            <LinkedinRecipientAuthentication>boolean</LinkedinRecipientAuthentication>
            <GoogleRecipientAuthentication>boolean</GoogleRecipientAuthentication>
            <SalesforceRecipientAuthentication>boolean</SalesforceRecipientAuthentication>
            <TwitterRecipientAuthentication>boolean</TwitterRecipientAuthentication>
            <YahooRecipientAuthentication>boolean</YahooRecipientAuthentication>
            <OpenIDRecipientAuthentication>boolean</OpenIDRecipientAuthentication>
            <AnySocialIDRecipientAuthentication>boolean</AnySocialIDRecipientAuthentication>
            <PhoneAuthentication xsi:nil="true" />
            <SAMLAuthentication xsi:nil="true" />
            <SMSAuthentication xsi:nil="true" />
            <SignatureInfo xsi:nil="true" />
            <CaptiveInfo xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <RoutingOrder>unsignedShort</RoutingOrder>
            <IDCheckInformationInput xsi:nil="true" />
            <AutoNavigation>boolean</AutoNavigation>
            <RecipientAttachment xsi:nil="true" />
            <Note>string</Note>
            <RoleName>string</RoleName>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <TemplateAccessCodeRequired>boolean</TemplateAccessCodeRequired>
            <DefaultRecipient>boolean</DefaultRecipient>
            <EmailNotification xsi:nil="true" />
            <AgentCanEditEmail>boolean</AgentCanEditEmail>
            <AgentCanEditName>boolean</AgentCanEditName>
            <SignInEachLocation>boolean</SignInEachLocation>
            <ExcludedDocuments xsi:nil="true" />
            <RequireSignerCertificate>string</RequireSignerCertificate>
            <RequireNotary>string</RequireNotary>
            <InheritEmailNotificationConfiguration>boolean</InheritEmailNotificationConfiguration>
            <HostedSigner>string</HostedSigner>
            <IsNotaryTransaction>boolean</IsNotaryTransaction>
            <SigningGroupId>long</SigningGroupId>
            <RecipientSignatureProviders xsi:nil="true" />
          </Recipient>
          <Recipient>
            <ID>positiveInteger</ID>
            <UserName>string</UserName>
            <SignerName>string</SignerName>
            <Email>string</Email>
            <Type>Signer or Agent or Editor or Intermediary or CarbonCopy or CertifiedDelivery or InPersonSigner or SigningHost</Type>
            <AccessCode>string</AccessCode>
            <AddAccessCodeToEmail>boolean</AddAccessCodeToEmail>
            <RequireIDLookup>boolean</RequireIDLookup>
            <IDCheckConfigurationName>string</IDCheckConfigurationName>
            <DeliveryMethod>Email or Fax</DeliveryMethod>
            <FaxNumber>string</FaxNumber>
            <LiveIDRecipientAuthentication>boolean</LiveIDRecipientAuthentication>
            <FacebookRecipientAuthentication>boolean</FacebookRecipientAuthentication>
            <LinkedinRecipientAuthentication>boolean</LinkedinRecipientAuthentication>
            <GoogleRecipientAuthentication>boolean</GoogleRecipientAuthentication>
            <SalesforceRecipientAuthentication>boolean</SalesforceRecipientAuthentication>
            <TwitterRecipientAuthentication>boolean</TwitterRecipientAuthentication>
            <YahooRecipientAuthentication>boolean</YahooRecipientAuthentication>
            <OpenIDRecipientAuthentication>boolean</OpenIDRecipientAuthentication>
            <AnySocialIDRecipientAuthentication>boolean</AnySocialIDRecipientAuthentication>
            <PhoneAuthentication xsi:nil="true" />
            <SAMLAuthentication xsi:nil="true" />
            <SMSAuthentication xsi:nil="true" />
            <SignatureInfo xsi:nil="true" />
            <CaptiveInfo xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <RoutingOrder>unsignedShort</RoutingOrder>
            <IDCheckInformationInput xsi:nil="true" />
            <AutoNavigation>boolean</AutoNavigation>
            <RecipientAttachment xsi:nil="true" />
            <Note>string</Note>
            <RoleName>string</RoleName>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <TemplateAccessCodeRequired>boolean</TemplateAccessCodeRequired>
            <DefaultRecipient>boolean</DefaultRecipient>
            <EmailNotification xsi:nil="true" />
            <AgentCanEditEmail>boolean</AgentCanEditEmail>
            <AgentCanEditName>boolean</AgentCanEditName>
            <SignInEachLocation>boolean</SignInEachLocation>
            <ExcludedDocuments xsi:nil="true" />
            <RequireSignerCertificate>string</RequireSignerCertificate>
            <RequireNotary>string</RequireNotary>
            <InheritEmailNotificationConfiguration>boolean</InheritEmailNotificationConfiguration>
            <HostedSigner>string</HostedSigner>
            <IsNotaryTransaction>boolean</IsNotaryTransaction>
            <SigningGroupId>long</SigningGroupId>
            <RecipientSignatureProviders xsi:nil="true" />
          </Recipient>
        </Recipients>
        <Tabs>
          <Tab>
            <DocumentID>positiveInteger</DocumentID>
            <RecipientID>positiveInteger</RecipientID>
            <PageNumber>nonNegativeInteger</PageNumber>
            <XPosition>nonNegativeInteger</XPosition>
            <YPosition>nonNegativeInteger</YPosition>
            <ScaleValue>decimal</ScaleValue>
            <AnchorTabItem xsi:nil="true" />
            <Type>InitialHere or SignHere or FullName or FirstName or LastName or EmailAddress or Company or Title or DateSigned or InitialHereOptional or EnvelopeID or Custom or SignerAttachment or SignHereOptional or Approve or Decline or SignerAttachmentOptional</Type>
            <Name>string</Name>
            <TabLabel>string</TabLabel>
            <Value>string</Value>
            <CustomTabType>Text or Checkbox or Radio or List or Date or Number or SSN or ZIP5 or ZIP5DASH4 or Email or Note or Formula</CustomTabType>
            <CustomTabWidth>int</CustomTabWidth>
            <CustomTabHeight>int</CustomTabHeight>
            <CustomTabRequired>boolean</CustomTabRequired>
            <CustomTabLocked>boolean</CustomTabLocked>
            <CustomTabDisableAutoSize>boolean</CustomTabDisableAutoSize>
            <CustomTabListItems>string</CustomTabListItems>
            <CustomTabListValues>string</CustomTabListValues>
            <CustomTabListSelectedValue>string</CustomTabListSelectedValue>
            <CustomTabRadioGroupName>string</CustomTabRadioGroupName>
            <CustomTabValidationPattern>string</CustomTabValidationPattern>
            <CustomTabValidationMessage>string</CustomTabValidationMessage>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <ConditionalParentLabel>string</ConditionalParentLabel>
            <ConditionalParentValue>string</ConditionalParentValue>
            <SharedTab>boolean</SharedTab>
            <RequireInitialOnSharedTabChange>boolean</RequireInitialOnSharedTabChange>
            <ConcealValueOnDocument>boolean</ConcealValueOnDocument>
            <Font>Arial or ArialNarrow or Calibri or CourierNew or Garamond or Georgia or Helvetica or LucidaConsole or Tahoma or TimesNewRoman or Trebuchet or Verdana or MSGothic or MSMincho or OcrA</Font>
            <Bold>boolean</Bold>
            <Italic>boolean</Italic>
            <Underline>boolean</Underline>
            <FontColor>Black or BrightBlue or BrightRed or DarkRed or DarkGreen or Gold or Green or NavyBlue or Purple or White</FontColor>
            <FontSize>Size7 or Size8 or Size9 or Size10 or Size11 or Size12 or Size14 or Size16 or Size18 or Size20 or Size22 or Size24 or Size26 or Size28 or Size36 or Size48 or Size72</FontSize>
            <MergeFieldXml>string</MergeFieldXml>
            <MetadataXml>string</MetadataXml>
            <IncludeNoteInEmail>boolean</IncludeNoteInEmail>
            <IsPaymentAmount>boolean</IsPaymentAmount>
            <Formula>string</Formula>
            <RoundDecimalPlaces>int</RoundDecimalPlaces>
            <MaxLength>int</MaxLength>
            <SenderRequired>boolean</SenderRequired>
            <RequireAll>boolean</RequireAll>
            <TabOrder>int</TabOrder>
          </Tab>
          <Tab>
            <DocumentID>positiveInteger</DocumentID>
            <RecipientID>positiveInteger</RecipientID>
            <PageNumber>nonNegativeInteger</PageNumber>
            <XPosition>nonNegativeInteger</XPosition>
            <YPosition>nonNegativeInteger</YPosition>
            <ScaleValue>decimal</ScaleValue>
            <AnchorTabItem xsi:nil="true" />
            <Type>InitialHere or SignHere or FullName or FirstName or LastName or EmailAddress or Company or Title or DateSigned or InitialHereOptional or EnvelopeID or Custom or SignerAttachment or SignHereOptional or Approve or Decline or SignerAttachmentOptional</Type>
            <Name>string</Name>
            <TabLabel>string</TabLabel>
            <Value>string</Value>
            <CustomTabType>Text or Checkbox or Radio or List or Date or Number or SSN or ZIP5 or ZIP5DASH4 or Email or Note or Formula</CustomTabType>
            <CustomTabWidth>int</CustomTabWidth>
            <CustomTabHeight>int</CustomTabHeight>
            <CustomTabRequired>boolean</CustomTabRequired>
            <CustomTabLocked>boolean</CustomTabLocked>
            <CustomTabDisableAutoSize>boolean</CustomTabDisableAutoSize>
            <CustomTabListItems>string</CustomTabListItems>
            <CustomTabListValues>string</CustomTabListValues>
            <CustomTabListSelectedValue>string</CustomTabListSelectedValue>
            <CustomTabRadioGroupName>string</CustomTabRadioGroupName>
            <CustomTabValidationPattern>string</CustomTabValidationPattern>
            <CustomTabValidationMessage>string</CustomTabValidationMessage>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <ConditionalParentLabel>string</ConditionalParentLabel>
            <ConditionalParentValue>string</ConditionalParentValue>
            <SharedTab>boolean</SharedTab>
            <RequireInitialOnSharedTabChange>boolean</RequireInitialOnSharedTabChange>
            <ConcealValueOnDocument>boolean</ConcealValueOnDocument>
            <Font>Arial or ArialNarrow or Calibri or CourierNew or Garamond or Georgia or Helvetica or LucidaConsole or Tahoma or TimesNewRoman or Trebuchet or Verdana or MSGothic or MSMincho or OcrA</Font>
            <Bold>boolean</Bold>
            <Italic>boolean</Italic>
            <Underline>boolean</Underline>
            <FontColor>Black or BrightBlue or BrightRed or DarkRed or DarkGreen or Gold or Green or NavyBlue or Purple or White</FontColor>
            <FontSize>Size7 or Size8 or Size9 or Size10 or Size11 or Size12 or Size14 or Size16 or Size18 or Size20 or Size22 or Size24 or Size26 or Size28 or Size36 or Size48 or Size72</FontSize>
            <MergeFieldXml>string</MergeFieldXml>
            <MetadataXml>string</MetadataXml>
            <IncludeNoteInEmail>boolean</IncludeNoteInEmail>
            <IsPaymentAmount>boolean</IsPaymentAmount>
            <Formula>string</Formula>
            <RoundDecimalPlaces>int</RoundDecimalPlaces>
            <MaxLength>int</MaxLength>
            <SenderRequired>boolean</SenderRequired>
            <RequireAll>boolean</RequireAll>
            <TabOrder>int</TabOrder>
          </Tab>
        </Tabs>
        <Subject>string</Subject>
        <EmailBlurb>string</EmailBlurb>
        <SigningLocation>InPerson or Online</SigningLocation>
        <CustomFields>
          <CustomField>
            <Name>string</Name>
            <Show>string</Show>
            <Required>string</Required>
            <Value>string</Value>
            <CustomFieldType>Text or List</CustomFieldType>
            <ListItems>string</ListItems>
          </CustomField>
          <CustomField>
            <Name>string</Name>
            <Show>string</Show>
            <Required>string</Required>
            <Value>string</Value>
            <CustomFieldType>Text or List</CustomFieldType>
            <ListItems>string</ListItems>
          </CustomField>
        </CustomFields>
        <VaultingOptions>
          <VaultingMode>None or EODeStore or EODAuthoritativeCopy</VaultingMode>
          <EODTransactionName>string</EODTransactionName>
          <EODDocumentName>string</EODDocumentName>
          <EODDocumentDescription>string</EODDocumentDescription>
        </VaultingOptions>
        <AutoNavigation>boolean</AutoNavigation>
        <EnvelopeIdStamping>boolean</EnvelopeIdStamping>
        <AuthoritativeCopy>boolean</AuthoritativeCopy>
        <Notification>
          <UseAccountDefaults>boolean</UseAccountDefaults>
          <Reminders>
            <ReminderEnabled>boolean</ReminderEnabled>
            <ReminderDelay>nonNegativeInteger</ReminderDelay>
            <ReminderFrequency>nonNegativeInteger</ReminderFrequency>
          </Reminders>
          <Expirations>
            <ExpireEnabled>boolean</ExpireEnabled>
            <ExpireAfter>nonNegativeInteger</ExpireAfter>
            <ExpireWarn>nonNegativeInteger</ExpireWarn>
          </Expirations>
        </Notification>
        <EnvelopeAttachment>
          <Attachment>
            <Data>base64Binary</Data>
            <Label>string</Label>
            <Type>string</Type>
          </Attachment>
          <Attachment>
            <Data>base64Binary</Data>
            <Label>string</Label>
            <Type>string</Type>
          </Attachment>
        </EnvelopeAttachment>
        <EnforceSignerVisibility>boolean</EnforceSignerVisibility>
        <EnableWetSign>boolean</EnableWetSign>
        <AllowMarkup>boolean</AllowMarkup>
        <EventNotification>
          <URL>string</URL>
          <LoggingEnabled>boolean</LoggingEnabled>
          <RequireAcknowledgment>boolean</RequireAcknowledgment>
          <UseSoapInterface>boolean</UseSoapInterface>
          <SoapNameSpace>string</SoapNameSpace>
          <IncludeCertificateWithSoap>boolean</IncludeCertificateWithSoap>
          <SignMessageWithX509Cert>boolean</SignMessageWithX509Cert>
          <IncludeDocuments>boolean</IncludeDocuments>
          <IncludeHMAC>boolean</IncludeHMAC>
          <IncludeTimeZone>boolean</IncludeTimeZone>
          <IncludeEnvelopeVoidReason>boolean</IncludeEnvelopeVoidReason>
          <IncludeDocumentFields>boolean</IncludeDocumentFields>
          <IncludeCertificateOfCompletion>boolean</IncludeCertificateOfCompletion>
          <IncludeSenderAccountAsCustomField>boolean</IncludeSenderAccountAsCustomField>
          <EnvelopeEvents>
            <EnvelopeEvent xsi:nil="true" />
            <EnvelopeEvent xsi:nil="true" />
          </EnvelopeEvents>
          <RecipientEvents>
            <RecipientEvent xsi:nil="true" />
            <RecipientEvent xsi:nil="true" />
          </RecipientEvents>
        </EventNotification>
        <AllowReassign>boolean</AllowReassign>
        <BrandId>string</BrandId>
        <BrandLock>boolean</BrandLock>
        <Accessibility>string</Accessibility>
        <MessageLock>boolean</MessageLock>
        <RecipientsLock>boolean</RecipientsLock>
        <UseDisclosure>boolean</UseDisclosure>
        <EmailSettings>
          <ReplyEmailAddressOverride>string</ReplyEmailAddressOverride>
          <ReplyEmailNameOverride>string</ReplyEmailNameOverride>
          <BCCEmailAddresses>
            <BCCEmailAddress xsi:nil="true" />
            <BCCEmailAddress xsi:nil="true" />
          </BCCEmailAddresses>
        </EmailSettings>
        <AuthoritativeCopyDefault>boolean</AuthoritativeCopyDefault>
      </RequestEnvelopeResult>
    </RequestEnvelopeResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /api/3.0/dsapi.asmx HTTP/1.1
Host: www.docusign.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RequestEnvelope xmlns="http://www.docusign.net/API/3.0">
      <EnvelopeID>string</EnvelopeID>
      <IncludeDocumentBytes>boolean</IncludeDocumentBytes>
    </RequestEnvelope>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RequestEnvelopeResponse xmlns="http://www.docusign.net/API/3.0">
      <RequestEnvelopeResult>
        <TransactionID>string</TransactionID>
        <Asynchronous>boolean</Asynchronous>
        <AccountId>string</AccountId>
        <Documents>
          <Document>
            <ID>positiveInteger</ID>
            <Name>string</Name>
            <PDFBytes>base64Binary</PDFBytes>
            <Password>string</Password>
            <TransformPdfFields>boolean</TransformPdfFields>
            <FileExtension>string</FileExtension>
            <MatchBoxes xsi:nil="true" />
            <AttachmentDescription>string</AttachmentDescription>
            <DocumentFields xsi:nil="true" />
            <AuthoritativeCopy>boolean</AuthoritativeCopy>
            <HtmlDefinition xsi:nil="true" />
          </Document>
          <Document>
            <ID>positiveInteger</ID>
            <Name>string</Name>
            <PDFBytes>base64Binary</PDFBytes>
            <Password>string</Password>
            <TransformPdfFields>boolean</TransformPdfFields>
            <FileExtension>string</FileExtension>
            <MatchBoxes xsi:nil="true" />
            <AttachmentDescription>string</AttachmentDescription>
            <DocumentFields xsi:nil="true" />
            <AuthoritativeCopy>boolean</AuthoritativeCopy>
            <HtmlDefinition xsi:nil="true" />
          </Document>
        </Documents>
        <Recipients>
          <Recipient>
            <ID>positiveInteger</ID>
            <UserName>string</UserName>
            <SignerName>string</SignerName>
            <Email>string</Email>
            <Type>Signer or Agent or Editor or Intermediary or CarbonCopy or CertifiedDelivery or InPersonSigner or SigningHost</Type>
            <AccessCode>string</AccessCode>
            <AddAccessCodeToEmail>boolean</AddAccessCodeToEmail>
            <RequireIDLookup>boolean</RequireIDLookup>
            <IDCheckConfigurationName>string</IDCheckConfigurationName>
            <DeliveryMethod>Email or Fax</DeliveryMethod>
            <FaxNumber>string</FaxNumber>
            <LiveIDRecipientAuthentication>boolean</LiveIDRecipientAuthentication>
            <FacebookRecipientAuthentication>boolean</FacebookRecipientAuthentication>
            <LinkedinRecipientAuthentication>boolean</LinkedinRecipientAuthentication>
            <GoogleRecipientAuthentication>boolean</GoogleRecipientAuthentication>
            <SalesforceRecipientAuthentication>boolean</SalesforceRecipientAuthentication>
            <TwitterRecipientAuthentication>boolean</TwitterRecipientAuthentication>
            <YahooRecipientAuthentication>boolean</YahooRecipientAuthentication>
            <OpenIDRecipientAuthentication>boolean</OpenIDRecipientAuthentication>
            <AnySocialIDRecipientAuthentication>boolean</AnySocialIDRecipientAuthentication>
            <PhoneAuthentication xsi:nil="true" />
            <SAMLAuthentication xsi:nil="true" />
            <SMSAuthentication xsi:nil="true" />
            <SignatureInfo xsi:nil="true" />
            <CaptiveInfo xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <RoutingOrder>unsignedShort</RoutingOrder>
            <IDCheckInformationInput xsi:nil="true" />
            <AutoNavigation>boolean</AutoNavigation>
            <RecipientAttachment xsi:nil="true" />
            <Note>string</Note>
            <RoleName>string</RoleName>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <TemplateAccessCodeRequired>boolean</TemplateAccessCodeRequired>
            <DefaultRecipient>boolean</DefaultRecipient>
            <EmailNotification xsi:nil="true" />
            <AgentCanEditEmail>boolean</AgentCanEditEmail>
            <AgentCanEditName>boolean</AgentCanEditName>
            <SignInEachLocation>boolean</SignInEachLocation>
            <ExcludedDocuments xsi:nil="true" />
            <RequireSignerCertificate>string</RequireSignerCertificate>
            <RequireNotary>string</RequireNotary>
            <InheritEmailNotificationConfiguration>boolean</InheritEmailNotificationConfiguration>
            <HostedSigner>string</HostedSigner>
            <IsNotaryTransaction>boolean</IsNotaryTransaction>
            <SigningGroupId>long</SigningGroupId>
            <RecipientSignatureProviders xsi:nil="true" />
          </Recipient>
          <Recipient>
            <ID>positiveInteger</ID>
            <UserName>string</UserName>
            <SignerName>string</SignerName>
            <Email>string</Email>
            <Type>Signer or Agent or Editor or Intermediary or CarbonCopy or CertifiedDelivery or InPersonSigner or SigningHost</Type>
            <AccessCode>string</AccessCode>
            <AddAccessCodeToEmail>boolean</AddAccessCodeToEmail>
            <RequireIDLookup>boolean</RequireIDLookup>
            <IDCheckConfigurationName>string</IDCheckConfigurationName>
            <DeliveryMethod>Email or Fax</DeliveryMethod>
            <FaxNumber>string</FaxNumber>
            <LiveIDRecipientAuthentication>boolean</LiveIDRecipientAuthentication>
            <FacebookRecipientAuthentication>boolean</FacebookRecipientAuthentication>
            <LinkedinRecipientAuthentication>boolean</LinkedinRecipientAuthentication>
            <GoogleRecipientAuthentication>boolean</GoogleRecipientAuthentication>
            <SalesforceRecipientAuthentication>boolean</SalesforceRecipientAuthentication>
            <TwitterRecipientAuthentication>boolean</TwitterRecipientAuthentication>
            <YahooRecipientAuthentication>boolean</YahooRecipientAuthentication>
            <OpenIDRecipientAuthentication>boolean</OpenIDRecipientAuthentication>
            <AnySocialIDRecipientAuthentication>boolean</AnySocialIDRecipientAuthentication>
            <PhoneAuthentication xsi:nil="true" />
            <SAMLAuthentication xsi:nil="true" />
            <SMSAuthentication xsi:nil="true" />
            <SignatureInfo xsi:nil="true" />
            <CaptiveInfo xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <RoutingOrder>unsignedShort</RoutingOrder>
            <IDCheckInformationInput xsi:nil="true" />
            <AutoNavigation>boolean</AutoNavigation>
            <RecipientAttachment xsi:nil="true" />
            <Note>string</Note>
            <RoleName>string</RoleName>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <TemplateAccessCodeRequired>boolean</TemplateAccessCodeRequired>
            <DefaultRecipient>boolean</DefaultRecipient>
            <EmailNotification xsi:nil="true" />
            <AgentCanEditEmail>boolean</AgentCanEditEmail>
            <AgentCanEditName>boolean</AgentCanEditName>
            <SignInEachLocation>boolean</SignInEachLocation>
            <ExcludedDocuments xsi:nil="true" />
            <RequireSignerCertificate>string</RequireSignerCertificate>
            <RequireNotary>string</RequireNotary>
            <InheritEmailNotificationConfiguration>boolean</InheritEmailNotificationConfiguration>
            <HostedSigner>string</HostedSigner>
            <IsNotaryTransaction>boolean</IsNotaryTransaction>
            <SigningGroupId>long</SigningGroupId>
            <RecipientSignatureProviders xsi:nil="true" />
          </Recipient>
        </Recipients>
        <Tabs>
          <Tab>
            <DocumentID>positiveInteger</DocumentID>
            <RecipientID>positiveInteger</RecipientID>
            <PageNumber>nonNegativeInteger</PageNumber>
            <XPosition>nonNegativeInteger</XPosition>
            <YPosition>nonNegativeInteger</YPosition>
            <ScaleValue>decimal</ScaleValue>
            <AnchorTabItem xsi:nil="true" />
            <Type>InitialHere or SignHere or FullName or FirstName or LastName or EmailAddress or Company or Title or DateSigned or InitialHereOptional or EnvelopeID or Custom or SignerAttachment or SignHereOptional or Approve or Decline or SignerAttachmentOptional</Type>
            <Name>string</Name>
            <TabLabel>string</TabLabel>
            <Value>string</Value>
            <CustomTabType>Text or Checkbox or Radio or List or Date or Number or SSN or ZIP5 or ZIP5DASH4 or Email or Note or Formula</CustomTabType>
            <CustomTabWidth>int</CustomTabWidth>
            <CustomTabHeight>int</CustomTabHeight>
            <CustomTabRequired>boolean</CustomTabRequired>
            <CustomTabLocked>boolean</CustomTabLocked>
            <CustomTabDisableAutoSize>boolean</CustomTabDisableAutoSize>
            <CustomTabListItems>string</CustomTabListItems>
            <CustomTabListValues>string</CustomTabListValues>
            <CustomTabListSelectedValue>string</CustomTabListSelectedValue>
            <CustomTabRadioGroupName>string</CustomTabRadioGroupName>
            <CustomTabValidationPattern>string</CustomTabValidationPattern>
            <CustomTabValidationMessage>string</CustomTabValidationMessage>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <ConditionalParentLabel>string</ConditionalParentLabel>
            <ConditionalParentValue>string</ConditionalParentValue>
            <SharedTab>boolean</SharedTab>
            <RequireInitialOnSharedTabChange>boolean</RequireInitialOnSharedTabChange>
            <ConcealValueOnDocument>boolean</ConcealValueOnDocument>
            <Font>Arial or ArialNarrow or Calibri or CourierNew or Garamond or Georgia or Helvetica or LucidaConsole or Tahoma or TimesNewRoman or Trebuchet or Verdana or MSGothic or MSMincho or OcrA</Font>
            <Bold>boolean</Bold>
            <Italic>boolean</Italic>
            <Underline>boolean</Underline>
            <FontColor>Black or BrightBlue or BrightRed or DarkRed or DarkGreen or Gold or Green or NavyBlue or Purple or White</FontColor>
            <FontSize>Size7 or Size8 or Size9 or Size10 or Size11 or Size12 or Size14 or Size16 or Size18 or Size20 or Size22 or Size24 or Size26 or Size28 or Size36 or Size48 or Size72</FontSize>
            <MergeFieldXml>string</MergeFieldXml>
            <MetadataXml>string</MetadataXml>
            <IncludeNoteInEmail>boolean</IncludeNoteInEmail>
            <IsPaymentAmount>boolean</IsPaymentAmount>
            <Formula>string</Formula>
            <RoundDecimalPlaces>int</RoundDecimalPlaces>
            <MaxLength>int</MaxLength>
            <SenderRequired>boolean</SenderRequired>
            <RequireAll>boolean</RequireAll>
            <TabOrder>int</TabOrder>
          </Tab>
          <Tab>
            <DocumentID>positiveInteger</DocumentID>
            <RecipientID>positiveInteger</RecipientID>
            <PageNumber>nonNegativeInteger</PageNumber>
            <XPosition>nonNegativeInteger</XPosition>
            <YPosition>nonNegativeInteger</YPosition>
            <ScaleValue>decimal</ScaleValue>
            <AnchorTabItem xsi:nil="true" />
            <Type>InitialHere or SignHere or FullName or FirstName or LastName or EmailAddress or Company or Title or DateSigned or InitialHereOptional or EnvelopeID or Custom or SignerAttachment or SignHereOptional or Approve or Decline or SignerAttachmentOptional</Type>
            <Name>string</Name>
            <TabLabel>string</TabLabel>
            <Value>string</Value>
            <CustomTabType>Text or Checkbox or Radio or List or Date or Number or SSN or ZIP5 or ZIP5DASH4 or Email or Note or Formula</CustomTabType>
            <CustomTabWidth>int</CustomTabWidth>
            <CustomTabHeight>int</CustomTabHeight>
            <CustomTabRequired>boolean</CustomTabRequired>
            <CustomTabLocked>boolean</CustomTabLocked>
            <CustomTabDisableAutoSize>boolean</CustomTabDisableAutoSize>
            <CustomTabListItems>string</CustomTabListItems>
            <CustomTabListValues>string</CustomTabListValues>
            <CustomTabListSelectedValue>string</CustomTabListSelectedValue>
            <CustomTabRadioGroupName>string</CustomTabRadioGroupName>
            <CustomTabValidationPattern>string</CustomTabValidationPattern>
            <CustomTabValidationMessage>string</CustomTabValidationMessage>
            <TemplateLocked>boolean</TemplateLocked>
            <TemplateRequired>boolean</TemplateRequired>
            <ConditionalParentLabel>string</ConditionalParentLabel>
            <ConditionalParentValue>string</ConditionalParentValue>
            <SharedTab>boolean</SharedTab>
            <RequireInitialOnSharedTabChange>boolean</RequireInitialOnSharedTabChange>
            <ConcealValueOnDocument>boolean</ConcealValueOnDocument>
            <Font>Arial or ArialNarrow or Calibri or CourierNew or Garamond or Georgia or Helvetica or LucidaConsole or Tahoma or TimesNewRoman or Trebuchet or Verdana or MSGothic or MSMincho or OcrA</Font>
            <Bold>boolean</Bold>
            <Italic>boolean</Italic>
            <Underline>boolean</Underline>
            <FontColor>Black or BrightBlue or BrightRed or DarkRed or DarkGreen or Gold or Green or NavyBlue or Purple or White</FontColor>
            <FontSize>Size7 or Size8 or Size9 or Size10 or Size11 or Size12 or Size14 or Size16 or Size18 or Size20 or Size22 or Size24 or Size26 or Size28 or Size36 or Size48 or Size72</FontSize>
            <MergeFieldXml>string</MergeFieldXml>
            <MetadataXml>string</MetadataXml>
            <IncludeNoteInEmail>boolean</IncludeNoteInEmail>
            <IsPaymentAmount>boolean</IsPaymentAmount>
            <Formula>string</Formula>
            <RoundDecimalPlaces>int</RoundDecimalPlaces>
            <MaxLength>int</MaxLength>
            <SenderRequired>boolean</SenderRequired>
            <RequireAll>boolean</RequireAll>
            <TabOrder>int</TabOrder>
          </Tab>
        </Tabs>
        <Subject>string</Subject>
        <EmailBlurb>string</EmailBlurb>
        <SigningLocation>InPerson or Online</SigningLocation>
        <CustomFields>
          <CustomField>
            <Name>string</Name>
            <Show>string</Show>
            <Required>string</Required>
            <Value>string</Value>
            <CustomFieldType>Text or List</CustomFieldType>
            <ListItems>string</ListItems>
          </CustomField>
          <CustomField>
            <Name>string</Name>
            <Show>string</Show>
            <Required>string</Required>
            <Value>string</Value>
            <CustomFieldType>Text or List</CustomFieldType>
            <ListItems>string</ListItems>
          </CustomField>
        </CustomFields>
        <VaultingOptions>
          <VaultingMode>None or EODeStore or EODAuthoritativeCopy</VaultingMode>
          <EODTransactionName>string</EODTransactionName>
          <EODDocumentName>string</EODDocumentName>
          <EODDocumentDescription>string</EODDocumentDescription>
        </VaultingOptions>
        <AutoNavigation>boolean</AutoNavigation>
        <EnvelopeIdStamping>boolean</EnvelopeIdStamping>
        <AuthoritativeCopy>boolean</AuthoritativeCopy>
        <Notification>
          <UseAccountDefaults>boolean</UseAccountDefaults>
          <Reminders>
            <ReminderEnabled>boolean</ReminderEnabled>
            <ReminderDelay>nonNegativeInteger</ReminderDelay>
            <ReminderFrequency>nonNegativeInteger</ReminderFrequency>
          </Reminders>
          <Expirations>
            <ExpireEnabled>boolean</ExpireEnabled>
            <ExpireAfter>nonNegativeInteger</ExpireAfter>
            <ExpireWarn>nonNegativeInteger</ExpireWarn>
          </Expirations>
        </Notification>
        <EnvelopeAttachment>
          <Attachment>
            <Data>base64Binary</Data>
            <Label>string</Label>
            <Type>string</Type>
          </Attachment>
          <Attachment>
            <Data>base64Binary</Data>
            <Label>string</Label>
            <Type>string</Type>
          </Attachment>
        </EnvelopeAttachment>
        <EnforceSignerVisibility>boolean</EnforceSignerVisibility>
        <EnableWetSign>boolean</EnableWetSign>
        <AllowMarkup>boolean</AllowMarkup>
        <EventNotification>
          <URL>string</URL>
          <LoggingEnabled>boolean</LoggingEnabled>
          <RequireAcknowledgment>boolean</RequireAcknowledgment>
          <UseSoapInterface>boolean</UseSoapInterface>
          <SoapNameSpace>string</SoapNameSpace>
          <IncludeCertificateWithSoap>boolean</IncludeCertificateWithSoap>
          <SignMessageWithX509Cert>boolean</SignMessageWithX509Cert>
          <IncludeDocuments>boolean</IncludeDocuments>
          <IncludeHMAC>boolean</IncludeHMAC>
          <IncludeTimeZone>boolean</IncludeTimeZone>
          <IncludeEnvelopeVoidReason>boolean</IncludeEnvelopeVoidReason>
          <IncludeDocumentFields>boolean</IncludeDocumentFields>
          <IncludeCertificateOfCompletion>boolean</IncludeCertificateOfCompletion>
          <IncludeSenderAccountAsCustomField>boolean</IncludeSenderAccountAsCustomField>
          <EnvelopeEvents>
            <EnvelopeEvent xsi:nil="true" />
            <EnvelopeEvent xsi:nil="true" />
          </EnvelopeEvents>
          <RecipientEvents>
            <RecipientEvent xsi:nil="true" />
            <RecipientEvent xsi:nil="true" />
          </RecipientEvents>
        </EventNotification>
        <AllowReassign>boolean</AllowReassign>
        <BrandId>string</BrandId>
        <BrandLock>boolean</BrandLock>
        <Accessibility>string</Accessibility>
        <MessageLock>boolean</MessageLock>
        <RecipientsLock>boolean</RecipientsLock>
        <UseDisclosure>boolean</UseDisclosure>
        <EmailSettings>
          <ReplyEmailAddressOverride>string</ReplyEmailAddressOverride>
          <ReplyEmailNameOverride>string</ReplyEmailNameOverride>
          <BCCEmailAddresses>
            <BCCEmailAddress xsi:nil="true" />
            <BCCEmailAddress xsi:nil="true" />
          </BCCEmailAddresses>
        </EmailSettings>
        <AuthoritativeCopyDefault>boolean</AuthoritativeCopyDefault>
      </RequestEnvelopeResult>
    </RequestEnvelopeResponse>
  </soap12:Body>
</soap12:Envelope>