docusign_esign 3.18.0 → 3.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (304) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/docusign_esign/api/accounts_api.rb +60 -60
  4. data/lib/docusign_esign/api/billing_api.rb +2 -2
  5. data/lib/docusign_esign/api/bulk_envelopes_api.rb +22 -22
  6. data/lib/docusign_esign/api/connect_api.rb +148 -0
  7. data/lib/docusign_esign/api/email_archive_api.rb +8 -8
  8. data/lib/docusign_esign/api/envelopes_api.rb +1223 -105
  9. data/lib/docusign_esign/api/notary_api.rb +16 -16
  10. data/lib/docusign_esign/api/power_forms_api.rb +16 -16
  11. data/lib/docusign_esign/api/templates_api.rb +20 -20
  12. data/lib/docusign_esign/api/users_api.rb +14 -14
  13. data/lib/docusign_esign/api/workspaces_api.rb +4 -4
  14. data/lib/docusign_esign/client/api_client.rb +1 -1
  15. data/lib/docusign_esign/models/access_code_format.rb +6 -0
  16. data/lib/docusign_esign/models/account_billing_plan.rb +1 -0
  17. data/lib/docusign_esign/models/account_billing_plan_response.rb +9 -0
  18. data/lib/docusign_esign/models/account_identity_verification_step.rb +1 -0
  19. data/lib/docusign_esign/models/account_identity_verification_workflow.rb +2 -0
  20. data/lib/docusign_esign/models/account_information.rb +1 -0
  21. data/lib/docusign_esign/models/account_notification.rb +3 -0
  22. data/lib/docusign_esign/models/account_password_questions_required.rb +1 -0
  23. data/lib/docusign_esign/models/account_password_rules.rb +7 -0
  24. data/lib/docusign_esign/models/account_role_settings.rb +39 -0
  25. data/lib/docusign_esign/models/account_settings_information.rb +537 -3
  26. data/lib/docusign_esign/models/account_shared_access.rb +1 -0
  27. data/lib/docusign_esign/models/account_signature.rb +2 -0
  28. data/lib/docusign_esign/models/account_signature_definition.rb +1 -0
  29. data/lib/docusign_esign/models/account_signature_provider.rb +1 -0
  30. data/lib/docusign_esign/models/account_signature_provider_option.rb +1 -0
  31. data/lib/docusign_esign/models/account_ui_settings.rb +15 -0
  32. data/lib/docusign_esign/models/address_information_input.rb +1 -0
  33. data/lib/docusign_esign/models/agent.rb +22 -0
  34. data/lib/docusign_esign/models/approve.rb +45 -0
  35. data/lib/docusign_esign/models/authentication_status.rb +19 -0
  36. data/lib/docusign_esign/models/bcc_email_archive.rb +3 -0
  37. data/lib/docusign_esign/models/bcc_email_archive_history.rb +2 -0
  38. data/lib/docusign_esign/models/bcc_email_archive_list.rb +1 -0
  39. data/lib/docusign_esign/models/billing_plan_information.rb +19 -1
  40. data/lib/docusign_esign/models/billing_plan_preview.rb +1 -0
  41. data/lib/docusign_esign/models/billing_plan_response.rb +1 -0
  42. data/lib/docusign_esign/models/billing_plan_update_response.rb +1 -0
  43. data/lib/docusign_esign/models/brand.rb +4 -0
  44. data/lib/docusign_esign/models/brand_email_content.rb +1 -0
  45. data/lib/docusign_esign/models/brand_link.rb +1 -0
  46. data/lib/docusign_esign/models/brand_logos.rb +1 -0
  47. data/lib/docusign_esign/models/brand_request.rb +1 -0
  48. data/lib/docusign_esign/models/brand_resource_urls.rb +1 -0
  49. data/lib/docusign_esign/models/brand_resources.rb +3 -0
  50. data/lib/docusign_esign/models/brands_request.rb +1 -0
  51. data/lib/docusign_esign/models/bulk_envelope.rb +1 -0
  52. data/lib/docusign_esign/models/bulk_recipients_update_response.rb +1 -0
  53. data/lib/docusign_esign/models/bulk_send_batch_action_request.rb +1 -0
  54. data/lib/docusign_esign/models/bulk_send_batch_status.rb +2 -0
  55. data/lib/docusign_esign/models/bulk_send_batch_summaries.rb +1 -0
  56. data/lib/docusign_esign/models/bulk_send_batch_summary.rb +1 -0
  57. data/lib/docusign_esign/models/bulk_send_error_status.rb +1 -0
  58. data/lib/docusign_esign/models/bulk_send_request.rb +1 -0
  59. data/lib/docusign_esign/models/bulk_send_response.rb +1 -0
  60. data/lib/docusign_esign/models/bulk_send_test_response.rb +1 -0
  61. data/lib/docusign_esign/models/bulk_sending_copy.rb +1 -0
  62. data/lib/docusign_esign/models/bulk_sending_copy_custom_field.rb +1 -0
  63. data/lib/docusign_esign/models/bulk_sending_copy_recipient.rb +5 -0
  64. data/lib/docusign_esign/models/bulk_sending_copy_tab.rb +1 -0
  65. data/lib/docusign_esign/models/bulk_sending_list.rb +1 -0
  66. data/lib/docusign_esign/models/bulk_sending_list_summaries.rb +1 -0
  67. data/lib/docusign_esign/models/bulk_sending_list_summary.rb +1 -0
  68. data/lib/docusign_esign/models/captive_recipient.rb +2 -0
  69. data/lib/docusign_esign/models/captive_recipient_information.rb +1 -0
  70. data/lib/docusign_esign/models/carbon_copy.rb +25 -0
  71. data/lib/docusign_esign/models/certified_delivery.rb +24 -0
  72. data/lib/docusign_esign/models/checkbox.rb +52 -39
  73. data/lib/docusign_esign/models/chunked_upload_part.rb +1 -0
  74. data/lib/docusign_esign/models/chunked_upload_request.rb +1 -0
  75. data/lib/docusign_esign/models/chunked_upload_response.rb +1 -0
  76. data/lib/docusign_esign/models/cloud_storage_provider.rb +2 -0
  77. data/lib/docusign_esign/models/comment_thread.rb +43 -0
  78. data/lib/docusign_esign/models/commission_county.rb +52 -0
  79. data/lib/docusign_esign/models/commission_expiration.rb +52 -0
  80. data/lib/docusign_esign/models/commission_number.rb +52 -0
  81. data/lib/docusign_esign/models/commission_state.rb +52 -0
  82. data/lib/docusign_esign/models/company.rb +52 -0
  83. data/lib/docusign_esign/models/composite_template.rb +2 -0
  84. data/lib/docusign_esign/models/conditional_recipient_rule.rb +2 -0
  85. data/lib/docusign_esign/models/connect_config_results.rb +1 -0
  86. data/lib/docusign_esign/models/connect_custom_configuration.rb +2 -0
  87. data/lib/docusign_esign/models/connect_debug_log.rb +1 -0
  88. data/lib/docusign_esign/models/connect_event_data.rb +1 -0
  89. data/lib/docusign_esign/models/connect_failure_filter.rb +1 -0
  90. data/lib/docusign_esign/models/connect_failure_result.rb +1 -0
  91. data/lib/docusign_esign/models/connect_log.rb +1 -0
  92. data/lib/docusign_esign/models/connect_o_auth_config.rb +214 -0
  93. data/lib/docusign_esign/models/connect_salesforce_field.rb +1 -0
  94. data/lib/docusign_esign/models/connect_salesforce_object.rb +1 -0
  95. data/lib/docusign_esign/models/console_view_request.rb +1 -0
  96. data/lib/docusign_esign/models/consumer_disclosure.rb +3 -0
  97. data/lib/docusign_esign/models/contact.rb +1 -0
  98. data/lib/docusign_esign/models/contact_get_response.rb +1 -0
  99. data/lib/docusign_esign/models/contact_mod_request.rb +1 -0
  100. data/lib/docusign_esign/models/contact_phone_number.rb +1 -0
  101. data/lib/docusign_esign/models/contact_update_response.rb +1 -0
  102. data/lib/docusign_esign/models/correct_view_request.rb +12 -1
  103. data/lib/docusign_esign/models/credit_card_information.rb +2 -0
  104. data/lib/docusign_esign/models/currency.rb +55 -0
  105. data/lib/docusign_esign/models/currency_feature_set_price.rb +1 -0
  106. data/lib/docusign_esign/models/currency_plan_price.rb +1 -0
  107. data/lib/docusign_esign/models/custom_field.rb +2 -0
  108. data/lib/docusign_esign/models/date.rb +59 -0
  109. data/lib/docusign_esign/models/date_signed.rb +46 -0
  110. data/lib/docusign_esign/models/date_stamp_properties.rb +1 -0
  111. data/lib/docusign_esign/models/decline.rb +46 -0
  112. data/lib/docusign_esign/models/direct_debit_processor_information.rb +1 -0
  113. data/lib/docusign_esign/models/document.rb +3 -0
  114. data/lib/docusign_esign/models/document_html_collapsible_display_settings.rb +1 -0
  115. data/lib/docusign_esign/models/document_html_definition.rb +1 -0
  116. data/lib/docusign_esign/models/document_html_definition_original.rb +1 -0
  117. data/lib/docusign_esign/models/document_html_display_anchor.rb +1 -0
  118. data/lib/docusign_esign/models/document_html_display_settings.rb +1 -0
  119. data/lib/docusign_esign/models/document_template.rb +1 -0
  120. data/lib/docusign_esign/models/document_visibility.rb +2 -0
  121. data/lib/docusign_esign/models/document_visibility_list.rb +1 -0
  122. data/lib/docusign_esign/models/downgrad_request_billing_info_response.rb +1 -0
  123. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +1 -0
  124. data/lib/docusign_esign/models/draw.rb +40 -0
  125. data/lib/docusign_esign/models/e_note_configuration.rb +1 -0
  126. data/lib/docusign_esign/models/editor.rb +23 -0
  127. data/lib/docusign_esign/models/email.rb +59 -0
  128. data/lib/docusign_esign/models/email_address.rb +46 -0
  129. data/lib/docusign_esign/models/envelope.rb +10 -0
  130. data/lib/docusign_esign/models/envelope_attachment.rb +1 -0
  131. data/lib/docusign_esign/models/envelope_definition.rb +13 -0
  132. data/lib/docusign_esign/models/envelope_document.rb +7 -0
  133. data/lib/docusign_esign/models/envelope_event.rb +1 -0
  134. data/lib/docusign_esign/models/envelope_form_data.rb +2 -0
  135. data/lib/docusign_esign/models/envelope_id.rb +45 -0
  136. data/lib/docusign_esign/models/envelope_ids_request.rb +1 -0
  137. data/lib/docusign_esign/models/envelope_notification_request.rb +3 -0
  138. data/lib/docusign_esign/models/envelope_purge_configuration.rb +1 -0
  139. data/lib/docusign_esign/models/envelope_summary.rb +3 -0
  140. data/lib/docusign_esign/models/envelope_template.rb +12 -0
  141. data/lib/docusign_esign/models/envelope_template_results.rb +1 -0
  142. data/lib/docusign_esign/models/envelope_transaction_status.rb +1 -0
  143. data/lib/docusign_esign/models/envelope_transfer_rule.rb +6 -0
  144. data/lib/docusign_esign/models/envelope_transfer_rule_request.rb +4 -0
  145. data/lib/docusign_esign/models/envelope_update_summary.rb +4 -0
  146. data/lib/docusign_esign/models/envelopes_information.rb +1 -0
  147. data/lib/docusign_esign/models/event_notification.rb +1 -0
  148. data/lib/docusign_esign/models/event_result.rb +1 -0
  149. data/lib/docusign_esign/models/external_document_sources.rb +6 -0
  150. data/lib/docusign_esign/models/external_file.rb +1 -0
  151. data/lib/docusign_esign/models/external_folder.rb +1 -0
  152. data/lib/docusign_esign/models/favorite_templates_content_item.rb +1 -0
  153. data/lib/docusign_esign/models/favorite_templates_info.rb +1 -0
  154. data/lib/docusign_esign/models/feature_set.rb +1 -0
  155. data/lib/docusign_esign/models/filter.rb +1 -0
  156. data/lib/docusign_esign/models/first_name.rb +46 -0
  157. data/lib/docusign_esign/models/folder.rb +4 -0
  158. data/lib/docusign_esign/models/folder_item_response.rb +1 -0
  159. data/lib/docusign_esign/models/folder_item_v2.rb +2 -0
  160. data/lib/docusign_esign/models/folder_shared_item.rb +3 -0
  161. data/lib/docusign_esign/models/folders_request.rb +1 -0
  162. data/lib/docusign_esign/models/form_data_item.rb +1 -0
  163. data/lib/docusign_esign/models/formula_tab.rb +64 -0
  164. data/lib/docusign_esign/models/full_name.rb +46 -0
  165. data/lib/docusign_esign/models/group.rb +2 -0
  166. data/lib/docusign_esign/models/id_check_configuration.rb +1 -0
  167. data/lib/docusign_esign/models/id_check_information_input.rb +4 -0
  168. data/lib/docusign_esign/models/in_person_signer.rb +31 -0
  169. data/lib/docusign_esign/models/initial_here.rb +40 -0
  170. data/lib/docusign_esign/models/inline_template.rb +3 -0
  171. data/lib/docusign_esign/models/intermediary.rb +23 -0
  172. data/lib/docusign_esign/models/jurisdiction.rb +1 -0
  173. data/lib/docusign_esign/models/last_name.rb +46 -0
  174. data/lib/docusign_esign/models/linked_external_primary_account.rb +1 -0
  175. data/lib/docusign_esign/models/list.rb +54 -0
  176. data/lib/docusign_esign/models/list_custom_field.rb +2 -0
  177. data/lib/docusign_esign/models/list_item.rb +4 -0
  178. data/lib/docusign_esign/models/locale_policy.rb +13 -0
  179. data/lib/docusign_esign/models/lock_information.rb +2 -0
  180. data/lib/docusign_esign/models/lock_request.rb +1 -0
  181. data/lib/docusign_esign/models/member_group_shared_item.rb +3 -0
  182. data/lib/docusign_esign/models/member_shared_items.rb +3 -0
  183. data/lib/docusign_esign/models/merge_field.rb +6 -0
  184. data/lib/docusign_esign/models/mobile_notifier_configuration.rb +1 -0
  185. data/lib/docusign_esign/models/money.rb +1 -0
  186. data/lib/docusign_esign/models/name_value.rb +2 -0
  187. data/lib/docusign_esign/models/new_account_definition.rb +20 -1
  188. data/lib/docusign_esign/models/new_account_summary.rb +1 -0
  189. data/lib/docusign_esign/models/new_user.rb +2 -0
  190. data/lib/docusign_esign/models/new_users_summary.rb +1 -0
  191. data/lib/docusign_esign/models/notarize.rb +38 -0
  192. data/lib/docusign_esign/models/notary.rb +1 -0
  193. data/lib/docusign_esign/models/notary_host.rb +20 -0
  194. data/lib/docusign_esign/models/notary_journal.rb +2 -0
  195. data/lib/docusign_esign/models/notary_jurisdiction.rb +3 -0
  196. data/lib/docusign_esign/models/notary_jurisdiction_list.rb +1 -0
  197. data/lib/docusign_esign/models/notary_recipient.rb +29 -0
  198. data/lib/docusign_esign/models/notary_result.rb +2 -0
  199. data/lib/docusign_esign/models/notary_seal.rb +39 -0
  200. data/lib/docusign_esign/models/note.rb +47 -0
  201. data/lib/docusign_esign/models/notification.rb +2 -0
  202. data/lib/docusign_esign/models/notification_default_settings.rb +3 -0
  203. data/lib/docusign_esign/models/notification_defaults.rb +2 -0
  204. data/lib/docusign_esign/models/number.rb +61 -0
  205. data/lib/docusign_esign/models/page.rb +1 -0
  206. data/lib/docusign_esign/models/payment_details.rb +5 -0
  207. data/lib/docusign_esign/models/payment_gateway_account.rb +3 -0
  208. data/lib/docusign_esign/models/payment_gateway_accounts_info.rb +1 -0
  209. data/lib/docusign_esign/models/payment_line_item.rb +1 -0
  210. data/lib/docusign_esign/models/payment_method_with_options.rb +1 -0
  211. data/lib/docusign_esign/models/payment_processor_information.rb +1 -0
  212. data/lib/docusign_esign/models/permission_profile.rb +2 -0
  213. data/lib/docusign_esign/models/permission_profile_information.rb +1 -0
  214. data/lib/docusign_esign/models/phone_number.rb +52 -0
  215. data/lib/docusign_esign/models/poly_line_overlay.rb +40 -0
  216. data/lib/docusign_esign/models/power_form.rb +2 -0
  217. data/lib/docusign_esign/models/power_form_recipient.rb +1 -0
  218. data/lib/docusign_esign/models/power_form_senders_response.rb +1 -0
  219. data/lib/docusign_esign/models/power_forms_response.rb +1 -0
  220. data/lib/docusign_esign/models/prefill_tabs.rb +1 -0
  221. data/lib/docusign_esign/models/property_metadata.rb +1 -0
  222. data/lib/docusign_esign/models/radio.rb +28 -0
  223. data/lib/docusign_esign/models/radio_group.rb +17 -0
  224. data/lib/docusign_esign/models/recipient_additional_notification.rb +3 -0
  225. data/lib/docusign_esign/models/recipient_email_notification.rb +3 -0
  226. data/lib/docusign_esign/models/recipient_group.rb +1 -0
  227. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +3 -0
  228. data/lib/docusign_esign/models/recipient_identity_verification.rb +2 -0
  229. data/lib/docusign_esign/models/recipient_names_response.rb +1 -0
  230. data/lib/docusign_esign/models/recipient_option.rb +1 -0
  231. data/lib/docusign_esign/models/recipient_phone_authentication.rb +4 -0
  232. data/lib/docusign_esign/models/recipient_phone_number.rb +3 -0
  233. data/lib/docusign_esign/models/recipient_preview_request.rb +2 -0
  234. data/lib/docusign_esign/models/recipient_proof_file.rb +1 -0
  235. data/lib/docusign_esign/models/recipient_routing.rb +2 -0
  236. data/lib/docusign_esign/models/recipient_signature_provider.rb +3 -0
  237. data/lib/docusign_esign/models/recipient_signature_provider_options.rb +5 -0
  238. data/lib/docusign_esign/models/recipient_sms_authentication.rb +1 -0
  239. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +30 -30
  240. data/lib/docusign_esign/models/recipient_update_response.rb +3 -0
  241. data/lib/docusign_esign/models/recipient_view_request.rb +2 -0
  242. data/lib/docusign_esign/models/recipients.rb +1 -0
  243. data/lib/docusign_esign/models/recipients_update_summary.rb +1 -0
  244. data/lib/docusign_esign/models/return_url_request.rb +1 -0
  245. data/lib/docusign_esign/models/seal_sign.rb +17 -0
  246. data/lib/docusign_esign/models/seat_discount.rb +1 -0
  247. data/lib/docusign_esign/models/sender_company.rb +45 -0
  248. data/lib/docusign_esign/models/sender_email_notifications.rb +1 -0
  249. data/lib/docusign_esign/models/sender_name.rb +45 -0
  250. data/lib/docusign_esign/models/settings_metadata.rb +1 -0
  251. data/lib/docusign_esign/models/shared_item.rb +3 -0
  252. data/lib/docusign_esign/models/sign_here.rb +42 -0
  253. data/lib/docusign_esign/models/signature_provider_required_option.rb +1 -0
  254. data/lib/docusign_esign/models/signature_type.rb +1 -0
  255. data/lib/docusign_esign/models/signer.rb +30 -0
  256. data/lib/docusign_esign/models/signer_attachment.rb +40 -0
  257. data/lib/docusign_esign/models/signing_group.rb +2 -0
  258. data/lib/docusign_esign/models/signing_group_user.rb +1 -0
  259. data/lib/docusign_esign/models/smart_section.rb +41 -0
  260. data/lib/docusign_esign/models/smart_section_display_settings.rb +2 -0
  261. data/lib/docusign_esign/models/social_account_information.rb +1 -0
  262. data/lib/docusign_esign/models/ssn.rb +59 -0
  263. data/lib/docusign_esign/models/stamp.rb +2 -0
  264. data/lib/docusign_esign/models/supported_languages.rb +1 -0
  265. data/lib/docusign_esign/models/tab_account_settings.rb +22 -0
  266. data/lib/docusign_esign/models/tab_group.rb +41 -0
  267. data/lib/docusign_esign/models/tab_metadata.rb +14 -1
  268. data/lib/docusign_esign/models/tabs.rb +2 -0
  269. data/lib/docusign_esign/models/template_document_visibility_list.rb +1 -0
  270. data/lib/docusign_esign/models/template_notification_request.rb +2 -0
  271. data/lib/docusign_esign/models/template_recipients.rb +1 -0
  272. data/lib/docusign_esign/models/template_role.rb +4 -0
  273. data/lib/docusign_esign/models/template_shared_item.rb +3 -0
  274. data/lib/docusign_esign/models/template_summary.rb +3 -0
  275. data/lib/docusign_esign/models/template_tabs.rb +1 -0
  276. data/lib/docusign_esign/models/template_update_summary.rb +4 -0
  277. data/lib/docusign_esign/models/text.rb +61 -0
  278. data/lib/docusign_esign/models/text_custom_field.rb +2 -0
  279. data/lib/docusign_esign/models/title.rb +52 -0
  280. data/lib/docusign_esign/models/user_account_management_granular_information.rb +12 -0
  281. data/lib/docusign_esign/models/user_info.rb +1 -0
  282. data/lib/docusign_esign/models/user_information.rb +6 -0
  283. data/lib/docusign_esign/models/user_information_list.rb +1 -0
  284. data/lib/docusign_esign/models/user_password_information.rb +1 -0
  285. data/lib/docusign_esign/models/user_password_rules.rb +2 -0
  286. data/lib/docusign_esign/models/user_profile.rb +3 -0
  287. data/lib/docusign_esign/models/user_settings_information.rb +61 -0
  288. data/lib/docusign_esign/models/user_shared_item.rb +3 -0
  289. data/lib/docusign_esign/models/user_signature.rb +2 -0
  290. data/lib/docusign_esign/models/user_signature_definition.rb +1 -0
  291. data/lib/docusign_esign/models/view.rb +46 -0
  292. data/lib/docusign_esign/models/witness.rb +30 -0
  293. data/lib/docusign_esign/models/workflow.rb +2 -0
  294. data/lib/docusign_esign/models/workflow_step.rb +3 -0
  295. data/lib/docusign_esign/models/workspace.rb +4 -0
  296. data/lib/docusign_esign/models/workspace_folder_contents.rb +1 -0
  297. data/lib/docusign_esign/models/workspace_item.rb +5 -0
  298. data/lib/docusign_esign/models/workspace_settings.rb +1 -0
  299. data/lib/docusign_esign/models/workspace_user.rb +1 -0
  300. data/lib/docusign_esign/models/workspace_user_authorization.rb +2 -0
  301. data/lib/docusign_esign/models/zip.rb +60 -0
  302. data/lib/docusign_esign/version.rb +1 -1
  303. data/lib/docusign_esign.rb +1 -0
  304. metadata +7 -6
