You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi-sdk.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7309,6 +7309,17 @@ components:
7309
7309
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
7310
7310
type: boolean
7311
7311
default: false
7312
+
certification_types:
7313
+
description: |-
7314
+
Optional certification types to be applied to your Signature Request after completion.
7315
+
7316
+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7317
+
7318
+
At this time only a single certification type can be selected per Signature Request.
7319
+
type: array
7320
+
items:
7321
+
type: string
7322
+
default: []
7312
7323
message:
7313
7324
description: 'The custom message in the email that will be sent to the signers.'
7314
7325
type: string
@@ -7411,6 +7422,17 @@ components:
7411
7422
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
7412
7423
type: boolean
7413
7424
default: false
7425
+
certification_types:
7426
+
description: |-
7427
+
Optional certification types to be applied to your Signature Request after completion.
7428
+
7429
+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7430
+
7431
+
At this time only a single certification type can be selected per Signature Request.
7432
+
type: array
7433
+
items:
7434
+
type: string
7435
+
default: []
7414
7436
message:
7415
7437
description: 'The custom message in the email that will be sent to the signers.'
Copy file name to clipboardExpand all lines: openapi.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7163,6 +7163,17 @@ components:
7163
7163
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
7164
7164
type: boolean
7165
7165
default: false
7166
+
certification_types:
7167
+
description: |-
7168
+
Optional certification types to be applied to your Signature Request after completion.
7169
+
7170
+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7171
+
7172
+
At this time only a single certification type can be selected per Signature Request.
7173
+
type: array
7174
+
items:
7175
+
type: string
7176
+
default: []
7166
7177
message:
7167
7178
description: 'The custom message in the email that will be sent to the signers.'
7168
7179
type: string
@@ -7254,6 +7265,17 @@ components:
7254
7265
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
7255
7266
type: boolean
7256
7267
default: false
7268
+
certification_types:
7269
+
description: |-
7270
+
Optional certification types to be applied to your Signature Request after completion.
7271
+
7272
+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7273
+
7274
+
At this time only a single certification type can be selected per Signature Request.
7275
+
type: array
7276
+
items:
7277
+
type: string
7278
+
default: []
7257
7279
message:
7258
7280
description: 'The custom message in the email that will be sent to the signers.'
Copy file name to clipboardExpand all lines: sdks/dotnet/docs/SignatureRequestSendRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
**HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.<br><br>**NOTE**: Removing text tags this way can cause unwanted clipping. We recommend leaving this setting on `false` and instead hiding your text tags using white text or a similar approach. See the [Text Tags Walkthrough](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) for more information. | [optional][default to false]
22
22
**IsQualifiedSignature** | **bool** | Send with a value of `true` if you wish to enable [Qualified Electronic Signatures](https://www.hellosign.com/features/qualified-electronic-signatures) (QES), which requires a face-to-face call to verify the signer's identity.<br><br>**Note**: QES is only available on the Premium API plan as an add-on purchase. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional][default to false]
23
23
**IsEid** | **bool** | Send with a value of `true` if you wish to enable [electronic identification (eID)](https://www.hellosign.com/features/electronic-id), which requires the signer to verify their identity with an eID provider to sign a document.<br><br>**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional][default to false]
24
+
**CertificationTypes** | **List<string>** | Optional certification types to be applied to your Signature Request after completion.<br><br>After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.<br><br>At this time only a single certification type can be selected per Signature Request. | [optional]
24
25
**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional]
25
26
**Metadata** | **Dictionary<string, Object>** | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer's order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | [optional]
Copy file name to clipboardExpand all lines: sdks/dotnet/docs/SignatureRequestSendWithTemplateRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
**FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | [optional]
15
15
**IsQualifiedSignature** | **bool** | Send with a value of `true` if you wish to enable [Qualified Electronic Signatures](https://www.hellosign.com/features/qualified-electronic-signatures) (QES), which requires a face-to-face call to verify the signer's identity.<br><br>**Note**: QES is only available on the Premium API plan as an add-on purchase. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional][default to false]
16
16
**IsEid** | **bool** | Send with a value of `true` if you wish to enable [electronic identification (eID)](https://www.hellosign.com/features/electronic-id), which requires the signer to verify their identity with an eID provider to sign a document.<br><br>**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional][default to false]
17
+
**CertificationTypes** | **List<string>** | Optional certification types to be applied to your Signature Request after completion.<br><br>After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.<br><br>At this time only a single certification type can be selected per Signature Request. | [optional]
17
18
**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional]
18
19
**Metadata** | **Dictionary<string, Object>** | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer's order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | [optional]
/// <param name="hideTextTags">Enables automatic Text Tag removal when set to true. **NOTE**: Removing text tags this way can cause unwanted clipping. We recommend leaving this setting on `false` and instead hiding your text tags using white text or a similar approach. See the [Text Tags Walkthrough](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) for more information. (default to false).</param>
59
59
/// <param name="isQualifiedSignature">Send with a value of `true` if you wish to enable [Qualified Electronic Signatures](https://www.hellosign.com/features/qualified-electronic-signatures) (QES), which requires a face-to-face call to verify the signer's identity.<br> **Note**: QES is only available on the Premium API plan as an add-on purchase. Cannot be used in `test_mode`. Only works on requests with one signer. (default to false).</param>
60
60
/// <param name="isEid">Send with a value of `true` if you wish to enable [electronic identification (eID)](https://www.hellosign.com/features/electronic-id), which requires the signer to verify their identity with an eID provider to sign a document.<br> **Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. (default to false).</param>
61
+
/// <param name="certificationTypes">Optional certification types to be applied to your Signature Request after completion. After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification. At this time only a single certification type can be selected per Signature Request..</param>
61
62
/// <param name="message">The custom message in the email that will be sent to the signers..</param>
62
63
/// <param name="metadata">Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer's order number for look up when receiving events for the signature request. Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long..</param>
/// <param name="title">The title you want to assign to the SignatureRequest..</param>
68
69
/// <param name="useTextTags">Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. (default to false).</param>
69
70
/// <param name="expiresAt">When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details..</param>
@@ -233,6 +235,13 @@ public static SignatureRequestSendRequest Init(string jsonData)
233
235
[DataMember(Name="is_eid",EmitDefaultValue=true)]
234
236
publicboolIsEid{get;set;}
235
237
238
+
/// <summary>
239
+
/// Optional certification types to be applied to your Signature Request after completion. After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification. At this time only a single certification type can be selected per Signature Request.
240
+
/// </summary>
241
+
/// <value>Optional certification types to be applied to your Signature Request after completion. After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification. At this time only a single certification type can be selected per Signature Request.</value>
0 commit comments