docusign_rooms 1.2.0.rc1 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +5 -0
- data/docusign_rooms.gemspec +9 -7
- data/lib/docusign_rooms/api/accounts_api.rb +1 -1
- data/lib/docusign_rooms/api/activity_types_api.rb +3 -3
- data/lib/docusign_rooms/api/closing_statuses_api.rb +1 -1
- data/lib/docusign_rooms/api/contact_sides_api.rb +1 -1
- data/lib/docusign_rooms/api/countries_api.rb +1 -1
- data/lib/docusign_rooms/api/currencies_api.rb +1 -1
- data/lib/docusign_rooms/api/documents_api.rb +6 -6
- data/lib/docusign_rooms/api/e_sign_permission_profiles_api.rb +1 -1
- data/lib/docusign_rooms/api/external_form_fill_sessions_api.rb +6 -6
- data/lib/docusign_rooms/api/fields_api.rb +1 -1
- data/lib/docusign_rooms/api/financing_types_api.rb +1 -1
- data/lib/docusign_rooms/api/form_details_api.rb +1 -1
- data/lib/docusign_rooms/api/form_group_forms_api.rb +95 -0
- data/lib/docusign_rooms/api/form_groups_api.rb +18 -18
- data/lib/docusign_rooms/api/form_libraries_api.rb +2 -2
- data/lib/docusign_rooms/api/form_provider_associations_api.rb +95 -0
- data/lib/docusign_rooms/api/offices_api.rb +12 -12
- data/lib/docusign_rooms/api/origins_of_leads_api.rb +1 -1
- data/lib/docusign_rooms/api/property_types_api.rb +1 -1
- data/lib/docusign_rooms/api/regions_api.rb +8 -8
- data/lib/docusign_rooms/api/roles_api.rb +11 -14
- data/lib/docusign_rooms/api/room_contact_types_api.rb +1 -1
- data/lib/docusign_rooms/api/room_envelopes_api.rb +81 -0
- data/lib/docusign_rooms/api/room_folders_api.rb +1 -1
- data/lib/docusign_rooms/api/room_templates_api.rb +1 -1
- data/lib/docusign_rooms/api/rooms_api.rb +36 -42
- data/lib/docusign_rooms/api/seller_decision_types_api.rb +1 -1
- data/lib/docusign_rooms/api/special_circumstance_types_api.rb +1 -1
- data/lib/docusign_rooms/api/states_api.rb +1 -1
- data/lib/docusign_rooms/api/task_date_types_api.rb +1 -1
- data/lib/docusign_rooms/api/task_list_templates_api.rb +1 -1
- data/lib/docusign_rooms/api/task_lists_api.rb +5 -5
- data/lib/docusign_rooms/api/task_responsibility_types_api.rb +1 -1
- data/lib/docusign_rooms/api/task_statuses_api.rb +1 -1
- data/lib/docusign_rooms/api/time_zones_api.rb +1 -1
- data/lib/docusign_rooms/api/transaction_sides_api.rb +1 -1
- data/lib/docusign_rooms/api/users_api.rb +34 -202
- data/lib/docusign_rooms/client/api_client.rb +14 -10
- data/lib/docusign_rooms/client/api_error.rb +2 -2
- data/lib/docusign_rooms/client/auth/oauth.rb +1 -1
- data/lib/docusign_rooms/models/account_summary.rb +35 -1
- data/lib/docusign_rooms/models/api_error.rb +13 -4
- data/lib/docusign_rooms/models/envelope.rb +183 -0
- data/lib/docusign_rooms/models/envelope_for_create.rb +194 -0
- data/lib/docusign_rooms/models/external_form_fill_session_for_create.rb +12 -6
- data/lib/docusign_rooms/models/form_group_form.rb +210 -0
- data/lib/docusign_rooms/models/form_group_form_list.rb +239 -0
- data/lib/docusign_rooms/models/form_provider_association_summary.rb +219 -0
- data/lib/docusign_rooms/models/form_provider_associations_summary_list.rb +239 -0
- data/lib/docusign_rooms/models/form_summary.rb +13 -4
- data/lib/docusign_rooms/models/group_form.rb +13 -4
- data/lib/docusign_rooms/models/listing_type.rb +29 -0
- data/lib/docusign_rooms/models/permissions.rb +49 -4
- data/lib/docusign_rooms/models/room.rb +21 -1
- data/lib/docusign_rooms/models/room_for_create.rb +47 -4
- data/lib/docusign_rooms/models/user.rb +35 -1
- data/lib/docusign_rooms/models/user_summary.rb +35 -1
- data/lib/docusign_rooms/models/user_to_invite.rb +47 -2
- data/lib/docusign_rooms/version.rb +1 -1
- data/lib/docusign_rooms.rb +10 -3
- metadata +115 -89
@@ -124,7 +124,7 @@ module DocuSign_Rooms
|
|
124
124
|
# Add a document to a room
|
125
125
|
# @param room_id The id of the room.
|
126
126
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
127
|
-
# @param body
|
127
|
+
# @param body Document details to be added (optional parameter)
|
128
128
|
# @return [RoomDocument]
|
129
129
|
def add_document_to_room(room_id, account_id, body)
|
130
130
|
data, _status_code, _headers = add_document_to_room_with_http_info(room_id, account_id, body)
|
@@ -135,7 +135,7 @@ module DocuSign_Rooms
|
|
135
135
|
# Add a document to a room
|
136
136
|
# @param room_id The id of the room.
|
137
137
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
138
|
-
# @param body
|
138
|
+
# @param body Document details to be added (optional parameter)
|
139
139
|
# @return [Array<(RoomDocument, Fixnum, Hash)>] RoomDocument data, response status code and response headers
|
140
140
|
def add_document_to_room_with_http_info(room_id, account_id, body)
|
141
141
|
if @api_client.config.debugging
|
@@ -154,9 +154,9 @@ module DocuSign_Rooms
|
|
154
154
|
# header parameters
|
155
155
|
header_params = {}
|
156
156
|
# HTTP header 'Accept' (if needed)
|
157
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
157
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
158
158
|
# HTTP header 'Content-Type'
|
159
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
159
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json', 'application/xml', 'text/xml', 'application/*+xml'])
|
160
160
|
|
161
161
|
# form parameters
|
162
162
|
form_params = {}
|
@@ -209,7 +209,7 @@ module DocuSign_Rooms
|
|
209
209
|
# header parameters
|
210
210
|
header_params = {}
|
211
211
|
# HTTP header 'Accept' (if needed)
|
212
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
212
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
213
213
|
# HTTP header 'Content-Type'
|
214
214
|
header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
|
215
215
|
|
@@ -237,7 +237,7 @@ module DocuSign_Rooms
|
|
237
237
|
# Adds a form to a room.
|
238
238
|
# @param room_id Id of the room to which the DocuSign Form is being added
|
239
239
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
240
|
-
# @param body
|
240
|
+
# @param body Contains information about the form being added (optional parameter)
|
241
241
|
# @return [RoomDocument]
|
242
242
|
def add_form_to_room(room_id, account_id, body)
|
243
243
|
data, _status_code, _headers = add_form_to_room_with_http_info(room_id, account_id, body)
|
@@ -248,7 +248,7 @@ module DocuSign_Rooms
|
|
248
248
|
# Adds a form to a room.
|
249
249
|
# @param room_id Id of the room to which the DocuSign Form is being added
|
250
250
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
251
|
-
# @param body
|
251
|
+
# @param body Contains information about the form being added (optional parameter)
|
252
252
|
# @return [Array<(RoomDocument, Fixnum, Hash)>] RoomDocument data, response status code and response headers
|
253
253
|
def add_form_to_room_with_http_info(room_id, account_id, body)
|
254
254
|
if @api_client.config.debugging
|
@@ -267,9 +267,9 @@ module DocuSign_Rooms
|
|
267
267
|
# header parameters
|
268
268
|
header_params = {}
|
269
269
|
# HTTP header 'Accept' (if needed)
|
270
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
270
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
271
271
|
# HTTP header 'Content-Type'
|
272
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
272
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json', 'application/xml', 'text/xml', 'application/*+xml'])
|
273
273
|
|
274
274
|
# form parameters
|
275
275
|
form_params = {}
|
@@ -293,7 +293,7 @@ module DocuSign_Rooms
|
|
293
293
|
# Creates a new Room
|
294
294
|
# Creates a new Room
|
295
295
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
296
|
-
# @param body
|
296
|
+
# @param body The properties of the new room (optional parameter)
|
297
297
|
# @return [Room]
|
298
298
|
def create_room(account_id, body)
|
299
299
|
data, _status_code, _headers = create_room_with_http_info(account_id, body)
|
@@ -303,7 +303,7 @@ module DocuSign_Rooms
|
|
303
303
|
# Creates a new Room
|
304
304
|
# Creates a new Room
|
305
305
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
306
|
-
# @param body
|
306
|
+
# @param body The properties of the new room (optional parameter)
|
307
307
|
# @return [Array<(Room, Fixnum, Hash)>] Room data, response status code and response headers
|
308
308
|
def create_room_with_http_info(account_id, body)
|
309
309
|
if @api_client.config.debugging
|
@@ -320,7 +320,7 @@ module DocuSign_Rooms
|
|
320
320
|
# header parameters
|
321
321
|
header_params = {}
|
322
322
|
# HTTP header 'Accept' (if needed)
|
323
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
323
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
324
324
|
# HTTP header 'Content-Type'
|
325
325
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
326
326
|
|
@@ -375,7 +375,7 @@ module DocuSign_Rooms
|
|
375
375
|
# header parameters
|
376
376
|
header_params = {}
|
377
377
|
# HTTP header 'Accept' (if needed)
|
378
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
378
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
379
379
|
# HTTP header 'Content-Type'
|
380
380
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
381
381
|
|
@@ -435,7 +435,7 @@ module DocuSign_Rooms
|
|
435
435
|
# header parameters
|
436
436
|
header_params = {}
|
437
437
|
# HTTP header 'Accept' (if needed)
|
438
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
438
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
439
439
|
# HTTP header 'Content-Type'
|
440
440
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
441
441
|
|
@@ -498,7 +498,7 @@ module DocuSign_Rooms
|
|
498
498
|
# header parameters
|
499
499
|
header_params = {}
|
500
500
|
# HTTP header 'Accept' (if needed)
|
501
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
501
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
502
502
|
# HTTP header 'Content-Type'
|
503
503
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
504
504
|
|
@@ -556,7 +556,7 @@ module DocuSign_Rooms
|
|
556
556
|
# header parameters
|
557
557
|
header_params = {}
|
558
558
|
# HTTP header 'Accept' (if needed)
|
559
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
559
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
560
560
|
# HTTP header 'Content-Type'
|
561
561
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
562
562
|
|
@@ -611,7 +611,7 @@ module DocuSign_Rooms
|
|
611
611
|
# header parameters
|
612
612
|
header_params = {}
|
613
613
|
# HTTP header 'Accept' (if needed)
|
614
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
614
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
615
615
|
# HTTP header 'Content-Type'
|
616
616
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
617
617
|
|
@@ -666,7 +666,7 @@ module DocuSign_Rooms
|
|
666
666
|
# header parameters
|
667
667
|
header_params = {}
|
668
668
|
# HTTP header 'Accept' (if needed)
|
669
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
669
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
670
670
|
# HTTP header 'Content-Type'
|
671
671
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
672
672
|
|
@@ -714,9 +714,6 @@ module DocuSign_Rooms
|
|
714
714
|
fail ArgumentError, "Missing the required parameter 'room_id' when calling RoomsApi.get_room_users" if room_id.nil?
|
715
715
|
# verify the required parameter 'account_id' is set
|
716
716
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RoomsApi.get_room_users" if account_id.nil?
|
717
|
-
if options.sort && !['FirstNameAsc', 'LastNameAsc', 'EmailAsc', 'FirstNameDesc', 'LastNameDesc', 'EmailDesc'].include?(options.sort)
|
718
|
-
fail ArgumentError, 'invalid value for "sort", must be one of FirstNameAsc, LastNameAsc, EmailAsc, FirstNameDesc, LastNameDesc, EmailDesc'
|
719
|
-
end
|
720
717
|
# resource path
|
721
718
|
local_var_path = "/v2/accounts/{accountId}/rooms/{roomId}/users".sub('{format}','json').sub('{' + 'roomId' + '}', room_id.to_s).sub('{' + 'accountId' + '}', account_id.to_s)
|
722
719
|
|
@@ -730,7 +727,7 @@ module DocuSign_Rooms
|
|
730
727
|
# header parameters
|
731
728
|
header_params = {}
|
732
729
|
# HTTP header 'Accept' (if needed)
|
733
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
730
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
734
731
|
# HTTP header 'Content-Type'
|
735
732
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
736
733
|
|
@@ -774,9 +771,6 @@ module DocuSign_Rooms
|
|
774
771
|
end
|
775
772
|
# verify the required parameter 'account_id' is set
|
776
773
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RoomsApi.get_rooms" if account_id.nil?
|
777
|
-
if options.room_status && !['Active', 'Pending', 'Closed', 'Open'].include?(options.room_status)
|
778
|
-
fail ArgumentError, 'invalid value for "room_status", must be one of Active, Pending, Closed, Open'
|
779
|
-
end
|
780
774
|
# resource path
|
781
775
|
local_var_path = "/v2/accounts/{accountId}/rooms".sub('{format}','json').sub('{' + 'accountId' + '}', account_id.to_s)
|
782
776
|
|
@@ -794,7 +788,7 @@ module DocuSign_Rooms
|
|
794
788
|
# header parameters
|
795
789
|
header_params = {}
|
796
790
|
# HTTP header 'Accept' (if needed)
|
797
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
791
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
798
792
|
# HTTP header 'Content-Type'
|
799
793
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
800
794
|
|
@@ -821,7 +815,7 @@ module DocuSign_Rooms
|
|
821
815
|
# This method invites an existing or new member to a specific room.
|
822
816
|
# @param room_id The id of the room.
|
823
817
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
824
|
-
# @param body
|
818
|
+
# @param body Name, Email, Side, Role of the user being invited (optional parameter)
|
825
819
|
# @return [RoomInviteResponse]
|
826
820
|
def invite_user(room_id, account_id, body)
|
827
821
|
data, _status_code, _headers = invite_user_with_http_info(room_id, account_id, body)
|
@@ -832,7 +826,7 @@ module DocuSign_Rooms
|
|
832
826
|
# This method invites an existing or new member to a specific room.
|
833
827
|
# @param room_id The id of the room.
|
834
828
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
835
|
-
# @param body
|
829
|
+
# @param body Name, Email, Side, Role of the user being invited (optional parameter)
|
836
830
|
# @return [Array<(RoomInviteResponse, Fixnum, Hash)>] RoomInviteResponse data, response status code and response headers
|
837
831
|
def invite_user_with_http_info(room_id, account_id, body)
|
838
832
|
if @api_client.config.debugging
|
@@ -851,9 +845,9 @@ module DocuSign_Rooms
|
|
851
845
|
# header parameters
|
852
846
|
header_params = {}
|
853
847
|
# HTTP header 'Accept' (if needed)
|
854
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
848
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
855
849
|
# HTTP header 'Content-Type'
|
856
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
850
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json', 'application/xml', 'text/xml', 'application/*+xml'])
|
857
851
|
|
858
852
|
# form parameters
|
859
853
|
form_params = {}
|
@@ -879,7 +873,7 @@ module DocuSign_Rooms
|
|
879
873
|
# @param room_id The id of the room.
|
880
874
|
# @param user_id The id of the user to update.
|
881
875
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
882
|
-
# @param body
|
876
|
+
# @param body Updated Role and Side of the given user (optional parameter)
|
883
877
|
# @return [RoomUser]
|
884
878
|
def put_room_user(room_id, user_id, account_id, body)
|
885
879
|
data, _status_code, _headers = put_room_user_with_http_info(room_id, user_id, account_id, body)
|
@@ -891,7 +885,7 @@ module DocuSign_Rooms
|
|
891
885
|
# @param room_id The id of the room.
|
892
886
|
# @param user_id The id of the user to update.
|
893
887
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
894
|
-
# @param body
|
888
|
+
# @param body Updated Role and Side of the given user (optional parameter)
|
895
889
|
# @return [Array<(RoomUser, Fixnum, Hash)>] RoomUser data, response status code and response headers
|
896
890
|
def put_room_user_with_http_info(room_id, user_id, account_id, body)
|
897
891
|
if @api_client.config.debugging
|
@@ -912,9 +906,9 @@ module DocuSign_Rooms
|
|
912
906
|
# header parameters
|
913
907
|
header_params = {}
|
914
908
|
# HTTP header 'Accept' (if needed)
|
915
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
909
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
916
910
|
# HTTP header 'Content-Type'
|
917
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
911
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json', 'application/xml', 'text/xml', 'application/*+xml'])
|
918
912
|
|
919
913
|
# form parameters
|
920
914
|
form_params = {}
|
@@ -971,7 +965,7 @@ module DocuSign_Rooms
|
|
971
965
|
# header parameters
|
972
966
|
header_params = {}
|
973
967
|
# HTTP header 'Accept' (if needed)
|
974
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
968
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
975
969
|
# HTTP header 'Content-Type'
|
976
970
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
977
971
|
|
@@ -998,7 +992,7 @@ module DocuSign_Rooms
|
|
998
992
|
# @param room_id The room Id to revoke access from
|
999
993
|
# @param user_id The user Id getting revoked from the room
|
1000
994
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
1001
|
-
# @param body
|
995
|
+
# @param body Contains the date on which the users room access should be revoked (optional parameter)
|
1002
996
|
# @return [nil]
|
1003
997
|
def revoke_room_user_access(room_id, user_id, account_id, body)
|
1004
998
|
revoke_room_user_access_with_http_info(room_id, user_id, account_id, body)
|
@@ -1010,7 +1004,7 @@ module DocuSign_Rooms
|
|
1010
1004
|
# @param room_id The room Id to revoke access from
|
1011
1005
|
# @param user_id The user Id getting revoked from the room
|
1012
1006
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
1013
|
-
# @param body
|
1007
|
+
# @param body Contains the date on which the users room access should be revoked (optional parameter)
|
1014
1008
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
1015
1009
|
def revoke_room_user_access_with_http_info(room_id, user_id, account_id, body)
|
1016
1010
|
if @api_client.config.debugging
|
@@ -1031,9 +1025,9 @@ module DocuSign_Rooms
|
|
1031
1025
|
# header parameters
|
1032
1026
|
header_params = {}
|
1033
1027
|
# HTTP header 'Accept' (if needed)
|
1034
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
1028
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
1035
1029
|
# HTTP header 'Content-Type'
|
1036
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
1030
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json', 'application/xml', 'text/xml', 'application/*+xml'])
|
1037
1031
|
|
1038
1032
|
# form parameters
|
1039
1033
|
form_params = {}
|
@@ -1113,7 +1107,7 @@ module DocuSign_Rooms
|
|
1113
1107
|
# Updates room field data.
|
1114
1108
|
# @param room_id The id of the room.
|
1115
1109
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
1116
|
-
# @param body
|
1110
|
+
# @param body Dictionary of data to be updated (optional parameter)
|
1117
1111
|
# @return [FieldData]
|
1118
1112
|
def update_room_field_data(room_id, account_id, body)
|
1119
1113
|
data, _status_code, _headers = update_room_field_data_with_http_info(room_id, account_id, body)
|
@@ -1124,7 +1118,7 @@ module DocuSign_Rooms
|
|
1124
1118
|
# Updates room field data.
|
1125
1119
|
# @param room_id The id of the room.
|
1126
1120
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
1127
|
-
# @param body
|
1121
|
+
# @param body Dictionary of data to be updated (optional parameter)
|
1128
1122
|
# @return [Array<(FieldData, Fixnum, Hash)>] FieldData data, response status code and response headers
|
1129
1123
|
def update_room_field_data_with_http_info(room_id, account_id, body)
|
1130
1124
|
if @api_client.config.debugging
|
@@ -1143,7 +1137,7 @@ module DocuSign_Rooms
|
|
1143
1137
|
# header parameters
|
1144
1138
|
header_params = {}
|
1145
1139
|
# HTTP header 'Accept' (if needed)
|
1146
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
1140
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
1147
1141
|
# HTTP header 'Content-Type'
|
1148
1142
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
1149
1143
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|
@@ -65,7 +65,7 @@ module DocuSign_Rooms
|
|
65
65
|
# header parameters
|
66
66
|
header_params = {}
|
67
67
|
# HTTP header 'Accept' (if needed)
|
68
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
68
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
69
69
|
# HTTP header 'Content-Type'
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
71
71
|
|
@@ -25,7 +25,7 @@ module DocuSign_Rooms
|
|
25
25
|
# Applies a task list to a room, based on the `taskTemplateId` that you specify in the `taskList` request body.
|
26
26
|
# @param room_id Room ID.
|
27
27
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
28
|
-
# @param body
|
28
|
+
# @param body Details for task list creation (optional parameter)
|
29
29
|
# @return [TaskList]
|
30
30
|
def create_task_list(room_id, account_id, body)
|
31
31
|
data, _status_code, _headers = create_task_list_with_http_info(room_id, account_id, body)
|
@@ -36,7 +36,7 @@ module DocuSign_Rooms
|
|
36
36
|
# Applies a task list to a room, based on the `taskTemplateId` that you specify in the `taskList` request body.
|
37
37
|
# @param room_id Room ID.
|
38
38
|
# @param account_id (Required) The globally unique identifier (GUID) for the account.
|
39
|
-
# @param body
|
39
|
+
# @param body Details for task list creation (optional parameter)
|
40
40
|
# @return [Array<(TaskList, Fixnum, Hash)>] TaskList data, response status code and response headers
|
41
41
|
def create_task_list_with_http_info(room_id, account_id, body)
|
42
42
|
if @api_client.config.debugging
|
@@ -55,7 +55,7 @@ module DocuSign_Rooms
|
|
55
55
|
# header parameters
|
56
56
|
header_params = {}
|
57
57
|
# HTTP header 'Accept' (if needed)
|
58
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
58
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
59
59
|
# HTTP header 'Content-Type'
|
60
60
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
61
61
|
|
@@ -110,7 +110,7 @@ module DocuSign_Rooms
|
|
110
110
|
# header parameters
|
111
111
|
header_params = {}
|
112
112
|
# HTTP header 'Accept' (if needed)
|
113
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
113
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
114
114
|
# HTTP header 'Content-Type'
|
115
115
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
116
116
|
|
@@ -164,7 +164,7 @@ module DocuSign_Rooms
|
|
164
164
|
# header parameters
|
165
165
|
header_params = {}
|
166
166
|
# HTTP header 'Accept' (if needed)
|
167
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
167
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
168
168
|
# HTTP header 'Content-Type'
|
169
169
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
170
170
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|
@@ -45,7 +45,7 @@ module DocuSign_Rooms
|
|
45
45
|
# header parameters
|
46
46
|
header_params = {}
|
47
47
|
# HTTP header 'Accept' (if needed)
|
48
|
-
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json', 'application/xml', 'text/xml'])
|
49
49
|
# HTTP header 'Content-Type'
|
50
50
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
|
51
51
|
|