@@ -79,7 +79,7 @@ module DocuSign_eSign
79
79
  end
80
80
 
81
81
  # Creates a new bulk send list
82
- #
82
+ # This method creates a bulk send list that you can use to send an envelope to up to 1,000 recipients at once. ### Related topics - [How to bulk send envelopes](/docs/esign-rest-api/how-to/bulk-send-envelopes/) ### Errors | Error code | Description | | :------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | BULK_SEND_MAX_COPIES_EXCEEDED | A bulk sending list cannot specify more than XXX copies in the mailing list. Call the settings API endpoint to find the maximum number of copies in a batch allowed for your account. In almost all cases, the default limit is 1000. | | BULK_SEND_RECIPIENT_IDS_MUST_BE_UNIQUE | No two recipientIds can be same within a bulkCopy. Same restriction as a regular envelope applies. Specify unique recipient IDs for each recipient within a bulkCopy (model for envelope in mailing list). | | BULK_SEND_RECIPIENT_ID_REQUIRED | If no RoleName is present, recipientID is required in mailing list's bulkCopy. Add a roleName (that coalesces with template/envelope) or a recipientID. | | BULK_SEND_RECIPIENT_NAME_REQUIRED | Recipient {0} has no name. Specify a name for the recipient. | | BULK_SEND_EMAIL_ADDRESS_REQUIRED_FOR_EMAIL_RECIPIENT | Recipient {0} is an email recipient with no email address. Specify an email for the email recipient. | | BULK_SEND_FAX_NUMBER_REQUIRED_FOR_FAX_RECIPIENT | Recipient {0} is a fax recipient with no fax number. Specify a fax number for the fax recipient. | | BULK_SEND_FAX_NUMBER_NOT_VALID | Recipient {0} specifies fax number {1}, which is not valid. Specify a valid fax number for the fax recipient. | | BULK_SEND_EMAIL_ADDRESS_NOT_VALID | Recipient {0} specifies email address {1}, which is not a valid email address. Specify a valid email address for the recipient. | | BULK_SEND_PHONE_NUMBER_REQURED_FOR_SMS_AUTH | Recipient {0} specifies SMS auth, but no number was provided. Specify a phone number for the SMS auth recipient. | | BULK_SEND_PHONE_NUMBER_INVALID_FOR_SMS_AUTH | Recipient {0} specifies phone number {1} for SMS auth, which is not valid. Specify a valid phone number for the SMS auth recipient. | | BULK_SEND_ROLE_NAMES_MUST_BE_UNIQUE | Recipient role names cannot be duplicated; role {duplicateRecipientRole} appears multiple times. Use unique roleNames for recipients. | | BULK_SEND_CANNOT_USE_BOTH_ROLE_AND_ID_ON_SAME_RECIPIENT | Recipients cannot have both ID and Role; {0} has both. Specify a roleName or recipientId, but not both for the same recipient. | | BULK_SEND_CANNOT_USE_BOTH_ROLE_AND_ID_IN_SAME_LIST | Cannot use both recipient role and ID in the same list. Specify a roleName or recipientId, but not both in the same list. | | BULK_SEND_INVALID_ID_CHECK_CONFIGURATION | Recipient {0} specified SMS authentication, but no SMS auth settings were provided. Provide an SMS auth setting (proper ID configuration) if SMS auth is specified. | | BULK_SEND_INVALID_SBS_INPUT_CONFIGURATION | Recipient {0} has more than one signature provider specified. Or signingProviderName is not specified. Or Signature provider : {0} is either unknown or not an available pen for this account. One or more SBS configuration is missing or invalid. The error details provide specifics. | | BULK_SEND_TAB_LABELS_MUST_BE_UNIQUE | Tab label {0} is duplicated. Needs to be unique. Use a unique tab label. | | BULK_SEND_TAB_LABEL_REQUIRED | Tab label is required. Specify a tab label. | | BULK_SEND_TAB_VALUE_REQUIRED | Tab Label value is required. Specify a value for the tab label. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_NAME_MUST_BE_UNIQUE | Custom fields must have distinct names. The field {0} appears more than once in a copy. Use unique names for custom fields. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_NAME_REQUIRED | All custom fields must have names. Specify a name for the custom field. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_VALUE_REQUIRED | Custom field {0} has no value. A custom field can have an empty value, but it cannot have a null value. Specify a value for the custom field. |
83
83
  # @param account_id The external account number (int) or account ID Guid.
