|
5 | 5 |
|
6 | 6 | The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. |
7 | 7 |
|
8 | | - OpenAPI spec version: v2 |
| 8 | + OpenAPI spec version: v2.1 |
9 | 9 | |
10 | 10 | Generated by: https://github.com/swagger-api/swagger-codegen.git |
11 | 11 | """ |
@@ -108,7 +108,7 @@ def get_billing_plan_with_http_info(self, billing_plan_id, **kwargs): |
108 | 108 |
|
109 | 109 | collection_formats = {} |
110 | 110 |
|
111 | | - resource_path = '/v2/billing_plans/{billingPlanId}'.replace('{format}', 'json') |
| 111 | + resource_path = '/v2.1/billing_plans/{billingPlanId}'.replace('{format}', 'json') |
112 | 112 | path_params = {} |
113 | 113 | if 'billing_plan_id' in params: |
114 | 114 | path_params['billingPlanId'] = params['billing_plan_id'] |
@@ -209,7 +209,7 @@ def get_credit_card_info_with_http_info(self, account_id, **kwargs): |
209 | 209 |
|
210 | 210 | collection_formats = {} |
211 | 211 |
|
212 | | - resource_path = '/v2/accounts/{accountId}/billing_plan/credit_card'.replace('{format}', 'json') |
| 212 | + resource_path = '/v2.1/accounts/{accountId}/billing_plan/credit_card'.replace('{format}', 'json') |
213 | 213 | path_params = {} |
214 | 214 | if 'account_id' in params: |
215 | 215 | path_params['accountId'] = params['account_id'] |
@@ -317,7 +317,7 @@ def get_invoice_with_http_info(self, account_id, invoice_id, **kwargs): |
317 | 317 |
|
318 | 318 | collection_formats = {} |
319 | 319 |
|
320 | | - resource_path = '/v2/accounts/{accountId}/billing_invoices/{invoiceId}'.replace('{format}', 'json') |
| 320 | + resource_path = '/v2.1/accounts/{accountId}/billing_invoices/{invoiceId}'.replace('{format}', 'json') |
321 | 321 | path_params = {} |
322 | 322 | if 'account_id' in params: |
323 | 323 | path_params['accountId'] = params['account_id'] |
@@ -427,7 +427,7 @@ def get_payment_with_http_info(self, account_id, payment_id, **kwargs): |
427 | 427 |
|
428 | 428 | collection_formats = {} |
429 | 429 |
|
430 | | - resource_path = '/v2/accounts/{accountId}/billing_payments/{paymentId}'.replace('{format}', 'json') |
| 430 | + resource_path = '/v2.1/accounts/{accountId}/billing_payments/{paymentId}'.replace('{format}', 'json') |
431 | 431 | path_params = {} |
432 | 432 | if 'account_id' in params: |
433 | 433 | path_params['accountId'] = params['account_id'] |
@@ -538,7 +538,7 @@ def get_plan_with_http_info(self, account_id, **kwargs): |
538 | 538 |
|
539 | 539 | collection_formats = {} |
540 | 540 |
|
541 | | - resource_path = '/v2/accounts/{accountId}/billing_plan'.replace('{format}', 'json') |
| 541 | + resource_path = '/v2.1/accounts/{accountId}/billing_plan'.replace('{format}', 'json') |
542 | 542 | path_params = {} |
543 | 543 | if 'account_id' in params: |
544 | 544 | path_params['accountId'] = params['account_id'] |
@@ -641,7 +641,7 @@ def list_billing_plans_with_http_info(self, **kwargs): |
641 | 641 |
|
642 | 642 | collection_formats = {} |
643 | 643 |
|
644 | | - resource_path = '/v2/billing_plans'.replace('{format}', 'json') |
| 644 | + resource_path = '/v2.1/billing_plans'.replace('{format}', 'json') |
645 | 645 | path_params = {} |
646 | 646 |
|
647 | 647 | query_params = {} |
@@ -746,7 +746,7 @@ def list_invoices_with_http_info(self, account_id, **kwargs): |
746 | 746 |
|
747 | 747 | collection_formats = {} |
748 | 748 |
|
749 | | - resource_path = '/v2/accounts/{accountId}/billing_invoices'.replace('{format}', 'json') |
| 749 | + resource_path = '/v2.1/accounts/{accountId}/billing_invoices'.replace('{format}', 'json') |
750 | 750 | path_params = {} |
751 | 751 | if 'account_id' in params: |
752 | 752 | path_params['accountId'] = params['account_id'] |
@@ -853,7 +853,7 @@ def list_invoices_past_due_with_http_info(self, account_id, **kwargs): |
853 | 853 |
|
854 | 854 | collection_formats = {} |
855 | 855 |
|
856 | | - resource_path = '/v2/accounts/{accountId}/billing_invoices_past_due'.replace('{format}', 'json') |
| 856 | + resource_path = '/v2.1/accounts/{accountId}/billing_invoices_past_due'.replace('{format}', 'json') |
857 | 857 | path_params = {} |
858 | 858 | if 'account_id' in params: |
859 | 859 | path_params['accountId'] = params['account_id'] |
@@ -960,7 +960,7 @@ def list_payments_with_http_info(self, account_id, **kwargs): |
960 | 960 |
|
961 | 961 | collection_formats = {} |
962 | 962 |
|
963 | | - resource_path = '/v2/accounts/{accountId}/billing_payments'.replace('{format}', 'json') |
| 963 | + resource_path = '/v2.1/accounts/{accountId}/billing_payments'.replace('{format}', 'json') |
964 | 964 | path_params = {} |
965 | 965 | if 'account_id' in params: |
966 | 966 | path_params['accountId'] = params['account_id'] |
@@ -1069,7 +1069,7 @@ def make_payment_with_http_info(self, account_id, **kwargs): |
1069 | 1069 |
|
1070 | 1070 | collection_formats = {} |
1071 | 1071 |
|
1072 | | - resource_path = '/v2/accounts/{accountId}/billing_payments'.replace('{format}', 'json') |
| 1072 | + resource_path = '/v2.1/accounts/{accountId}/billing_payments'.replace('{format}', 'json') |
1073 | 1073 | path_params = {} |
1074 | 1074 | if 'account_id' in params: |
1075 | 1075 | path_params['accountId'] = params['account_id'] |
@@ -1176,7 +1176,7 @@ def purchase_envelopes_with_http_info(self, account_id, **kwargs): |
1176 | 1176 |
|
1177 | 1177 | collection_formats = {} |
1178 | 1178 |
|
1179 | | - resource_path = '/v2/accounts/{accountId}/billing_plan/purchased_envelopes'.replace('{format}', 'json') |
| 1179 | + resource_path = '/v2.1/accounts/{accountId}/billing_plan/purchased_envelopes'.replace('{format}', 'json') |
1180 | 1180 | path_params = {} |
1181 | 1181 | if 'account_id' in params: |
1182 | 1182 | path_params['accountId'] = params['account_id'] |
@@ -1285,7 +1285,7 @@ def update_plan_with_http_info(self, account_id, **kwargs): |
1285 | 1285 |
|
1286 | 1286 | collection_formats = {} |
1287 | 1287 |
|
1288 | | - resource_path = '/v2/accounts/{accountId}/billing_plan'.replace('{format}', 'json') |
| 1288 | + resource_path = '/v2.1/accounts/{accountId}/billing_plan'.replace('{format}', 'json') |
1289 | 1289 | path_params = {} |
1290 | 1290 | if 'account_id' in params: |
1291 | 1291 | path_params['accountId'] = params['account_id'] |
|
0 commit comments