The Story

Alice is a project manager and after the initial project meeting, where she fixed with the managers and team leaders the content, she writes the project proposal. The project proposal has to be signed by the managers and team leaders to launch the project. You find a list of available stories here.

Please also see the developer mode for this tutorial here: Visit the developer mode.


Use Case Description

This example shows how eSignAnyWhere can fasten your internal processes. With parallel signing, like used in this example, no specific order of siging of the managers or team leaders is required. This digitalization of an internal process increases your efficiency and effectiveness.

  1. Alice has the initial project meeting with Bob, Eve and Grace, where they fix the content, goal, resources etc. of the project.
  2. Alice prepares the project proposal for signing with the managers and team leaders.
  3. Alice send the project proposal with the company’s project management software, which has eSignAnyWhere integrated. All signers can sign parallel, so specific order is required.
  4. Bob is waiting on the train and checks his emails. He reads the proposal and signs it via Draw2Sign on his smartphone.
  5. Eve is having a meeting in a few minutes. She checks her Emails and sees the project proposal of Alice. In the meeting, during a part what is not affecting her, she reads the proposal and signs it via Click2Sign on her Tablet PC.
  6. Grace is on her PC and receives the signing request for Alice’s project proposal. She reads the document and signs it directly on the PC.
  7. Alice receives the signed project proposal and can start the project.

Integration

The integration uses the parallel signing feature of eSAW. So the recipients are signing in any order, which fastens the signing workflow.


The integration is simple: just upload the PDF and send the envelope.

Envelope

This example contains three parallel recipients. Each recipient can choose the signature type (Click2Sign, Draw2Sign, Type2Sign), defined in their workstep configurations.