84
84
  # @param bulk_sending_list (optional parameter)
85
85
  # @return [BulkSendingList]
@@ -89,7 +89,7 @@ module DocuSign_eSign
89
89
  end
90
90
 
91
91
  # Creates a new bulk send list
92
- #
92
+ # This method creates a bulk send list that you can use to send an envelope to up to 1,000 recipients at once. ### Related topics - [How to bulk send envelopes](/docs/esign-rest-api/how-to/bulk-send-envelopes/) ### Errors | Error code | Description | | :------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | BULK_SEND_MAX_COPIES_EXCEEDED | A bulk sending list cannot specify more than XXX copies in the mailing list. Call the settings API endpoint to find the maximum number of copies in a batch allowed for your account. In almost all cases, the default limit is 1000. | | BULK_SEND_RECIPIENT_IDS_MUST_BE_UNIQUE | No two recipientIds can be same within a bulkCopy. Same restriction as a regular envelope applies. Specify unique recipient IDs for each recipient within a bulkCopy (model for envelope in mailing list). | | BULK_SEND_RECIPIENT_ID_REQUIRED | If no RoleName is present, recipientID is required in mailing list's bulkCopy. Add a roleName (that coalesces with template/envelope) or a recipientID. | | BULK_SEND_RECIPIENT_NAME_REQUIRED | Recipient {0} has no name. Specify a name for the recipient. | | BULK_SEND_EMAIL_ADDRESS_REQUIRED_FOR_EMAIL_RECIPIENT | Recipient {0} is an email recipient with no email address. Specify an email for the email recipient. | | BULK_SEND_FAX_NUMBER_REQUIRED_FOR_FAX_RECIPIENT | Recipient {0} is a fax recipient with no fax number. Specify a fax number for the fax recipient. | | BULK_SEND_FAX_NUMBER_NOT_VALID | Recipient {0} specifies fax number {1}, which is not valid. Specify a valid fax number for the fax recipient. | | BULK_SEND_EMAIL_ADDRESS_NOT_VALID | Recipient {0} specifies email address {1}, which is not a valid email address. Specify a valid email address for the recipient. | | BULK_SEND_PHONE_NUMBER_REQURED_FOR_SMS_AUTH | Recipient {0} specifies SMS auth, but no number was provided. Specify a phone number for the SMS auth recipient. | | BULK_SEND_PHONE_NUMBER_INVALID_FOR_SMS_AUTH | Recipient {0} specifies phone number {1} for SMS auth, which is not valid. Specify a valid phone number for the SMS auth recipient. | | BULK_SEND_ROLE_NAMES_MUST_BE_UNIQUE | Recipient role names cannot be duplicated; role {duplicateRecipientRole} appears multiple times. Use unique roleNames for recipients. | | BULK_SEND_CANNOT_USE_BOTH_ROLE_AND_ID_ON_SAME_RECIPIENT | Recipients cannot have both ID and Role; {0} has both. Specify a roleName or recipientId, but not both for the same recipient. | | BULK_SEND_CANNOT_USE_BOTH_ROLE_AND_ID_IN_SAME_LIST | Cannot use both recipient role and ID in the same list. Specify a roleName or recipientId, but not both in the same list. | | BULK_SEND_INVALID_ID_CHECK_CONFIGURATION | Recipient {0} specified SMS authentication, but no SMS auth settings were provided. Provide an SMS auth setting (proper ID configuration) if SMS auth is specified. | | BULK_SEND_INVALID_SBS_INPUT_CONFIGURATION | Recipient {0} has more than one signature provider specified. Or signingProviderName is not specified. Or Signature provider : {0} is either unknown or not an available pen for this account. One or more SBS configuration is missing or invalid. The error details provide specifics. | | BULK_SEND_TAB_LABELS_MUST_BE_UNIQUE | Tab label {0} is duplicated. Needs to be unique. Use a unique tab label. | | BULK_SEND_TAB_LABEL_REQUIRED | Tab label is required. Specify a tab label. | | BULK_SEND_TAB_VALUE_REQUIRED | Tab Label value is required. Specify a value for the tab label. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_NAME_MUST_BE_UNIQUE | Custom fields must have distinct names. The field {0} appears more than once in a copy. Use unique names for custom fields. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_NAME_REQUIRED | All custom fields must have names. Specify a name for the custom field. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_VALUE_REQUIRED | Custom field {0} has no value. A custom field can have an empty value, but it cannot have a null value. Specify a value for the custom field. |
93
93
  # @param account_id The external account number (int) or account ID Guid.
