@@ -6,108 +6,108 @@ This repo is a Python 3 application that demonstrates:
66
77
881 . ** Embedded Signing Ceremony.**
9- [ Source.] ( ./app/examples/ eg001_embedded_signing/controller.py )
9+ [ Source.] ( ./app/eg001_embedded_signing/controller.py )
1010 This example sends an envelope, and then uses an embedded signing ceremony for the first signer.
1111 With embedded signing, the DocuSign signing ceremony is initiated from your website.
12121 . ** Send an envelope with a remote (email) signer and cc recipient.**
13- [ Source.] ( ./app/examples/eg002_signing_via_email/controller.py )
13+ [ Source.] ( ./app/eSignature/ examples/eg002_signing_via_email/controller.py )
1414 The envelope includes a pdf, Word, and HTML document.
1515 Anchor text ([ AutoPlace] ( https://support.docusign.com/en/guides/AutoPlace-New-DocuSign-Experience ) ) is used to position the signing fields in the documents.
16161 . ** List envelopes in the user's account.**
17- [ Source.] ( ./app/examples/eg003_list_envelopes/controller.py )
17+ [ Source.] ( ./app/eSignature/ examples/eg003_list_envelopes/controller.py )
1818 The envelopes' current status is included.
19191 . ** Get an envelope's basic information.**
20- [ Source.] ( ./app/examples/eg004_envelope_info/controller.py )
20+ [ Source.] ( ./app/eSignature/ examples/eg004_envelope_info/controller.py )
2121 The example lists the basic information about an envelope, including its overall status.
22221 . ** List an envelope's recipients**
23- [ Source.] ( ./app/examples/eg005_envelope_recipients/controller.py )
23+ [ Source.] ( ./app/eSignature/ examples/eg005_envelope_recipients/controller.py )
2424 Includes current recipient status.
25251 . ** List an envelope's documents.**
26- [ Source.] ( ./app/examples/eg006_envelope_docs/controller.py )
26+ [ Source.] ( ./app/eSignature/ examples/eg006_envelope_docs/controller.py )
27271 . ** Download an envelope's documents.**
28- [ Source.] ( ./app/examples/eg007_envelope_get_doc/controller.py )
28+ [ Source.] ( ./app/eSignature/ examples/eg007_envelope_get_doc/controller.py )
2929 The example can download individual
3030 documents, the documents concatenated together, or a zip file of the documents.
31311 . ** Programmatically create a template.**
32- [ Source.] ( ./app/examples/eg008_create_template/controller.py )
32+ [ Source.] ( ./app/eSignature/ examples/eg008_create_template/controller.py )
33331 . ** Send an envelope using a template.**
34- [ Source.] ( ./app/examples/eg009_use_template/controller.py )
34+ [ Source.] ( ./app/eSignature/ examples/eg009_use_template/controller.py )
35351 . ** Send an envelope and upload its documents with multipart binary transfer.**
36- [ Source.] ( ./app/examples/eg010_send_binary_docs/controller.py )
36+ [ Source.] ( ./app/eSignature/ examples/eg010_send_binary_docs/controller.py )
3737 Binary transfer is 33% more efficient than using Base64 encoding.
38381 . ** Embedded sending.**
39- [ Source.] ( ./app/examples/eg011_embedded_sending/controller.py )
39+ [ Source.] ( ./app/eSignature/ examples/eg011_embedded_sending/controller.py )
4040 Embeds the DocuSign web tool (NDSE) in your web app to finalize or update
4141 the envelope and documents before they are sent.
42421 . ** Embedded DocuSign web tool (NDSE).**
43- [ Source.] ( ./app/examples/eg012_embedded_console/controller.py )
43+ [ Source.] ( ./app/eSignature/ examples/eg012_embedded_console/controller.py )
44441 . ** Embedded Signing Ceremony from a template with an added document.**
45- [ Source.] ( ./app/examples/eg013_add_doc_to_template/controller.py )
45+ [ Source.] ( ./app/eSignature/ examples/eg013_add_doc_to_template/controller.py )
4646 This example sends an envelope based on a template.
4747 In addition to the template's document(s), the example adds an
4848 additional document to the envelope by using the
4949 [ Composite Templates] ( https://developers.docusign.com/esign-rest-api/guides/features/templates#composite-templates )
5050 feature.
51511 . ** Payments example: an order form, with online payment by credit card.**
52- [ Source.] ( ./app/examples/eg014_collect_payment/controller.py )
52+ [ Source.] ( ./app/eSignature/ examples/eg014_collect_payment/controller.py )
53531 . ** Get the envelope tab data.**
5454 Retrieve the tab (field) values for all of the envelope's recipients.
55- [ Source.] ( ./app/examples/eg015_envelope_tab_data/controller.py )
55+ [ Source.] ( ./app/eSignature/ examples/eg015_envelope_tab_data/controller.py )
56561 . ** Set envelope tab values.**
5757 The example creates an envelope and sets the initial values for its tabs (fields). Some of the tabs
5858 are set to be read-only, others can be updated by the recipient. The example also stores
5959 metadata with the envelope.
60- [ Source.] ( ./app/examples/eg016_set_tab_values/controller.py )
60+ [ Source.] ( ./app/eSignature/ examples/eg016_set_tab_values/controller.py )
61611 . ** Set template tab values.**
6262 The example creates an envelope using a template and sets the initial values for its tabs (fields).
6363 The example also stores metadata with the envelope.
64- [ Source.] ( ./app/examples/eg017_set_template_tab_values/controller.py )
64+ [ Source.] ( ./app/eSignature/ examples/eg017_set_template_tab_values/controller.py )
65651 . ** Get the envelope custom field data (metadata).**
6666 The example retrieves the custom metadata (custom data fields) stored with the envelope.
67- [ Source.] ( ./app/examples/eg018_envelope_custom_field_data/controller.py )
67+ [ Source.] ( ./app/eSignature/ examples/eg018_envelope_custom_field_data/controller.py )
68681 . ** Requiring an Access Code for a Recipient**
69- [ Source.] ( ./app/examples/eg019_access_code_authentication/controller.py )
69+ [ Source.] ( ./app/eSignature/ examples/eg019_access_code_authentication/controller.py )
7070 This example sends an envelope that requires an access-code for the purpose of multi-factor authentication.
71711 . ** Requiring SMS authentication for a recipient**
72- [ Source.] ( ./app/examples/eg020_sms_authentication/controller.py )
72+ [ Source.] ( ./app/eSignature/ examples/eg020_sms_authentication/controller.py )
7373 This example sends an envelope that requires entering in a six digit code from an text message for the purpose of multi-factor authentication.
74741 . ** Requiring Phone authentication for a recipient**
75- [ Source.] ( ./app/examples/eg021_phone_authentication/controller.py )
75+ [ Source.] ( ./app/eSignature/ examples/eg021_phone_authentication/controller.py )
7676 This example sends an envelope that requires entering in a voice-based response code for the purpose of multi-factor authentication.
77771 . ** Requiring Knowledge-Based Authentication (KBA) for a Recipient**
78- [ Source.] ( ./app/examples/eg022_kba_authentication/controller.py )
78+ [ Source.] ( ./app/eSignature/ examples/eg022_kba_authentication/controller.py )
7979 This example sends an envelope that requires passing a Public records check to validate identity for the purpose of multi-factor authentication.
80801 . ** Requiring ID Verification (IDV) for a recipient**
81- [ Source.] ( ./app/examples/eg023_idv_authentication/controller.py )
81+ [ Source.] ( ./app/eSignature/ examples/eg023_idv_authentication/controller.py )
8282 This example sends an envelope that requires submitting a photo of a government issued id for the purpose of multi-factor authentication.
83831 . ** Creating a permission profile**
84- [ Source.] ( ./app/examples/eg024_permissions_creating/controller.py )
84+ [ Source.] ( ./app/eSignature/ examples/eg024_permissions_creating/controller.py )
8585 This code example demonstrates how to create a permission profile using the [ Create Permission Profile] ( https://developers.docusign.com/esign-rest-api/reference/Accounts/AccountPermissionProfiles/create ) method.
86861 . ** Setting a permission profile**
87- [ Source.] ( ./app/examples/eg025_permissions_set_user_group/controller.py )
87+ [ Source.] ( ./app/eSignature/ examples/eg025_permissions_set_user_group/controller.py )
8888 This code example demonstrates how to set a user group’s permission profile using the [ Update Group] ( https://developers.docusign.com/esign-rest-api/reference/UserGroups/Groups/update ) method.
8989 You must have already created the permissions profile and the group of users.
90901 . ** Updating individual permission settings**
91- [ Source.] ( ./app/examples/eg026_permissions_change_single_setting/controller.py )
91+ [ Source.] ( ./app/eSignature/ examples/eg026_permissions_change_single_setting/controller.py )
9292 This code example demonstrates how to edit individual permission settings on a permissions profile using the [ Update Permission Profile] ( https://developers.docusign.com/esign-rest-api/reference/Accounts/AccountPermissionProfiles/update ) method.
93931 . ** Deleting a permission profile**
94- [ Source.] ( ./app/examples/eg027_permissions_delete/controller.py )
94+ [ Source.] ( ./app/eSignature/ examples/eg027_permissions_delete/controller.py )
9595 This code example demonstrates how to delete a permission profile using the [ Delete Permission Profile] ( https://developers.docusign.com/esign-rest-api/reference/Accounts/AccountPermissionProfiles/create ) method.
96961 . ** Creating a brand**
97- [ Source.] ( ./app/examples/eg028_brand_creating/controller.py )
97+ [ Source.] ( ./app/eSignature/ examples/eg028_brand_creating/controller.py )
9898 This example creates brand profile for an account using the [ Create Brand] ( https://developers.docusign.com/esign-rest-api/reference/Accounts/AccountBrands/create ) method.
99991 . ** Applying a brand to an envelope**
100- [ Source.] ( ./app/examples/eg029_brands_apply_to_envelope/controller.py )
100+ [ Source.] ( ./app/eSignature/ examples/eg029_brands_apply_to_envelope/controller.py )
101101 This code example demonstrates how to apply a brand you've created to an envelope using the [ Create Envelope] ( https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create ) method.
102102 First, creates the envelope and then applies the brand to it.
103103 Anchor text ([ AutoPlace] ( https://support.docusign.com/en/guides/AutoPlace-New-DocuSign-Experience ) ) is used to position the signing fields in the documents.
1041041 . ** Applying a brand to a template**
105- [ Source.] ( ./app/examples/eg030_brands_apply_to_template/controller.py )
105+ [ Source.] ( ./app/eSignature/ examples/eg030_brands_apply_to_template/controller.py )
106106 This code example demonstrates how to apply a brand you've created to a template using using the [ Create Envelope] ( https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create ) method.
107107 You must have already created the template and the brand.
108108 Anchor text ([ AutoPlace] ( https://support.docusign.com/en/guides/AutoPlace-New-DocuSign-Experience ) ) is used to position the signing fields in the documents.
1091091 . ** Bulk sending envelopes to multiple recipients**
110- [ Source.] ( ./app/examples/eg031_bulk_send/controller.py )
110+ [ Source.] ( ./app/eSignature/ examples/eg031_bulk_send/controller.py )
111111 This code example demonstrates how to send envelopes in bulk to multiple recipients using these methods:
112112 [ Create Bulk Send List] ( https://developers.docusign.com/esign-rest-api/reference/BulkEnvelopes/BulkSend/createBulkSendList ) ,
113113 [ Create Bulk Send Request] ( https://developers.docusign.com/esign-rest-api/reference/BulkEnvelopes/BulkSend/createBulkSendRequest ) .
0 commit comments