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
{{ message }}
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
@@ -391,7 +396,7 @@ def send_signature_request(self, test_mode=False, client_id=None, files=None, fi
391
396
392
397
cc_email_addresses (list, optional): A list of email addresses that should be CC'd on the request.
393
398
394
-
form_fields_per_document (str): The signer components that should appear on the document, expressed as a serialized
399
+
form_fields_per_document (str or list of dict, optional): The signer components that should appear on the document, expressed as a serialized
395
400
JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://app.hellosign.com/api/reference#SignatureRequest).
396
401
397
402
use_text_tags (bool, optional): Use text tags in the provided file(s) to specify signer components.
cc_email_addresses (list, optional): A list of email addresses that should be CCed
661
666
662
-
form_fields_per_document (str): The fields that should appear on the document, expressed as a serialized
667
+
form_fields_per_document (str or list of dict, optional): The fields that should appear on the document, expressed as a serialized
663
668
JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest)
664
669
665
670
use_text_tags (bool, optional): Use text tags in the provided file(s) to create form fields
signing_redirect_url (str, optional): The URL you want the signer redirected to after they successfully sign.
1423
1428
1424
-
form_fields_per_document (str, optional): The fields that should appear on the document, expressed as a serialized JSON
1429
+
form_fields_per_document (str or list of dict, optional): The fields that should appear on the document, expressed as a serialized JSON
1425
1430
data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest)
1426
1431
1427
1432
metadata (dict, optional): Metadata to associate with the draft
requesting_redirect_url (str, optional): The URL you want the signer to be redirected to after the request has been sent.
1518
1523
1519
-
form_fields_per_document (str, optional): The fields that should appear on the document, expressed as a serialized JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest)
1524
+
form_fields_per_document (str or list of dict, optional): The fields that should appear on the document, expressed as a serialized JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest)
1520
1525
1521
1526
metadata (dict, optional): Metadata to associate with the draft
cc_email_addresses (list, optional): A list of email addresses that should be CCed
1892
1897
1893
-
form_fields_per_document (str): The fields that should appear on the document, expressed as a serialized JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest)
1898
+
form_fields_per_document (str or list of dict, optional): The fields that should appear on the document, expressed as a serialized JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest)
1894
1899
1895
1900
use_text_tags (bool, optional): Use text tags in the provided file(s) to create form fields
requesting_redirect_url (str, optional): The URL you want the signer to be redirected to after the request has been sent.
2127
2141
2128
-
form_fields_per_document (str): The fields that should appear on the document, expressed as a serialized JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest).
2142
+
form_fields_per_document (str or list of dict, optional): The fields that should appear on the document, expressed as a serialized JSON data structure which is a list of lists of the form fields. Please refer to the API reference of HelloSign for more details (https://www.hellosign.com/api/reference#SignatureRequest).
2129
2143
2130
2144
metadata (dict, optional): Metadata to associate with the draft
0 commit comments