94
94
  # @param bulk_sending_list (optional parameter)
95
95
  # @return [Array<(BulkSendingList, Fixnum, Hash)>] BulkSendingList data, response status code and response headers
@@ -130,7 +130,7 @@ module DocuSign_eSign
130
130
  end
131
131
 
132
132
  # Uses the specified bulk send list to send the envelope specified in the payload
133
- #
133
+ # This method initiates the bulk send process. It generates a bulk send request based on an [existing bulk send list][create_list] and an envelope or template. Consider using the [BulkSend::createBulkSendTestRequest][create_test] method to test your bulk send list for compatibility with the envelope or template that you want to send first. To learn about the complete bulk send flow, see the [Bulk Send overview][BulkSendOverview]. If the envelopes were successfully queued for asynchronous processing, the response contains a `batchId` that you can use to get the status of the batch. If a failure occurs, the API returns an error message. **Note:** Partial success or failure generally does not occur. Only the entire batch is queued for asynchronous processing. ### Related topics - [How to bulk send envelopes](/docs/esign-rest-api/how-to/bulk-send-envelopes/) ### Errors This method returns the following errors: | Error code | Description | | :--------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | BULK_SEND_ENVELOPE_NOT_IN_SENDABLE_STATE | Envelope {0} is not in a sendable state. The envelope is not complete. Make sure it has a sendable status, such as `created`. | | BULK_SEND_ENVELOPE_LIST_CONTAINS_NO_COPIES | Cannot send an envelope with a bulk sending list which contains no copies. The list you're trying to bulk send is empty. Make sure the bulk sending list you're using contains recipients. | | BULK_SEND_ENVELOPE_LIST_CONTAINS_TOO_MANY_COPIES | Bulk sending list contains more than {0} copies. The list you're trying to bulk send will cause your account to exceed the 1,000-copy limit imposed for all accounts. Try sending two or more separate lists. | | BULK_SEND_ENVELOPE_CANNOT_BE_NULL | Cannot send a bulk list without an envelope. Specify the envelope ID or template ID for the envelope you want to bulk send. | | BULK_SEND_BLOB_STORE_ERROR | Could not save copy of bulk sending list. An error writing to the database occurred. Try again. If the error persists, contact DocuSign Support. | | BULK_SEND_ACCOUNT_HAS_TOO_MANY_QUEUED_ENVELOPES | Cannot send this bulk sending list because doing so would exceed the maximum of {maxCopies} in-flight envelopes. This account currently has {unprocessedEnvelopes} envelopes waiting to be processed. Please try again later.\" .Try again later, or contact DocuSign Support to request a higher tier. | | BULK_SEND_ENVELOPE_NOT_FOUND | Envelope {envelopeOrTemplateId} does not exist or you do not have permission to access it. The envelopeId or templateId specified could not be found. Specify a valid value. | | BULK_SEND_LIST_NOT_FOUND | Bulk Sending list {listId} does not exist or you do not have permission to access it. The mailingListId specified could not be found. Specify a valid value. | | BULK_SEND_ENVELOPE_HAS_NO_RECIPIENTS | Bulk sending copy contains recipients, but the specified envelope does not. The recipients on the envelope and the bulk send list do not match. Make sure the envelope and list are compatible for sending. | | BULK_SEND_RECIPIENT_ID_DOES_NOT_EXIST_IN_ENVELOPE | Recipient {0} does not exist in the envelope. Add the missing recipient to the envelope. | | BULK_SEND_RECIPIENT_ID_DOES_NOT_MATCH | Recipient ID {envelopeMember.ID} does not match. Make sure the recipient information in the list and the envelope match up. | | BULK_SEND_ENVELOPE_HAS_BULK_RECIPIENT | Recipient {0} is a bulk recipient. This is not supported. No legacy 'bulk recipient' allowed. In v2.1 of the eSignature API, you must use a bulk send list instead of a bulk recipient. See the API documentation for details. | | BULK_SEND_RECIPIENT_ROLE_DOES_NOT_MATCH | Recipient Role {envelopeMember.RoleName} does not match. Make sure the recipient information in the list and the envelope is compatible. | | BULK_SEND_DUPLICATE_RECIPIENT_DETECTED | Duplicate recipients ({0}) not allowed, unless recipients have unique routing order specified on envelope. | | BULK_SEND_ENVELOPE_HAS_NO_TABS | Bulk sending copy contains tabs, but the specified envelope does not. List and envelope tabs cannot be coalesced. Make sure they are compatible for sending. | | BULK_SEND_TAB_LABEL_DOES_NOT_EXIST_IN_ENVELOPE | Tab with label {0} does not exist in envelope. Add the tab label to the envelope, remove the label from the list, or make sure you're specifying the correct list and envelope. | | BULK_SEND_TAB_DOES_NOT_MATCH | Tab {0} does not match {0} in envelope. A tab exists on the list that does not match or is missing on the envelope. Make sure the tabs on the list and the envelope match. | | BULK_SEND_ENVELOPE_HAS_NO_ENVELOPE_CUSTOM_FIELDS | Bulk sending copy contains custom fields, but the specified envelope does not. There are custom fields on the list that the envelope does not have. Make sure that any custom fields on the list and the envelope match. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_DOES_NOT_EXIST_IN_ENVELOPE | Custom field {0} does not exist in the envelope. Either add the custom field on the list to the envelope, remove the custom field from the list, or make sure you're specifying the correct list and envelope. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_NAME_DOES_NOT_MATCH | Custom field names must match. {0} and {1} do not match. The custom field names on the list and the envelope do not match. Use identical names for both. | [create_list]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/createbulksendlist/ [create_test]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/createbulksendtestrequest/ [BulkSendOverview]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/
134
134
  # @param account_id The external account number (int) or account ID Guid.
