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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7346,6 +7346,8 @@ components:
7346
7346
description: '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.'
Optional certification types to be applied to your Signature Request after completion.
7546
+
7547
+
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.
7548
+
7549
+
At this time only a single certification type can be selected per Signature Request.
7550
+
properties:
7551
+
nom_151:
7552
+
description: 'NOM 151, or Normativa 151, is a certificate which verifies the integrity of an electronically signed document in compliance with Mexican regulations.'
7553
+
type: boolean
7554
+
default: false
7555
+
type: object
7539
7556
SubCustomField:
7540
7557
description: |-
7541
7558
When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Copy file name to clipboardExpand all lines: openapi.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7200,6 +7200,8 @@ components:
7200
7200
description: '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.'
Optional certification types to be applied to your Signature Request after completion.
7389
+
7390
+
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.
7391
+
7392
+
At this time only a single certification type can be selected per Signature Request.
7393
+
properties:
7394
+
nom_151:
7395
+
description: 'NOM 151, or Normativa 151, is a certificate which verifies the integrity of an electronically signed document in compliance with Mexican regulations.'
7396
+
type: boolean
7397
+
default: false
7398
+
type: object
7382
7399
SubCustomField:
7383
7400
description: |-
7384
7401
When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
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
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
30
30
**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
31
31
**UseTextTags** | **bool** | 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`. | [optional][default to false]
32
32
**ExpiresAt** | **int?** | 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. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
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
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
**Subject** | **string** | The subject in the email that will be sent to the signers. | [optional]
22
22
**TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional][default to false]
23
23
**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
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.
**Nom151** | **bool** | NOM 151, or Normativa 151, is a certificate which verifies the integrity of an electronically signed document in compliance with Mexican regulations. | [optional][default to false]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
/// <param name="title">The title you want to assign to the SignatureRequest..</param>
68
68
/// <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
69
/// <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>
/// <param name="subject">The subject in the email that will be sent to the signers..</param>
59
59
/// <param name="testMode">Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. (default to false).</param>
60
60
/// <param name="title">The title you want to assign to the SignatureRequest..</param>
0 commit comments