Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RecipientUpdateResponse" /> class.
 /// </summary>
 /// <param name="ErrorDetails">.</param>
 /// <param name="RecipientId">Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..</param>
 /// <param name="Tabs">.</param>
 public RecipientUpdateResponse(ErrorDetails ErrorDetails = null, string RecipientId = null, EnvelopeRecipientTabs Tabs = null)
 {
     this.ErrorDetails = ErrorDetails;
     this.RecipientId  = RecipientId;
     this.Tabs         = Tabs;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TemplateUpdateSummary" /> class.
 /// </summary>
 /// <param name="BulkEnvelopeStatus">.</param>
 /// <param name="EnvelopeId">The envelope ID of the envelope status that failed to post..</param>
 /// <param name="ErrorDetails">.</param>
 /// <param name="ListCustomFieldUpdateResults">.</param>
 /// <param name="LockInformation">.</param>
 /// <param name="RecipientUpdateResults">.</param>
 /// <param name="TabUpdateResults">.</param>
 /// <param name="TextCustomFieldUpdateResults">.</param>
 public TemplateUpdateSummary(BulkEnvelopeStatus BulkEnvelopeStatus = null, string EnvelopeId = null, ErrorDetails ErrorDetails = null, List <ListCustomField> ListCustomFieldUpdateResults = null, EnvelopeLocks LockInformation = null, List <RecipientUpdateResponse> RecipientUpdateResults = null, EnvelopeRecipientTabs TabUpdateResults = null, List <TextCustomField> TextCustomFieldUpdateResults = null)
 {
     this.BulkEnvelopeStatus           = BulkEnvelopeStatus;
     this.EnvelopeId                   = EnvelopeId;
     this.ErrorDetails                 = ErrorDetails;
     this.ListCustomFieldUpdateResults = ListCustomFieldUpdateResults;
     this.LockInformation              = LockInformation;
     this.RecipientUpdateResults       = RecipientUpdateResults;
     this.TabUpdateResults             = TabUpdateResults;
     this.TextCustomFieldUpdateResults = TextCustomFieldUpdateResults;
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TemplateRole" /> class.
 /// </summary>
 /// <param name="AccessCode">If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.   Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting.  If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used.  If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required..</param>
 /// <param name="ClientUserId">Specifies whether the recipient is embedded or remote.   If the &#x60;clientUserId&#x60; property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.  Note: if the &#x60;clientUserId&#x60; property is set and either &#x60;SignerMustHaveAccount&#x60; or &#x60;SignerMustLoginToSign&#x60; property of the account settings is set to  **true**, an error is generated on sending.   Maximum length: 100 characters. .</param>
 /// <param name="DefaultRecipient">When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient..</param>
 /// <param name="Email">Specifies the email associated with a role name..</param>
 /// <param name="EmailNotification">An optional complex type that sets a specific email subject and body for this recipient&#39;s notification email.   **Note**: If you use this field to set a specific email notification for one recipient, you must also set the email notification for the other recipients. Using this field for one or more recipients negates the Envelope &#x60;Subject&#x60; and &#x60;EmailBlurb&#x60; property settings. .</param>
 /// <param name="EmbeddedRecipientStartURL">Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender&#39;s system (the server responding to the URL) must request a recipient token to launch a signing session.   If set to &#x60;SIGN_AT_DOCUSIGN&#x60;, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner.  It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient&#39;s identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets &#x60;EmbeddedRecipientStartURL&#x3D;SIGN_AT_DOCUSIGN&#x60;, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.  If the &#x60;clientUserId&#x60; property is NOT set, and the &#x60;embeddedRecipientStartURL&#x60; is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The &#x60;customFields&#x60; property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets.   *Example*:   &#x60;http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&amp;[[mergeField3]]&#x60; .</param>
 /// <param name="InPersonSignerName">Specifies the full legal name of the signer in person signer template roles.  Maximum Length: 100 characters..</param>
 /// <param name="Name">Specifies the recipient&#39;s name..</param>
 /// <param name="RecipientSignatureProviders">The default signature provider is the DocuSign Electronic signature system. This parameter is used to specify one or more Standards Based Signature (digital signature) providers for the signer to use. [More information](../../../../guide/appendix/standards_based_signatures.html).</param>
 /// <param name="RoleName">Optional element. Specifies the role name associated with the recipient.&lt;br/&gt;&lt;br/&gt;This is required when working with template recipients..</param>
 /// <param name="RoutingOrder">Specifies the routing order of the recipient in the envelope. .</param>
 /// <param name="SigningGroupId">.</param>
 /// <param name="Tabs">.</param>
 public TemplateRole(string AccessCode = null, string ClientUserId = null, string DefaultRecipient = null, string Email = null, RecipientEmailNotification EmailNotification = null, string EmbeddedRecipientStartURL = null, string InPersonSignerName = null, string Name = null, List <RecipientSignatureProvider> RecipientSignatureProviders = null, string RoleName = null, string RoutingOrder = null, string SigningGroupId = null, EnvelopeRecipientTabs Tabs = null)
 {
     this.AccessCode                = AccessCode;
     this.ClientUserId              = ClientUserId;
     this.DefaultRecipient          = DefaultRecipient;
     this.Email                     = Email;
     this.EmailNotification         = EmailNotification;
     this.EmbeddedRecipientStartURL = EmbeddedRecipientStartURL;
     this.InPersonSignerName        = InPersonSignerName;
     this.Name = Name;
     this.RecipientSignatureProviders = RecipientSignatureProviders;
     this.RoleName       = RoleName;
     this.RoutingOrder   = RoutingOrder;
     this.SigningGroupId = SigningGroupId;
     this.Tabs           = Tabs;
 }