135
135
  # @param bulk_send_list_id
136
136
  # @param bulk_send_request (optional parameter)
@@ -141,7 +141,7 @@ module DocuSign_eSign
141
141
  end
142
142
 
143
143
  # Uses the specified bulk send list to send the envelope specified in the payload
144
- #
144
+ # This method initiates the bulk send process. It generates a bulk send request based on an [existing bulk send list][create_list] and an envelope or template. Consider using the [BulkSend::createBulkSendTestRequest][create_test] method to test your bulk send list for compatibility with the envelope or template that you want to send first. To learn about the complete bulk send flow, see the [Bulk Send overview][BulkSendOverview]. If the envelopes were successfully queued for asynchronous processing, the response contains a &#x60;batchId&#x60; that you can use to get the status of the batch. If a failure occurs, the API returns an error message. **Note:** Partial success or failure generally does not occur. Only the entire batch is queued for asynchronous processing. ### Related topics - [How to bulk send envelopes](/docs/esign-rest-api/how-to/bulk-send-envelopes/) ### Errors This method returns the following errors: | Error code | Description | | :--------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | BULK_SEND_ENVELOPE_NOT_IN_SENDABLE_STATE | Envelope {0} is not in a sendable state. The envelope is not complete. Make sure it has a sendable status, such as &#x60;created&#x60;. | | BULK_SEND_ENVELOPE_LIST_CONTAINS_NO_COPIES | Cannot send an envelope with a bulk sending list which contains no copies. The list you&#39;re trying to bulk send is empty. Make sure the bulk sending list you&#39;re using contains recipients. | | BULK_SEND_ENVELOPE_LIST_CONTAINS_TOO_MANY_COPIES | Bulk sending list contains more than {0} copies. The list you&#39;re trying to bulk send will cause your account to exceed the 1,000-copy limit imposed for all accounts. Try sending two or more separate lists. | | BULK_SEND_ENVELOPE_CANNOT_BE_NULL | Cannot send a bulk list without an envelope. Specify the envelope ID or template ID for the envelope you want to bulk send. | | BULK_SEND_BLOB_STORE_ERROR | Could not save copy of bulk sending list. An error writing to the database occurred. Try again. If the error persists, contact DocuSign Support. | | BULK_SEND_ACCOUNT_HAS_TOO_MANY_QUEUED_ENVELOPES | Cannot send this bulk sending list because doing so would exceed the maximum of {maxCopies} in-flight envelopes. This account currently has {unprocessedEnvelopes} envelopes waiting to be processed. Please try again later.\&quot; .Try again later, or contact DocuSign Support to request a higher tier. | | BULK_SEND_ENVELOPE_NOT_FOUND | Envelope {envelopeOrTemplateId} does not exist or you do not have permission to access it. The envelopeId or templateId specified could not be found. Specify a valid value. | | BULK_SEND_LIST_NOT_FOUND | Bulk Sending list {listId} does not exist or you do not have permission to access it. The mailingListId specified could not be found. Specify a valid value. | | BULK_SEND_ENVELOPE_HAS_NO_RECIPIENTS | Bulk sending copy contains recipients, but the specified envelope does not. The recipients on the envelope and the bulk send list do not match. Make sure the envelope and list are compatible for sending. | | BULK_SEND_RECIPIENT_ID_DOES_NOT_EXIST_IN_ENVELOPE | Recipient {0} does not exist in the envelope. Add the missing recipient to the envelope. | | BULK_SEND_RECIPIENT_ID_DOES_NOT_MATCH | Recipient ID {envelopeMember.ID} does not match. Make sure the recipient information in the list and the envelope match up. | | BULK_SEND_ENVELOPE_HAS_BULK_RECIPIENT | Recipient {0} is a bulk recipient. This is not supported. No legacy &#39;bulk recipient&#39; allowed. In v2.1 of the eSignature API, you must use a bulk send list instead of a bulk recipient. See the API documentation for details. | | BULK_SEND_RECIPIENT_ROLE_DOES_NOT_MATCH | Recipient Role {envelopeMember.RoleName} does not match. Make sure the recipient information in the list and the envelope is compatible. | | BULK_SEND_DUPLICATE_RECIPIENT_DETECTED | Duplicate recipients ({0}) not allowed, unless recipients have unique routing order specified on envelope. | | BULK_SEND_ENVELOPE_HAS_NO_TABS | Bulk sending copy contains tabs, but the specified envelope does not. List and envelope tabs cannot be coalesced. Make sure they are compatible for sending. | | BULK_SEND_TAB_LABEL_DOES_NOT_EXIST_IN_ENVELOPE | Tab with label {0} does not exist in envelope. Add the tab label to the envelope, remove the label from the list, or make sure you&#39;re specifying the correct list and envelope. | | BULK_SEND_TAB_DOES_NOT_MATCH | Tab {0} does not match {0} in envelope. A tab exists on the list that does not match or is missing on the envelope. Make sure the tabs on the list and the envelope match. | | BULK_SEND_ENVELOPE_HAS_NO_ENVELOPE_CUSTOM_FIELDS | Bulk sending copy contains custom fields, but the specified envelope does not. There are custom fields on the list that the envelope does not have. Make sure that any custom fields on the list and the envelope match. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_DOES_NOT_EXIST_IN_ENVELOPE | Custom field {0} does not exist in the envelope. Either add the custom field on the list to the envelope, remove the custom field from the list, or make sure you&#39;re specifying the correct list and envelope. | | BULK_SEND_ENVELOPE_CUSTOM_FIELD_NAME_DOES_NOT_MATCH | Custom field names must match. {0} and {1} do not match. The custom field names on the list and the envelope do not match. Use identical names for both. | [create_list]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/createbulksendlist/ [create_test]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/createbulksendtestrequest/ [BulkSendOverview]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/
145
145
  # @param account_id The external account number (int) or account ID Guid.
