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
@@ -7571,6 +7571,8 @@ components:
7571
7571
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.
7771
+
7772
+
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.
7773
+
7774
+
At this time only a single certification type can be selected per Signature Request.
7775
+
properties:
7776
+
nom_151:
7777
+
description: 'NOM 151, or Normativa 151, is a certificate which verifies the integrity of an electronically signed document in compliance with Mexican regulations.'
7778
+
type: boolean
7779
+
default: false
7780
+
type: object
7764
7781
SubCustomField:
7765
7782
description: |-
7766
7783
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
@@ -7292,6 +7292,8 @@ components:
7292
7292
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.
7481
+
7482
+
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.
7483
+
7484
+
At this time only a single certification type can be selected per Signature Request.
7485
+
properties:
7486
+
nom_151:
7487
+
description: 'NOM 151, or Normativa 151, is a certificate which verifies the integrity of an electronically signed document in compliance with Mexican regulations.'
7488
+
type: boolean
7489
+
default: false
7490
+
type: object
7474
7491
SubCustomField:
7475
7492
description: |-
7476
7493
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