|
6 | 6 | <% if (locals.dsConfig.multiSourceChooser) { %> |
7 | 7 | <h3 class="mt-4">Code Examples for C#, PHP, Java, Node.js, Python, and Curl</h3> |
8 | 8 | <% } else { %> |
9 | | - <h3 class="mt-4">eSignature REST API examples</h3> |
| 9 | + <h3 class="mt-4">Basic examples</h3> |
10 | 10 | <% } %> |
11 | 11 |
|
12 | 12 | <h4 id="example001">1. <a href="eg001">Use embedded signing</a></h4> |
|
128 | 128 | href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>. |
129 | 129 | </p> |
130 | 130 |
|
| 131 | +<h2>Payments</h2> |
131 | 132 | <h4 id="example014">14. <a href="eg014">Send an envelope with an order form and payment field</a></h4> |
132 | 133 | <p>Anchor text |
133 | 134 | (<a target='_blank' |
|
138 | 139 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
139 | 140 | </p> |
140 | 141 |
|
| 142 | +<h2>Tabs</h2> |
141 | 143 | <h4 id="example015">15. <a href="eg015">Get the tab data from an envelope</a></h4> |
142 | 144 | <p>This example retrieves the tab (field) values from an envelope.</p> |
143 | 145 | <p>API method used: |
|
165 | 167 | href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/">EnvelopeCustomFields::list</a>. |
166 | 168 | </p> |
167 | 169 |
|
| 170 | +<h2>Recipient authentication</h2> |
168 | 171 | <h4 id="example019">19. <a href="eg019">Access Code Authentication</a></h4> |
169 | 172 | <p>This is an example of an envelope utilizing Access Code authentication for multi-factor verification of a |
170 | 173 | recipient.</p> |
|
175 | 178 | <h4 id="example020">20. <a href="eg020">Require Phone Authentication for a Recipient</a></h4> |
176 | 179 | <p>Sends an envelope that requires entering a six-digit code from a text message or phone call for the purpose of multifactor authentication.</p> |
177 | 180 | <p>API method used: |
178 | | - <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes:create</a> |
| 181 | + <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
179 | 182 | </p> |
180 | 183 |
|
181 | 184 | <h4 id="example022">22. <a href="eg022">KBA Authentication</a></h4> |
|
193 | 196 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
194 | 197 | </p> |
195 | 198 |
|
| 199 | +<h2>Permissions</h2> |
196 | 200 | <h4 id="example024">24. <a href="eg024">Creating a permission</a></h4> |
197 | 201 | <p>This code example demonstrates how to create a permission profile with the eSignature REST API. </p> |
198 | 202 | <p>API methods used: |
|
220 | 224 | href="https://developers.docusign.com/esign-rest-api/code-examples/permission-profile-deleting">AccountPermissionProfiles::delete</a>. |
221 | 225 | </p> |
222 | 226 |
|
| 227 | +<h2>Brands</h2> |
223 | 228 | <h4 id="example028">28. <a href="eg028">Creating a brand</a></h4> |
224 | 229 | <p>This code example demonstrates how to create a brand with the eSignature REST API. </p> |
225 | 230 | <p>API methods used: |
|
239 | 244 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
240 | 245 | </p> |
241 | 246 |
|
| 247 | +<h2>Bulk operations</h2> |
242 | 248 | <h4 id="example031">31. <a href="eg031">Bulk sending envelopes to multiple recipients.</a></h4> |
243 | 249 | <p> |
244 | 250 | Method BulkSend::createBulkSendList creates a bulk send list that you can use to send an envelope to up to 1,000 |
|
259 | 265 | href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/create/">EnvelopeRecipients::create</a>. |
260 | 266 | </p> |
261 | 267 |
|
| 268 | +<h2>Advanced recipient routing</h2> |
262 | 269 | <h4 id="example032">32. <a href="eg032">Pausing a signature workflow</a></h4> |
263 | 270 | <p> |
264 | 271 | This example creates and envelope and then pauses the signature workflow |
|
285 | 292 | API methods used: |
286 | 293 | <a target="_blank" href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a> |
287 | 294 | </p> |
288 | | -<h2>Premium Features</h2> |
| 295 | + |
| 296 | +<h2>Premium features</h2> |
289 | 297 | <h4 id="example035">35. <a href="eg035">Sending via SMS delivery</a></h4> |
290 | 298 | <p> |
291 | 299 | This example demonstrates how to send a signature request for a signer (and CC) to read and sign via an SMS message. |
|
0 commit comments