146
146
  # @param bulk_send_list_id
147
147
  # @param bulk_send_request (optional parameter)
@@ -185,7 +185,7 @@ module DocuSign_eSign
185
185
  end
186
186
 
187
187
  # Tests whether the specified bulk sending list can be used to send an envelope
188
- #
188
+ # This method tests a bulk send list for compatibility with the envelope or template that you want to send. For example, a template that has three roles is not compatible with a bulk send list that has only two recipients. For this reason, you might want to test compatibility first. A successful test result returns `true` for the `canBeSent` property. An unsuccessful test returns a JSON response that contains information about the errors that occurred. If the test is successful, you can then send the envelope or template by using the [BulkSend::createBulkSendRequest][BulkSendRequest] method. ## Envelope Compatibility Checks This section describes the envelope compatibility checks that the system performs. **Top-Level Issues** - Envelopes must be in a sendable state. - The bulk send list must contain at least one copy (instance of an envelope), and no more than the maximum number of copies allowed for the account. - The envelope must not be null and must be visible to the current user. - The account cannot have more queued envelopes than the maximum number configured for the account. - The bulk send list must exist. **Recipients** - The envelope must have recipients. - If you are using an envelope, all of the recipients defined in the bulk send list must have corresponding recipient IDs in the envelope definition. If you are using a template, you must either match the recipient IDs or role IDs. - The envelope cannot contain a bulk recipient (an artifact of the legacy version of DocuSign's bulk send functionality). **Recipient Tabs** - Every `recipient ID, tab label` pair in the bulk send list must correspond to a tab in the envelope. **Custom Fields** - Each envelope-level custom field in the bulk send list must correspond to the name of a `customField` in the envelope definition. You do not have to match the recipient-level custom fields. [BulkSendRequest]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/createbulksendrequest/
189
189
  # @param account_id The external account number (int) or account ID Guid.
190
190
  # @param bulk_send_list_id
191
191
  # @param bulk_send_request (optional parameter)
@@ -196,7 +196,7 @@ module DocuSign_eSign
196
196
  end
197
197
 
198
198
  # Tests whether the specified bulk sending list can be used to send an envelope
199
- #
199
+ # This method tests a bulk send list for compatibility with the envelope or template that you want to send. For example, a template that has three roles is not compatible with a bulk send list that has only two recipients. For this reason, you might want to test compatibility first. A successful test result returns &#x60;true&#x60; for the &#x60;canBeSent&#x60; property. An unsuccessful test returns a JSON response that contains information about the errors that occurred. If the test is successful, you can then send the envelope or template by using the [BulkSend::createBulkSendRequest][BulkSendRequest] method. ## Envelope Compatibility Checks This section describes the envelope compatibility checks that the system performs. **Top-Level Issues** - Envelopes must be in a sendable state. - The bulk send list must contain at least one copy (instance of an envelope), and no more than the maximum number of copies allowed for the account. - The envelope must not be null and must be visible to the current user. - The account cannot have more queued envelopes than the maximum number configured for the account. - The bulk send list must exist. **Recipients** - The envelope must have recipients. - If you are using an envelope, all of the recipients defined in the bulk send list must have corresponding recipient IDs in the envelope definition. If you are using a template, you must either match the recipient IDs or role IDs. - The envelope cannot contain a bulk recipient (an artifact of the legacy version of DocuSign&#39;s bulk send functionality). **Recipient Tabs** - Every &#x60;recipient ID, tab label&#x60; pair in the bulk send list must correspond to a tab in the envelope. **Custom Fields** - Each envelope-level custom field in the bulk send list must correspond to the name of a &#x60;customField&#x60; in the envelope definition. You do not have to match the recipient-level custom fields. [BulkSendRequest]: /docs/esign-rest-api/reference/bulkenvelopes/bulksend/createbulksendrequest/
200
200
  # @param account_id The external account number (int) or account ID Guid.
201
201
  # @param bulk_send_list_id
202
202
  # @param bulk_send_request (optional parameter)
@@ -240,7 +240,7 @@ module DocuSign_eSign
240
240
  end
241
241
 
242
242
  # Deletes an existing bulk send list
243
- #
243
+ # This method deletes a bulk send list.
244
244
  # @param account_id The external account number (int) or account ID Guid.
245
245
  # @param bulk_send_list_id
246
246
  # @return [BulkSendingListSummaries]
@@ -250,7 +250,7 @@ module DocuSign_eSign
250
250
  end
251
251
 
252
252
  # Deletes an existing bulk send list
253
- #
253
+ # This method deletes a bulk send list.
254
254
  # @param account_id The external account number (int) or account ID Guid.
255
255
  # @param bulk_send_list_id
256
256
  # @return [Array<(BulkSendingListSummaries, Fixnum, Hash)>] BulkSendingListSummaries data, response status code and response headers
@@ -293,7 +293,7 @@ module DocuSign_eSign
293
293
  end
294
294
 
295
295
  # Gets envelopes from a specific bulk send batch
296
- #
296
+ # This method returns a list of envelopes in a specified bulk batch. Use the query parameters to filter and sort the envelopes by different attributes.
297
297
  # @param account_id The external account number (int) or account ID Guid.
298
298
  # @param bulk_send_batch_id
299
299
  # @param DocuSign_eSign::GetBulkSendBatchEnvelopesOptions Options for modifying the behavior of the function.
@@ -304,7 +304,7 @@ module DocuSign_eSign
304
304
  end
305
305
 
306
306
  # Gets envelopes from a specific bulk send batch
307
- #
307
+ # This method returns a list of envelopes in a specified bulk batch. Use the query parameters to filter and sort the envelopes by different attributes.
308
308
  # @param account_id The external account number (int) or account ID Guid.
309
309
  # @param bulk_send_batch_id
310
310
  # @param DocuSign_eSign::GetBulkSendBatchEnvelopesOptions Options for modifying the behavior of the function.
@@ -355,7 +355,7 @@ module DocuSign_eSign
355
355
  end
356
356
 
357
357
  # Gets a specific bulk send batch status
358
- #
358
+ # Gets the general status of a specific bulk send batch such as: - number of successes - number pending - number of errors The `bulkErrors` property of the response object contains more information about the errors. ### Related topics - [How to bulk send envelopes](/docs/esign-rest-api/how-to/bulk-send-envelopes/)
359
359
  # @param account_id The external account number (int) or account ID Guid.
360
360
  # @param bulk_send_batch_id
361
361
  # @return [BulkSendBatchStatus]
@@ -365,7 +365,7 @@ module DocuSign_eSign
365
365
  end
366
366
 
367
367
  # Gets a specific bulk send batch status
368
- #
368
+ # Gets the general status of a specific bulk send batch such as: - number of successes - number pending - number of errors The &#x60;bulkErrors&#x60; property of the response object contains more information about the errors. ### Related topics - [How to bulk send envelopes](/docs/esign-rest-api/how-to/bulk-send-envelopes/)
369
369
  # @param account_id The external account number (int) or account ID Guid.