{
  "SspFileIds": [
    "67592d08-3d13-4ce5-914b-d488044b346c"
  ],
  "SendEnvelopeDescription": {
 
  "Name": "test",
  "EmailSubject": "Please sign the enclosed envelope",
  "EmailBody": "Dear #RecipientFirstName# #RecipientLastName#\n\n#PersonalMessage#\n\nPlease sign the envelope #EnvelopeName#\n\nEnvelope will expire at #ExpirationDate#",
  "DisplayedEmailSender": "",
  "EnableReminders": true,
  "FirstReminderDayAmount": 5,
  "RecurrentReminderDayAmount": 3,
  "BeforeExpirationDayAmount": 3,
  "DaysUntilExpire": 28,
  "CallbackUrl": "",
  "StatusUpdateCallbackUrl": "",
  "Steps": [
    {
      "OrderIndex": 1,
      "Recipients": [
        {
          "Email": "##EMAIL##",
          "FirstName": "##NAME##",
          "LastName": "##NAME##",
          "LanguageCode": "en",
          "EmailBodyExtra": "",
          "DisableEmail": false,
          "AddAndroidAppLink": false,
          "AddIosAppLink": false,
          "AddWindowsAppLink": false,
          "AllowDelegation": true,
          "SkipExternalDataValidation": false,
          "AuthenticationMethods": []
        }
      ],
      "EmailBodyExtra": "",
      "RecipientType": "Signer",
      "WorkstepConfiguration": {
        "WorkstepLabel": "test",
        "SmallTextZoomFactorPercent": 100,
        "FinishAction": {
          "ServerActions": [],
          "ClientActions": [
            {
              "RemoveDocumentFromRecentDocumentList": false,
              "CallClientActionOnlyAfterSuccessfulSync": true,
              "ClientName": "SIGNificant SignAnywhere",
              "CloseApp": false,
              "Action": "https://www.esignanywhere.net/"
            }
          ]
        },
        "ReceiverInformation": {
          "UserInformation": {
            "FirstName": "##NAME##",
            "LastName": "##NAME##",
            "EMail": "##EMAIL##"
          },
          "TransactionCodePushPluginData": []
        },
        "SenderInformation": {
          "UserInformation": {
            "FirstName": "##NAME##",
            "LastName": "##NAME##",
            "EMail": "##EMAIL##"
          }
        },
        "TransactionCodeConfigurations": [
          {
            "Id": "smsAuthTransactionCodeId",
            "HashAlgorithmIdentifier": "Sha256",
            "Texts": [
             
            ]
          }
        ],
        "SignatureConfigurations": [],
        "ViewerPreferences": {
          "FinishWorkstepOnOpen": false,
          "VisibleAreaOptions": {
            "AllowedDomain": "*",
            "Enabled": false
          }
        },
        "ResourceUris": {
          "DelegationUri": "https://demo.xyzmo.com/Resource/Delegate",
          "SignatureImagesUri": "https://demo.xyzmo.com/Resource/SignatureImages/?link=15GIaOw1ZdQDgqXYCZO8giZNKVg/CTG3prZ3pxyP71sHrEk9wG12xC6jSwBPTnM/I"
        },
        "AuditingToolsConfiguration": {
          "WriteAuditTrail": false,
          "NotificationConfiguration": {}
        },
        "Policy": {
          "GeneralPolicies": {
            "AllowSaveDocument": true,
            "AllowSaveAuditTrail": true,
            "AllowRotatingPages": false,
            "AllowEmailDocument": true,
            "AllowPrintDocument": true,
            "AllowFinishWorkstep": true,
            "AllowRejectWorkstep": true,
            "AllowRejectWorkstepDelegation": true,
            "AllowUndoLastAction": true,
            "AllowAdhocPdfAttachments": false,
            "AllowAdhocSignatures": false,
            "AllowAdhocStampings": false,
            "AllowAdhocFreeHandAnnotations": false,
            "AllowAdhocTypewriterAnnotations": false,
            "AllowAdhocPictureAnnotations": false,
            "AllowAdhocPdfPageAppending": false
          },
          "WorkstepTasks": {
            "PictureAnnotationMinResolution": 0,
            "PictureAnnotationMaxResolution": 0,
            "PictureAnnotationColorDepth": "Color16M",
            "SequenceMode": "NoSequenceEnforced",
            "PositionUnits": "PdfUnits",
            "ReferenceCorner": "Lower_Left",
            "Tasks": [
              {
                "PositionPage": 1,
                "Position": {
                  "PositionX": 60.0,
                  "PositionY": 596.0
                },
                "Size": {
                  "Height": 80.0,
                  "Width": 190.0
                },
                "AdditionalParameters": [
                  {
                    "Key": "enabled",
                    "Value": "1"
                  },
                  {
                    "Key": "positioning",
                    "Value": "onPage"
                  },
                  {
                    "Key": "req",
                    "Value": "1"
                  },
                  {
                    "Key": "fd",
                    "Value": ""
                  },
                  {
                    "Key": "fd_dateformat",
                    "Value": "dd-MM-yyyy HH:mm:ss"
                  },
                  {
                    "Key": "fd_timezone",
                    "Value": "datetimeutc"
                  }
                ],
                "AllowedSignatureTypes": [
                  {
                    "AllowedCapturingMethod": "Click2Sign",
                    "Id": "a72255b5-5a67-4354-b4e1-41ad0aaaa1bc",
                    "DiscriminatorType": "SigTypeClick2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  },
                  {
                    "AllowedCapturingMethod": "Draw2Sign",
                    "Id": "faaf3598-565a-4697-adf0-4f1796fde263",
                    "DiscriminatorType": "SigTypeDraw2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  },
                  {
                    "AllowedCapturingMethod": "Type2Sign",
                    "Id": "de114f2c-8791-45b3-a5ca-dac0e1b36ee4",
                    "DiscriminatorType": "SigTypeType2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  }
                ],
                "UseTimestamp": false,
                "IsRequired": true,
                "Id": "1#XyzmoDuplicateIdSeperator#Signature_63a05b01-e88d-a8f4-8bd0-3108e17b1537",
                "DisplayName": "",
                "DocRefNumber": 1,
                "DiscriminatorType": "Signature"
              }
            ]
          }
        }
      },
      "DocumentOptions": [
        {
          "DocumentReference": "1",
          "IsHidden": false
        }
      ],
      "UseDefaultAgreements": true
    },
    {
      "OrderIndex": 1,
      "Recipients": [
        {
          "Email": "##EMAIL##",
          "FirstName": "##NAME##",
          "LastName": "##NAME##",
          "LanguageCode": "en",
          "EmailBodyExtra": "",
          "DisableEmail": false,
          "AddAndroidAppLink": false,
          "AddIosAppLink": false,
          "AddWindowsAppLink": false,
          "AllowDelegation": false,
          "SkipExternalDataValidation": false,
          "AuthenticationMethods": []
        }
      ],
      "EmailBodyExtra": "",
      "RecipientType": "Signer",
      "WorkstepConfiguration": {
        "WorkstepLabel": "test",
        "SmallTextZoomFactorPercent": 100,
        "FinishAction": {
          "ServerActions": [],
          "ClientActions": [
            {
              "RemoveDocumentFromRecentDocumentList": false,
              "CallClientActionOnlyAfterSuccessfulSync": true,
              "ClientName": "SIGNificant SignAnywhere",
              "CloseApp": false,
              "Action": "https://www.esignanywhere.net/"
            }
          ]
        },
        "ReceiverInformation": {
          "UserInformation": {
            "FirstName": "##NAME##",
            "LastName": "##NAME##",
            "EMail": "##EMAIL##"
          },
          "TransactionCodePushPluginData": []
        },
        "SenderInformation": {
          "UserInformation": {
            "FirstName": "##NAME##",
            "LastName": "##NAME##",
            "EMail": "##EMAIL##"
          }
        },
        "TransactionCodeConfigurations": [
          {
            "Id": "smsAuthTransactionCodeId",
            "HashAlgorithmIdentifier": "Sha256",
            "Texts": [
              
            ]
          }
        ],
        "SignatureConfigurations": [],
        "ViewerPreferences": {
          "FinishWorkstepOnOpen": false,
          "VisibleAreaOptions": {
            "AllowedDomain": "*",
            "Enabled": false
          }
        },
        "ResourceUris": {
          "SignatureImagesUri": "https://demo.xyzmo.com/Resource/SignatureImages/?link=1ahDxWdxUfh0ub35oLbh6Z2dVsh9GEdX6BLxPpJyQOKvO0~qME14wzwls8zZienOr"
        },
        "AuditingToolsConfiguration": {
          "WriteAuditTrail": false,
          "NotificationConfiguration": {}
        },
        "Policy": {
          "GeneralPolicies": {
            "AllowSaveDocument": true,
            "AllowSaveAuditTrail": true,
            "AllowRotatingPages": false,
            "AllowEmailDocument": true,
            "AllowPrintDocument": true,
            "AllowFinishWorkstep": true,
            "AllowRejectWorkstep": true,
            "AllowRejectWorkstepDelegation": false,
            "AllowUndoLastAction": true,
            "AllowAdhocPdfAttachments": false,
            "AllowAdhocSignatures": false,
            "AllowAdhocStampings": false,
            "AllowAdhocFreeHandAnnotations": false,
            "AllowAdhocTypewriterAnnotations": false,
            "AllowAdhocPictureAnnotations": false,
            "AllowAdhocPdfPageAppending": false
          },
          "WorkstepTasks": {
            "PictureAnnotationMinResolution": 0,
            "PictureAnnotationMaxResolution": 0,
            "PictureAnnotationColorDepth": "Color16M",
            "SequenceMode": "NoSequenceEnforced",
            "PositionUnits": "PdfUnits",
            "ReferenceCorner": "Lower_Left",
            "Tasks": [
              {
                "PositionPage": 1,
                "Position": {
                  "PositionX": 63.0,
                  "PositionY": 497.0
                },
                "Size": {
                  "Height": 80.0,
                  "Width": 190.0
                },
                "AdditionalParameters": [
                  {
                    "Key": "enabled",
                    "Value": "1"
                  },
                  {
                    "Key": "positioning",
                    "Value": "onPage"
                  },
                  {
                    "Key": "req",
                    "Value": "1"
                  },
                  {
                    "Key": "fd",
                    "Value": ""
                  },
                  {
                    "Key": "fd_dateformat",
                    "Value": "dd-MM-yyyy HH:mm:ss"
                  },
                  {
                    "Key": "fd_timezone",
                    "Value": "datetimeutc"
                  }
                ],
                "AllowedSignatureTypes": [
                  {
                    "AllowedCapturingMethod": "Click2Sign",
                    "Id": "f4f78e72-1f8a-484d-8f4a-0f3e08a10268",
                    "DiscriminatorType": "SigTypeClick2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  },
                  {
                    "AllowedCapturingMethod": "Draw2Sign",
                    "Id": "a0379def-81d4-4072-b0b3-f1d51c35dc1c",
                    "DiscriminatorType": "SigTypeDraw2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  },
                  {
                    "AllowedCapturingMethod": "Type2Sign",
                    "Id": "c3315203-bf47-4b53-abbe-1314a61fa776",
                    "DiscriminatorType": "SigTypeType2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  }
                ],
                "UseTimestamp": false,
                "IsRequired": true,
                "Id": "1#XyzmoDuplicateIdSeperator#Signature_1b516983-d2f9-1d7c-36c7-532e7f7c3103",
                "DisplayName": "",
                "DocRefNumber": 1,
                "DiscriminatorType": "Signature"
              }
            ]
          }
        }
      },
      "DocumentOptions": [
        {
          "DocumentReference": "1",
          "IsHidden": false
        }
      ],
      "UseDefaultAgreements": true
    },
    {
      "OrderIndex": 1,
      "Recipients": [
        {
          "Email": "##EMAIL##",
          "FirstName": "##NAME##",
          "LastName": "##NAME##",
          "LanguageCode": "en",
          "EmailBodyExtra": "",
          "DisableEmail": false,
          "AddAndroidAppLink": false,
          "AddIosAppLink": false,
          "AddWindowsAppLink": false,
          "AllowDelegation": true,
          "SkipExternalDataValidation": false,
          "AuthenticationMethods": []
        }
      ],
      "EmailBodyExtra": "",
      "RecipientType": "Signer",
      "WorkstepConfiguration": {
        "WorkstepLabel": "test",
        "SmallTextZoomFactorPercent": 100,
        "FinishAction": {
          "ServerActions": [],
          "ClientActions": [
            {
              "RemoveDocumentFromRecentDocumentList": false,
              "CallClientActionOnlyAfterSuccessfulSync": true,
              "ClientName": "SIGNificant SignAnywhere",
              "CloseApp": false,
              "Action": "https://www.esignanywhere.net/"
            }
          ]
        },
        "ReceiverInformation": {
          "UserInformation": {
            "FirstName": "##NAME##",
            "LastName": "##NAME##",
            "EMail": "##EMAIL##"
          },
          "TransactionCodePushPluginData": []
        },
        "SenderInformation": {
          "UserInformation": {
            "FirstName": "##NAME##",
            "LastName": "##NAME##",
            "EMail": "##EMAIL##"
          }
        },
        "TransactionCodeConfigurations": [
          {
            "Id": "smsAuthTransactionCodeId",
            "HashAlgorithmIdentifier": "Sha256",
            "Texts": [
             
            ]
          }
        ],
        "SignatureConfigurations": [],
        "ViewerPreferences": {
          "FinishWorkstepOnOpen": false,
          "VisibleAreaOptions": {
            "AllowedDomain": "*",
            "Enabled": false
          }
        },
        "ResourceUris": {
          "DelegationUri": "https://demo.xyzmo.com/Resource/Delegate",
          "SignatureImagesUri": "https://demo.xyzmo.com/Resource/SignatureImages/?link=1tZicOVxrqpq6slUkrM1kF1Og/S/~GFCxqwPux9pj2l3mKn4PvR9de2W5Mv1DPjdh"
        },
        "AuditingToolsConfiguration": {
          "WriteAuditTrail": false,
          "NotificationConfiguration": {}
        },
        "Policy": {
          "GeneralPolicies": {
            "AllowSaveDocument": true,
            "AllowSaveAuditTrail": true,
            "AllowRotatingPages": false,
            "AllowEmailDocument": true,
            "AllowPrintDocument": true,
            "AllowFinishWorkstep": true,
            "AllowRejectWorkstep": true,
            "AllowRejectWorkstepDelegation": true,
            "AllowUndoLastAction": true,
            "AllowAdhocPdfAttachments": false,
            "AllowAdhocSignatures": false,
            "AllowAdhocStampings": false,
            "AllowAdhocFreeHandAnnotations": false,
            "AllowAdhocTypewriterAnnotations": false,
            "AllowAdhocPictureAnnotations": false,
            "AllowAdhocPdfPageAppending": false
          },
          "WorkstepTasks": {
            "PictureAnnotationMinResolution": 0,
            "PictureAnnotationMaxResolution": 0,
            "PictureAnnotationColorDepth": "Color16M",
            "SequenceMode": "NoSequenceEnforced",
            "PositionUnits": "PdfUnits",
            "ReferenceCorner": "Lower_Left",
            "Tasks": [
              {
                "PositionPage": 1,
                "Position": {
                  "PositionX": 62.0,
                  "PositionY": 404.0
                },
                "Size": {
                  "Height": 80.0,
                  "Width": 190.0
                },
                "AdditionalParameters": [
                  {
                    "Key": "enabled",
                    "Value": "1"
                  },
                  {
                    "Key": "positioning",
                    "Value": "onPage"
                  },
                  {
                    "Key": "req",
                    "Value": "1"
                  },
                  {
                    "Key": "fd",
                    "Value": ""
                  },
                  {
                    "Key": "fd_dateformat",
                    "Value": "dd-MM-yyyy HH:mm:ss"
                  },
                  {
                    "Key": "fd_timezone",
                    "Value": "datetimeutc"
                  }
                ],
                "AllowedSignatureTypes": [
                  {
                    "AllowedCapturingMethod": "Click2Sign",
                    "Id": "a9a6f2ec-6bbc-41a0-910e-8ce2ab2cb913",
                    "DiscriminatorType": "SigTypeClick2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  },
                  {
                    "AllowedCapturingMethod": "Draw2Sign",
                    "Id": "ece09a34-d43d-483c-a37b-5c463a78c87d",
                    "DiscriminatorType": "SigTypeDraw2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  },
                  {
                    "AllowedCapturingMethod": "Type2Sign",
                    "Id": "fa444332-2da1-4b61-97ea-3d1d535d246a",
                    "DiscriminatorType": "SigTypeType2Sign",
                    "Preferred": false,
                    "StampImprintConfiguration": {
                      "DisplayExtraInformation": true,
                      "DisplayEmail": true,
                      "DisplayIp": true,
                      "DisplayName": true,
                      "DisplaySignatureDate": true,
                      "FontFamily": "Times New Roman",
                      "FontSize": 11.0
                    }
                  }
                ],
                "UseTimestamp": false,
                "IsRequired": true,
                "Id": "1#XyzmoDuplicateIdSeperator#Signature_43249a8a-40da-7e3d-dc14-8e28af0ce220",
                "DisplayName": "",
                "DocRefNumber": 1,
                "DiscriminatorType": "Signature"
              }
            ]
          }
        }
      },
      "DocumentOptions": [
        {
          "DocumentReference": "1",
          "IsHidden": false
        }
      ],
      "UseDefaultAgreements": true
    },
    {
      "OrderIndex": 2,
      "Recipients": [
        {
          "Email": "##EMAIL##",
          "FirstName": "##NAME##",
          "LastName": "##NAME##",
          "LanguageCode": "en",
          "EmailBodyExtra": "",
          "DisableEmail": false,
          "AddAndroidAppLink": false,
          "AddIosAppLink": false,
          "AddWindowsAppLink": false,
          "AllowDelegation": false,
          "SkipExternalDataValidation": false,
          "AuthenticationMethods": []
        }
      ],
      "EmailBodyExtra": "",
      "RecipientType": "Cc",
      "DocumentOptions": [],
      "UseDefaultAgreements": false
    }
  ],
  "AddFormFields": {
    "Forms": {}
  },
  "OverrideFormFieldValues": {
    "Forms": {}
  },
  "AttachSignedDocumentsToEnvelopeLog": false
}
}
<envelope>
   <name>Project Proposal</name>
   <eMailSubject>Project Proposal from Alice</eMailSubject>
   <eMailBody>Dear #RecipientFirstName#! Please sign this project proposal from Alice.</eMailBody>
   <enableReminders>True</enableReminders>
   <firstReminderDayAmount>1</firstReminderDayAmount>
   <recurrentReminderDayAmount>1</recurrentReminderDayAmount>
   <beforeExpirationReminderDayAmount>1</beforeExpirationReminderDayAmount>
   <daysUntilExpire>2</daysUntilExpire>
   <!-- callback to your backend system on a completed envelope 
   <callbackUrl>http://172.16.17.78:57550/default.aspx?EnvelopeId=##EnvelopeId##&myParamForMe=1234</callbackUrl> 
   -->
   <callbackUrl />
   <steps>

	  <step>
		 <emailBodyExtra />
		 <orderIndex>1</orderIndex>
		 <recipientType>Signer</recipientType>
		 <recipients>
			<recipient>
			   <languageCode>en</languageCode>
			   <eMail>##BobEmail##</eMail>
			   <firstName>Bob</firstName>
			   <lastName>Teamleader</lastName>
			</recipient>
		 </recipients>
		 <workstepConfiguration>
		   <WorkstepLabel />
		   <SmallTextZoomFactorPercent>100</SmallTextZoomFactorPercent>
		   <WorkstepTimeToLiveInMinutes>11520</WorkstepTimeToLiveInMinutes>
		   <FinishAction />
		   <signatureTemplate>
			  <version>1.2.0.2</version>
			  <positionUnits>PdfUnits</positionUnits>
			  <positionReferenceCorner>Lower_Left</positionReferenceCorner>
			  <sig id="93cce567-ae5c-4e98-ac99-9f56ac034250">
				 <positionPage>1</positionPage>
				 <DocRefNumber>1</DocRefNumber>
				 <positionX>78.85714</positionX>
				 <positionY>180.8914</positionY>
				 <width>134.4</width>
				 <height>68.57143</height>
				 <param name="enabled">1</param>
				 <param name="completed">0</param>
				 <param name="bio">0</param>
				 <param name="sigType">Picture</param>
				 <param name="allowedCapturingMethods">Draw2Sign,Type2Sign,Click2Sign</param>
				 <param name="positioning">onPage</param>
			  </sig>
		   </signatureTemplate>
		   <Agreements>
			  <text language="en">++Here you should add the legal texts that are the base for the contract to be signed.++</text>
			  <text language="*">++Here you should add the legal texts that are the base for the contract to be signed.++</text>
			  <text language="de">++Hier sollten allfällige Regelungen stehen, die der Benutzer akzeptieren muss, bevor er den Vertrag / das Dokument unterzeichnet.++</text>
		   </Agreements>
		   <IntroTexts>
			  <text language="en">++Here you should describe, what this transaction is about and what the user needs to do next.++</text>
			  <text language="*">++Here you should describe, what this transaction is about and what the user needs to do next.++</text>
			  <text language="de">++Hier sollten sie beschreiben, um was es sich bei dem Dokument handelt, und was der Benutzer nun tun soll.++</text>
		   </IntroTexts>
		   <pdfForms isEditingAllowed="1" />
		   <attachmentFields />
		   <PictureAnnotationTaskInfo>
			  <MinResolution>100</MinResolution>
			  <MaxResolution>1200</MaxResolution>
			  <ColorDepth>Color16M</ColorDepth>
		   </PictureAnnotationTaskInfo>
		   <TypewriterAnnotationTaskInfo />
		   <Policy version="1.1.0.0">
			  <GeneralPolicies>
				 <AllowSaveDocument>1</AllowSaveDocument>
				 <AllowSaveAuditTrail>1</AllowSaveAuditTrail>
				 <AllowRotatingPages>1</AllowRotatingPages>
				 <AllowAppendFileToWorkstep>0</AllowAppendFileToWorkstep>
				 <AllowAppendTasksToWorkstep>0</AllowAppendTasksToWorkstep>
				 <AllowEmailDocument>1</AllowEmailDocument>
				 <AllowPrintDocument>1</AllowPrintDocument>
				 <AllowFinishWorkstep>1</AllowFinishWorkstep>
				 <AllowRejectWorkstep>1</AllowRejectWorkstep>
				 <AllowRejectWorkstepDelegation>0</AllowRejectWorkstepDelegation>
				 <AllowUndoLastAction>1</AllowUndoLastAction>
				 <AllowColorizePdfForms>0</AllowColorizePdfForms>
				 <AllowAdhocPdfAttachments>1</AllowAdhocPdfAttachments>
				 <AllowAdhocSignatures>1</AllowAdhocSignatures>
				 <AllowAdhocStampings>1</AllowAdhocStampings>
				 <AllowAdhocFreeHandAnnotations>1</AllowAdhocFreeHandAnnotations>
				 <AllowAdhocTypewriterAnnotations>1</AllowAdhocTypewriterAnnotations>
				 <AllowAdhocPictureAnnotations>1</AllowAdhocPictureAnnotations>
				 <AllowAdhocPdfPageAppending>1</AllowAdhocPdfPageAppending>
			  </GeneralPolicies>
			  <WorkstepTasks SequenceMode="SequenceOnlyRequiredTasks" originalSequenceMode="SequenceOnlyRequiredTasks">
				 <Task enabled="1" completed="0" required="1" id="93cce567-ae5c-4e98-ac99-9f56ac034250" displayName="SignField 1" DocRefNumber="1" type="SignField" internalAllConcernedDocRefNumbersList="1" allRequiredFieldsFilledOnWorkstepCreation="0" />
			  </WorkstepTasks>
			  <AdhocPolicies>
				 <AllowModificationsAfterSignature>1</AllowModificationsAfterSignature>
			  </AdhocPolicies>
		   </Policy>
		   <timeCreated>2017-10-30T10:42:17.9040997Z</timeCreated>
		   <signaturePluginConfiguration>
			  <PdfSignatureProperties_V1>
				 <PdfAConformant>0</PdfAConformant>
				 <PAdESPart4Compliant>0</PAdESPart4Compliant>
				 <IncludeSigningCertificateChain>0</IncludeSigningCertificateChain>
				 <SigningCertificateRevocationInformationIncludeMode>DoNotInclude</SigningCertificateRevocationInformationIncludeMode>
				 <SignatureTimestampData>
					<Password />
					<SignatureHashAlgorithm>SHA1</SignatureHashAlgorithm>
					<Uri />
					<UserName />
				 </SignatureTimestampData>
			  </PdfSignatureProperties_V1>
			  <PdfSignatureCryptographicData_V1>
				 <SignatureHashAlgorithm>Sha256</SignatureHashAlgorithm>
				 <SigningCertificateDescriptor>
					<Identifier>DDED02DC192573B722E8C027F0E47E63152EB822</Identifier>
					<Type>Sha1Thumbprint</Type>
					<Csp>Default</Csp>
				 </SigningCertificateDescriptor>
			  </PdfSignatureCryptographicData_V1>
		   </signaturePluginConfiguration>
		   <AuditingToolsConfiguration WriteAuditTrail="1">
			  <NotificationConfiguration>
				 <NotificationUrl>http://localhost:6430/ReceiverSample.aspx?WorkstepId=##WorkstepId##&EventType=##EventType##&Source=##Source##&Time=##Time##&Description=##Description##</NotificationUrl>
			  </NotificationConfiguration>
		   </AuditingToolsConfiguration>
		   <TransactionCodeConfigurations>
			  <TransactionCodeConfiguration trConfId="">
				 <Message>Please sign the document with the transactionId {tId} with the code: {Token}</Message>
				 <hashAlgorithmIdentifier>Sha256</hashAlgorithmIdentifier>
			  </TransactionCodeConfiguration>
			  <TransactionCodeConfiguration trConfId="Trans1">
				 <Message>Please accept the transactionId {tId} with the code: {Token}</Message>
				 <hashAlgorithmIdentifier>Sha256</hashAlgorithmIdentifier>
			  </TransactionCodeConfiguration>
		   </TransactionCodeConfigurations>
		</workstepConfiguration>
	  </step>


	  <step>
		 <emailBodyExtra />
		 <orderIndex>1</orderIndex>
		 <recipientType>Signer</recipientType>
		 <recipients>
			<recipient>
			   <languageCode>en</languageCode>
			   <eMail>##EveEmail##</eMail>
			   <firstName>Eve</firstName>
			   <lastName>Teamleader</lastName>
			</recipient>
		 </recipients>
		 <workstepConfiguration>
		   <WorkstepLabel />
		   <SmallTextZoomFactorPercent>100</SmallTextZoomFactorPercent>
		   <WorkstepTimeToLiveInMinutes>11520</WorkstepTimeToLiveInMinutes>
		   <FinishAction />
		   <signatureTemplate>
			  <version>1.2.0.2</version>
			  <positionUnits>PdfUnits</positionUnits>
			  <positionReferenceCorner>Lower_Left</positionReferenceCorner>
			  <sig id="03cce567-ae5c-4e98-ac99-9f56ac034250">
				 <positionPage>1</positionPage>
				 <DocRefNumber>1</DocRefNumber>
				 <positionX>225.6</positionX>
				 <positionY>180.8914</positionY>
				 <width>134.4</width>
				 <height>68.57143</height>
				 <param name="enabled">1</param>
				 <param name="completed">0</param>
				 <param name="bio">0</param>
				 <param name="sigType">Picture</param>
				 <param name="allowedCapturingMethods">Draw2Sign,Type2Sign,Click2Sign</param>
				 <param name="positioning">onPage</param>
			  </sig>
		   </signatureTemplate>
		   <Agreements>
			  <text language="en">++Here you should add the legal texts that are the base for the contract to be signed.++</text>
			  <text language="*">++Here you should add the legal texts that are the base for the contract to be signed.++</text>
			  <text language="de">++Hier sollten allfällige Regelungen stehen, die der Benutzer akzeptieren muss, bevor er den Vertrag / das Dokument unterzeichnet.++</text>
		   </Agreements>
		   <IntroTexts>
			  <text language="en">++Here you should describe, what this transaction is about and what the user needs to do next.++</text>
			  <text language="*">++Here you should describe, what this transaction is about and what the user needs to do next.++</text>
			  <text language="de">++Hier sollten sie beschreiben, um was es sich bei dem Dokument handelt, und was der Benutzer nun tun soll.++</text>
		   </IntroTexts>
		   <pdfForms isEditingAllowed="1" />
		   <attachmentFields />
		   <PictureAnnotationTaskInfo>
			  <MinResolution>100</MinResolution>
			  <MaxResolution>1200</MaxResolution>
			  <ColorDepth>Color16M</ColorDepth>
		   </PictureAnnotationTaskInfo>
		   <TypewriterAnnotationTaskInfo />
		   <Policy version="1.1.0.0">
			  <GeneralPolicies>
				 <AllowSaveDocument>1</AllowSaveDocument>
				 <AllowSaveAuditTrail>1</AllowSaveAuditTrail>
				 <AllowRotatingPages>1</AllowRotatingPages>
				 <AllowAppendFileToWorkstep>0</AllowAppendFileToWorkstep>
				 <AllowAppendTasksToWorkstep>0</AllowAppendTasksToWorkstep>
				 <AllowEmailDocument>1</AllowEmailDocument>
				 <AllowPrintDocument>1</AllowPrintDocument>
				 <AllowFinishWorkstep>1</AllowFinishWorkstep>
				 <AllowRejectWorkstep>1</AllowRejectWorkstep>
				 <AllowRejectWorkstepDelegation>0</AllowRejectWorkstepDelegation>
				 <AllowUndoLastAction>1</AllowUndoLastAction>
				 <AllowColorizePdfForms>0</AllowColorizePdfForms>
				 <AllowAdhocPdfAttachments>1</AllowAdhocPdfAttachments>
				 <AllowAdhocSignatures>1</AllowAdhocSignatures>
				 <AllowAdhocStampings>1</AllowAdhocStampings>
				 <AllowAdhocFreeHandAnnotations>1</AllowAdhocFreeHandAnnotations>
				 <AllowAdhocTypewriterAnnotations>1</AllowAdhocTypewriterAnnotations>
				 <AllowAdhocPictureAnnotations>1</AllowAdhocPictureAnnotations>
				 <AllowAdhocPdfPageAppending>1</AllowAdhocPdfPageAppending>
			  </GeneralPolicies>
			  <WorkstepTasks SequenceMode="SequenceOnlyRequiredTasks" originalSequenceMode="SequenceOnlyRequiredTasks">
				 <Task enabled="1" completed="0" required="1" id="03cce567-ae5c-4e98-ac99-9f56ac034250" displayName="SignField 1" DocRefNumber="1" type="SignField" internalAllConcernedDocRefNumbersList="1" allRequiredFieldsFilledOnWorkstepCreation="0" />
			  </WorkstepTasks>
			  <AdhocPolicies>
				 <AllowModificationsAfterSignature>1</AllowModificationsAfterSignature>
			  </AdhocPolicies>
		   </Policy>
		   <timeCreated>2017-10-30T10:42:17.9040997Z</timeCreated>
		   <signaturePluginConfiguration>
			  <PdfSignatureProperties_V1>
				 <PdfAConformant>0</PdfAConformant>
				 <PAdESPart4Compliant>0</PAdESPart4Compliant>
				 <IncludeSigningCertificateChain>0</IncludeSigningCertificateChain>
				 <SigningCertificateRevocationInformationIncludeMode>DoNotInclude</SigningCertificateRevocationInformationIncludeMode>
				 <SignatureTimestampData>
					<Password />
					<SignatureHashAlgorithm>SHA1</SignatureHashAlgorithm>
					<Uri />
					<UserName />
				 </SignatureTimestampData>
			  </PdfSignatureProperties_V1>
			  <PdfSignatureCryptographicData_V1>
				 <SignatureHashAlgorithm>Sha256</SignatureHashAlgorithm>
				 <SigningCertificateDescriptor>
					<Identifier>DDED02DC192573B722E8C027F0E47E63152EB822</Identifier>
					<Type>Sha1Thumbprint</Type>
					<Csp>Default</Csp>
				 </SigningCertificateDescriptor>
			  </PdfSignatureCryptographicData_V1>
		   </signaturePluginConfiguration>
		   <AuditingToolsConfiguration WriteAuditTrail="1">
			  <NotificationConfiguration>
				 <NotificationUrl>http://localhost:6430/ReceiverSample.aspx?WorkstepId=##WorkstepId##&EventType=##EventType##&Source=##Source##&Time=##Time##&Description=##Description##</NotificationUrl>
			  </NotificationConfiguration>
		   </AuditingToolsConfiguration>
		   <TransactionCodeConfigurations>
			  <TransactionCodeConfiguration trConfId="">
				 <Message>Please sign the document with the transactionId {tId} with the code: {Token}</Message>
				 <hashAlgorithmIdentifier>Sha256</hashAlgorithmIdentifier>
			  </TransactionCodeConfiguration>
			  <TransactionCodeConfiguration trConfId="Trans1">
				 <Message>Please accept the transactionId {tId} with the code: {Token}</Message>
				 <hashAlgorithmIdentifier>Sha256</hashAlgorithmIdentifier>
			  </TransactionCodeConfiguration>
		   </TransactionCodeConfigurations>
		</workstepConfiguration>
	  </step>				  
	  

	  <step>
		 <emailBodyExtra />
		 <orderIndex>1</orderIndex>
		 <recipientType>Signer</recipientType>
		 <recipients>
			<recipient>
			   <languageCode>en</languageCode>
			   <eMail>##GraceEmail##</eMail>
			   <firstName>Grace</firstName>
			   <lastName>ManagingDirector</lastName>
			</recipient>
		 </recipients>
		 <workstepConfiguration>
		   <WorkstepLabel />
		   <SmallTextZoomFactorPercent>100</SmallTextZoomFactorPercent>
		   <WorkstepTimeToLiveInMinutes>11520</WorkstepTimeToLiveInMinutes>
		   <FinishAction />
		   <signatureTemplate>
			  <version>1.2.0.2</version>
			  <positionUnits>PdfUnits</positionUnits>
			  <positionReferenceCorner>Lower_Left</positionReferenceCorner>
			  <sig id="13cce567-ae5c-4e98-ac99-9f56ac034250">
				 <positionPage>1</positionPage>
				 <DocRefNumber>1</DocRefNumber>
				 <positionX>372.3429</positionX>
				 <positionY>181.5771</positionY>
				 <width>134.4</width>
				 <height>68.57143</height>
				 <param name="enabled">1</param>
				 <param name="completed">0</param>
				 <param name="bio">0</param>
				 <param name="sigType">Picture</param>
				 <param name="allowedCapturingMethods">Draw2Sign,Type2Sign,Click2Sign</param>
				 <param name="positioning">onPage</param>
			  </sig>
		   </signatureTemplate>
		   <Agreements>
			  <text language="en">++Here you should add the legal texts that are the base for the contract to be signed.++</text>
			  <text language="*">++Here you should add the legal texts that are the base for the contract to be signed.++</text>
			  <text language="de">++Hier sollten allfällige Regelungen stehen, die der Benutzer akzeptieren muss, bevor er den Vertrag / das Dokument unterzeichnet.++</text>
		   </Agreements>
		   <IntroTexts>
			  <text language="en">++Here you should describe, what this transaction is about and what the user needs to do next.++</text>
			  <text language="*">++Here you should describe, what this transaction is about and what the user needs to do next.++</text>
			  <text language="de">++Hier sollten sie beschreiben, um was es sich bei dem Dokument handelt, und was der Benutzer nun tun soll.++</text>
		   </IntroTexts>
		   <pdfForms isEditingAllowed="1" />
		   <attachmentFields />
		   <PictureAnnotationTaskInfo>
			  <MinResolution>100</MinResolution>
			  <MaxResolution>1200</MaxResolution>
			  <ColorDepth>Color16M</ColorDepth>
		   </PictureAnnotationTaskInfo>
		   <TypewriterAnnotationTaskInfo />
		   <Policy version="1.1.0.0">
			  <GeneralPolicies>
				 <AllowSaveDocument>1</AllowSaveDocument>
				 <AllowSaveAuditTrail>1</AllowSaveAuditTrail>
				 <AllowRotatingPages>1</AllowRotatingPages>
				 <AllowAppendFileToWorkstep>0</AllowAppendFileToWorkstep>
				 <AllowAppendTasksToWorkstep>0</AllowAppendTasksToWorkstep>
				 <AllowEmailDocument>1</AllowEmailDocument>
				 <AllowPrintDocument>1</AllowPrintDocument>
				 <AllowFinishWorkstep>1</AllowFinishWorkstep>
				 <AllowRejectWorkstep>1</AllowRejectWorkstep>
				 <AllowRejectWorkstepDelegation>0</AllowRejectWorkstepDelegation>
				 <AllowUndoLastAction>1</AllowUndoLastAction>
				 <AllowColorizePdfForms>0</AllowColorizePdfForms>
				 <AllowAdhocPdfAttachments>1</AllowAdhocPdfAttachments>
				 <AllowAdhocSignatures>1</AllowAdhocSignatures>
				 <AllowAdhocStampings>1</AllowAdhocStampings>
				 <AllowAdhocFreeHandAnnotations>1</AllowAdhocFreeHandAnnotations>
				 <AllowAdhocTypewriterAnnotations>1</AllowAdhocTypewriterAnnotations>
				 <AllowAdhocPictureAnnotations>1</AllowAdhocPictureAnnotations>
				 <AllowAdhocPdfPageAppending>1</AllowAdhocPdfPageAppending>
			  </GeneralPolicies>
			  <WorkstepTasks SequenceMode="SequenceOnlyRequiredTasks" originalSequenceMode="SequenceOnlyRequiredTasks">
				 <Task enabled="1" completed="0" required="1" id="13cce567-ae5c-4e98-ac99-9f56ac034250" displayName="SignField 1" DocRefNumber="1" type="SignField" internalAllConcernedDocRefNumbersList="1" allRequiredFieldsFilledOnWorkstepCreation="0" />
			  </WorkstepTasks>
			  <AdhocPolicies>
				 <AllowModificationsAfterSignature>1</AllowModificationsAfterSignature>
			  </AdhocPolicies>
		   </Policy>
		   <timeCreated>2017-10-30T10:42:17.9040997Z</timeCreated>
		   <signaturePluginConfiguration>
			  <PdfSignatureProperties_V1>
				 <PdfAConformant>0</PdfAConformant>
				 <PAdESPart4Compliant>0</PAdESPart4Compliant>
				 <IncludeSigningCertificateChain>0</IncludeSigningCertificateChain>
				 <SigningCertificateRevocationInformationIncludeMode>DoNotInclude</SigningCertificateRevocationInformationIncludeMode>
				 <SignatureTimestampData>
					<Password />
					<SignatureHashAlgorithm>SHA1</SignatureHashAlgorithm>
					<Uri />
					<UserName />
				 </SignatureTimestampData>
			  </PdfSignatureProperties_V1>
			  <PdfSignatureCryptographicData_V1>
				 <SignatureHashAlgorithm>Sha256</SignatureHashAlgorithm>
				 <SigningCertificateDescriptor>
					<Identifier>DDED02DC192573B722E8C027F0E47E63152EB822</Identifier>
					<Type>Sha1Thumbprint</Type>
					<Csp>Default</Csp>
				 </SigningCertificateDescriptor>
			  </PdfSignatureCryptographicData_V1>
		   </signaturePluginConfiguration>
		   <AuditingToolsConfiguration WriteAuditTrail="1">
			  <NotificationConfiguration>
				 <NotificationUrl>http://localhost:6430/ReceiverSample.aspx?WorkstepId=##WorkstepId##&EventType=##EventType##&Source=##Source##&Time=##Time##&Description=##Description##</NotificationUrl>
			  </NotificationConfiguration>
		   </AuditingToolsConfiguration>
		   <TransactionCodeConfigurations>
			  <TransactionCodeConfiguration trConfId="">
				 <Message>Please sign the document with the transactionId {tId} with the code: {Token}</Message>
				 <hashAlgorithmIdentifier>Sha256</hashAlgorithmIdentifier>
			  </TransactionCodeConfiguration>
			  <TransactionCodeConfiguration trConfId="Trans1">
				 <Message>Please accept the transactionId {tId} with the code: {Token}</Message>
				 <hashAlgorithmIdentifier>Sha256</hashAlgorithmIdentifier>
			  </TransactionCodeConfiguration>
		   </TransactionCodeConfigurations>
		</workstepConfiguration>
	  </step>				  
	  
	  
   </steps>
</envelope>

The signature type, in the workstep configuration, is the following (Type=Picture; allowedCapturingMethod is defined):

  • No labels