370
370
  # @param bulk_send_batch_id
371
371
  # @return [Array<(BulkSendBatchStatus, Fixnum, Hash)>] BulkSendBatchStatus data, response status code and response headers
@@ -408,7 +408,7 @@ module DocuSign_eSign
408
408
  end
409
409
 
410
410
  # Returns a list of bulk send batch satuses initiated by account.
411
- #
411
+ # Returns a summary of bulk send batches. Use the `batch_ids` query parameter to narrow the list of batches.
412
412
  # @param account_id The external account number (int) or account ID Guid.
413
413
  # @param DocuSign_eSign::GetBulkSendBatchesOptions Options for modifying the behavior of the function.
414
414
  # @return [BulkSendBatchSummaries]
@@ -418,7 +418,7 @@ module DocuSign_eSign
418
418
  end
419
419
 
420
420
  # Returns a list of bulk send batch satuses initiated by account.
421
- #
421
+ # Returns a summary of bulk send batches. Use the &#x60;batch_ids&#x60; query parameter to narrow the list of batches.
422
422
  # @param account_id The external account number (int) or account ID Guid.
423
423
  # @param DocuSign_eSign::GetBulkSendBatchesOptions Options for modifying the behavior of the function.
424
424
  # @return [Array<(BulkSendBatchSummaries, Fixnum, Hash)>] BulkSendBatchSummaries data, response status code and response headers
@@ -467,7 +467,7 @@ module DocuSign_eSign
467
467
  end
468
468
 
469
469
  # Gets a specific bulk send list
470
- #
470
+ # This method returns all of the details associated with a specific bulk send list that belongs to the current user.
471
471
  # @param account_id The external account number (int) or account ID Guid.
472
472
  # @param bulk_send_list_id
473
473
  # @return [BulkSendingList]
@@ -477,7 +477,7 @@ module DocuSign_eSign
477
477
  end
478
478
 
479
479
  # Gets a specific bulk send list
480
- #
480
+ # This method returns all of the details associated with a specific bulk send list that belongs to the current user.
481
481
  # @param account_id The external account number (int) or account ID Guid.
482
482
  # @param bulk_send_list_id
483
483
  # @return [Array<(BulkSendingList, Fixnum, Hash)>] BulkSendingList data, response status code and response headers
@@ -520,7 +520,7 @@ module DocuSign_eSign
520
520
  end
521
521
 
522
522
  # Lists top-level details for all bulk send lists visible to the current user
523
- #
523
+ # This method returns a list of bulk send lists belonging to the current user, as well as basic information about each list.
524
524
  # @param account_id The external account number (int) or account ID Guid.
525
525
  # @return [BulkSendingListSummaries]
526
526
  def get_bulk_send_lists(account_id)
@@ -529,7 +529,7 @@ module DocuSign_eSign
529
529
  end
530
530
 
531
531
  # Lists top-level details for all bulk send lists visible to the current user
532
- #
532
+ # This method returns a list of bulk send lists belonging to the current user, as well as basic information about each list.
533
533
  # @param account_id The external account number (int) or account ID Guid.
534
534
  # @return [Array<(BulkSendingListSummaries, Fixnum, Hash)>] BulkSendingListSummaries data, response status code and response headers
535
535
  def get_bulk_send_lists_with_http_info(account_id)
@@ -628,7 +628,7 @@ module DocuSign_eSign
628
628
  end
629
629
 
630
630
  # Put/Update a specific bulk send batch status
631
- #
631
+ # Updates a specific bulk send batch status.
632
632
  # @param account_id The external account number (int) or account ID Guid.
633
633
  # @param bulk_send_batch_id
634
634
  # @param bulk_send_batch_request (optional parameter)
@@ -639,7 +639,7 @@ module DocuSign_eSign
639
639
  end
640
640
 
641
641
  # Put/Update a specific bulk send batch status
642
- #
642
+ # Updates a specific bulk send batch status.
643
643
  # @param account_id The external account number (int) or account ID Guid.
644
644
  # @param bulk_send_batch_id
645
645
  # @param bulk_send_batch_request (optional parameter)
@@ -683,7 +683,7 @@ module DocuSign_eSign
683
683
  end
684
684
 
685
685
  # Updates an existing bulk send list. If send_envelope query string value is provided, will accept an empty payload and try to send the specified envelope
686
- #
686
+ # This method replaces the definition of an existing bulk send list.
687
687
  # @param account_id The external account number (int) or account ID Guid.
688
688
  # @param bulk_send_list_id
689
689
  # @param bulk_sending_list (optional parameter)
@@ -694,7 +694,7 @@ module DocuSign_eSign
694
694
  end
695
695
 
696
696
  # Updates an existing bulk send list. If send_envelope query string value is provided, will accept an empty payload and try to send the specified envelope
697
- #
697
+ # This method replaces the definition of an existing bulk send list.
698
698
  # @param account_id The external account number (int) or account ID Guid.
699
699
  # @param bulk_send_list_id
700
700
  # @param bulk_sending_list (optional parameter)
@@ -153,6 +153,57 @@ module DocuSign_eSign
153
153
  return data, status_code, headers
154
154
  end
155
155
 
156
+ # Sets the Connect OAuth Config for the account.
157
+ #
158
+ # @param account_id The external account number (int) or account ID Guid.
159
+ # @param connect_o_auth_config (optional parameter)
160
+ # @return [ConnectOAuthConfig]
161
+ def create_connect_o_auth_config(account_id, connect_o_auth_config)
162
+ data, _status_code, _headers = create_connect_o_auth_config_with_http_info(account_id, connect_o_auth_config)
163
+ return data
164
+ end
165
+
166
+ # Sets the Connect OAuth Config for the account.
167
+ #
168
+ # @param account_id The external account number (int) or account ID Guid.
169
+ # @param connect_o_auth_config (optional parameter)
170
+ # @return [Array<(ConnectOAuthConfig, Fixnum, Hash)>] ConnectOAuthConfig data, response status code and response headers
171
+ def create_connect_o_auth_config_with_http_info(account_id, connect_o_auth_config)
172
+ if @api_client.config.debugging
173
+ @api_client.config.logger.debug "Calling API: ConnectApi.create_connect_o_auth_config ..."
174
+ end
175
+ # verify the required parameter 'account_id' is set
176
+ fail ArgumentError, "Missing the required parameter 'account_id' when calling ConnectApi.create_connect_o_auth_config" if account_id.nil?
177
+ # resource path
178
+ local_var_path = "/v2.1/accounts/{accountId}/connect/oauth".sub('{format}','json').sub('{' + 'accountId' + '}', account_id.to_s)
179
+
180
+ # query parameters
181
+ query_params = {}
182
+
183
+ # header parameters
184
+ header_params = {}
185
+ # HTTP header 'Accept' (if needed)
186
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
187
+
188
+ # form parameters
189
+ form_params = {}
190
+
191
+ # http body (model)
192
+ post_body = @api_client.object_to_http_body(connect_o_auth_config)
193
+ auth_names = []
194
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
195
+ :header_params => header_params,
196
+ :query_params => query_params,
197
+ :form_params => form_params,
198
+ :body => post_body,
199
+ :auth_names => auth_names,
200
+ :return_type => 'ConnectOAuthConfig')
201
+ if @api_client.config.debugging
202
+ @api_client.config.logger.debug "API called: ConnectApi#create_connect_o_auth_config\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
203
+ end
204
+ return data, status_code, headers
205
+ end
206
+
156
207
  # Deletes the specified connect configuration.
157
208
  # Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
158
209
  # @param account_id The external account number (int) or account ID Guid.
@@ -205,6 +256,54 @@ module DocuSign_eSign
205
256
  return data, status_code, headers
206
257
  end
207
258
 
259
+ # Sets the Connect OAuth Config for the account.
260
+ #
261
+ # @param account_id The external account number (int) or account ID Guid.
262
+ # @return [nil]
263
+ def delete_connect_o_auth_config(account_id)
264
+ delete_connect_o_auth_config_with_http_info(account_id)
265
+ return nil
266
+ end
267
+
268
+ # Sets the Connect OAuth Config for the account.
269
+ #
270
+ # @param account_id The external account number (int) or account ID Guid.
271
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
272
+ def delete_connect_o_auth_config_with_http_info(account_id)
273
+ if @api_client.config.debugging
274
+ @api_client.config.logger.debug "Calling API: ConnectApi.delete_connect_o_auth_config ..."
275
+ end
276
+ # verify the required parameter 'account_id' is set
277
+ fail ArgumentError, "Missing the required parameter 'account_id' when calling ConnectApi.delete_connect_o_auth_config" if account_id.nil?
278
+ # resource path
279
+ local_var_path = "/v2.1/accounts/{accountId}/connect/oauth".sub('{format}','json').sub('{' + 'accountId' + '}', account_id.to_s)
280
+
281
+ # query parameters
282
+ query_params = {}
283
+
284
+ # header parameters
285
+ header_params = {}
286
+ # HTTP header 'Accept' (if needed)
287
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
288
+
289
+ # form parameters
290
+ form_params = {}
291
+
292
+ # http body (model)
293
+ post_body = nil
294
+ auth_names = []
295
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
296
+ :header_params => header_params,
297
+ :query_params => query_params,
298
+ :form_params => form_params,
299
+ :body => post_body,
300
+ :auth_names => auth_names)
301
+ if @api_client.config.debugging
302
+ @api_client.config.logger.debug "API called: ConnectApi#delete_connect_o_auth_config\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
303
+ end
304
+ return data, status_code, headers
305
+ end
306
+
208
307
  # Deletes a Connect failure log entry.
209
308
  # Deletes the Connect failure log information for the specified entry.
210
309
  # @param account_id The external account number (int) or account ID Guid.
@@ -523,6 +622,55 @@ module DocuSign_eSign
523
622
  return data, status_code, headers
524
623
  end
525
624
 
625
+ # Sets the Connect OAuth Config for the account.
626
+ #
627
+ # @param account_id The external account number (int) or account ID Guid.
628
+ # @return [ConnectOAuthConfig]
629
+ def get_connect_o_auth_config(account_id)
630
+ data, _status_code, _headers = get_connect_o_auth_config_with_http_info(account_id)
631
+ return data
632
+ end
633
+
634
+ # Sets the Connect OAuth Config for the account.
635
+ #
636
+ # @param account_id The external account number (int) or account ID Guid.
637
+ # @return [Array<(ConnectOAuthConfig, Fixnum, Hash)>] ConnectOAuthConfig data, response status code and response headers
638
+ def get_connect_o_auth_config_with_http_info(account_id)
639
+ if @api_client.config.debugging
640
+ @api_client.config.logger.debug "Calling API: ConnectApi.get_connect_o_auth_config ..."
641
+ end
642
+ # verify the required parameter 'account_id' is set
643
+ fail ArgumentError, "Missing the required parameter 'account_id' when calling ConnectApi.get_connect_o_auth_config" if account_id.nil?
644
+ # resource path
645
+ local_var_path = "/v2.1/accounts/{accountId}/connect/oauth".sub('{format}','json').sub('{' + 'accountId' + '}', account_id.to_s)
646
+
647
+ # query parameters
648
+ query_params = {}
649
+
650
+ # header parameters
651
+ header_params = {}
652
+ # HTTP header 'Accept' (if needed)
653
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
654
+
655
+ # form parameters
656
+ form_params = {}
657
+
658
+ # http body (model)
659
+ post_body = nil
660
+ auth_names = []
661
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
662
+ :header_params => header_params,
663
+ :query_params => query_params,
664
+ :form_params => form_params,
665
+ :body => post_body,
666
+ :auth_names => auth_names,
667
+ :return_type => 'ConnectOAuthConfig')
668
+ if @api_client.config.debugging
669
+ @api_client.config.logger.debug "API called: ConnectApi#get_connect_o_auth_config\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
670
+ end
671
+ return data, status_code, headers
672
+ end
673
+
526
674
  # Get the specified Connect log entry.
527
675
  # Retrieves the specified Connect log entry for your account. ###### Note: The `enableLog` setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.
528
676
  # @param account_id The external account number (int) or account ID Guid.
@@ -46,7 +46,7 @@ module DocuSign_eSign
46
46
  end
47
47
 
48
48
  # Creates a blind carbon copy email archive entry
49
- #
49
+ # This method creates a BCC email archive configuration for an account (adds a BCC email address to the account for archiving the emails that DocuSign generates). The only property that you must set in the request body is the BCC email address that you want to use. **Note:** An account can have up to five active and pending email archive addresses combined, but you must use this method to add them to the account one at a time. Each email address is considered a separate BCC email archive configuration.
50
50
  # @param account_id The external account number (int) or account ID Guid.
51
51
  # @param bcc_email_archive (optional parameter)
52
52
  # @return [BccEmailArchive]
@@ -56,7 +56,7 @@ module DocuSign_eSign
56
56
  end
57
57
 
58
58
  # Creates a blind carbon copy email archive entry
59
- #
59
+ # This method creates a BCC email archive configuration for an account (adds a BCC email address to the account for archiving the emails that DocuSign generates). The only property that you must set in the request body is the BCC email address that you want to use. **Note:** An account can have up to five active and pending email archive addresses combined, but you must use this method to add them to the account one at a time. Each email address is considered a separate BCC email archive configuration.
60
60
  # @param account_id The external account number (int) or account ID Guid.
61
61
  # @param bcc_email_archive (optional parameter)
62
62
  # @return [Array<(BccEmailArchive, Fixnum, Hash)>] BccEmailArchive data, response status code and response headers
@@ -97,7 +97,7 @@ module DocuSign_eSign
97
97
  end
98
98
 
99
99
  # Delete a blind carbon copy email archive for an account.
100
- #
100
+ # This method deletes a BCC email archive configuration from an account. When you use this method, the status of the BCC email archive configuration switches to `closed` and the BCC email address is no longer used to archive DocuSign-generated email messages.
101
101
  # @param account_id The external account number (int) or account ID Guid.
102
102
  # @param bcc_email_archive_id
103
103
  # @return [nil]
@@ -107,7 +107,7 @@ module DocuSign_eSign
107
107
  end
108
108
 
109
109
  # Delete a blind carbon copy email archive for an account.
110
- #
110
+ # This method deletes a BCC email archive configuration from an account. When you use this method, the status of the BCC email archive configuration switches to &#x60;closed&#x60; and the BCC email address is no longer used to archive DocuSign-generated email messages.
111
111
  # @param account_id The external account number (int) or account ID Guid.
112
112
  # @param bcc_email_archive_id
113
113
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
@@ -149,7 +149,7 @@ module DocuSign_eSign
149
149
  end
150
150
 
151
151
  # Get the blind carbon copy email archive history entries for the specified archive
152
- #
152
+ # This method returns a specific BCC email archive configuration for an account, as well as the history of changes to the email address.
153
153
  # @param account_id The external account number (int) or account ID Guid.
154
154
  # @param bcc_email_archive_id
155
155
  # @param DocuSign_eSign::GetBCCEmailArchiveHistoryListOptions Options for modifying the behavior of the function.
@@ -160,7 +160,7 @@ module DocuSign_eSign
160
160
  end
161
161
 
162
162
  # Get the blind carbon copy email archive history entries for the specified archive
163
- #
163
+ # This method returns a specific BCC email archive configuration for an account, as well as the history of changes to the email address.
164
164
  # @param account_id The external account number (int) or account ID Guid.
165
165
  # @param bcc_email_archive_id
166
166
  # @param DocuSign_eSign::GetBCCEmailArchiveHistoryListOptions Options for modifying the behavior of the function.
@@ -206,7 +206,7 @@ module DocuSign_eSign
206
206
  end
207
207
 
208
208
  # Get the blind carbon copy email archive entries owned by the specified account
209
- #
209
+ # This method retrieves all of the BCC email archive configurations associated with an account.
210
210
  # @param account_id The external account number (int) or account ID Guid.
211
211
  # @param DocuSign_eSign::GetBCCEmailArchiveListOptions Options for modifying the behavior of the function.
212
212
  # @return [BccEmailArchiveList]
@@ -216,7 +216,7 @@ module DocuSign_eSign
216
216
  end
217
217
 
218
218
  # Get the blind carbon copy email archive entries owned by the specified account
219
- #
219
+ # This method retrieves all of the BCC email archive configurations associated with an account.
220
220
  # @param account_id The external account number (int) or account ID Guid.
221
221
  # @param DocuSign_eSign::GetBCCEmailArchiveListOptions Options for modifying the behavior of the function.
222
222
  # @return [Array<(BccEmailArchiveList, Fixnum, Hash)>] BccEmailArchiveList data, response status code and response headers