@@ -499,7 +499,6 @@ def get_bulk_send_batch_envelopes(self, account_id, bulk_send_batch_id, **kwargs
499499 :param str search_text:
500500 :param str start_position:
501501 :param str status:
502- :param str user_id:
503502 :return: EnvelopesInformation
504503 If the method is called asynchronously,
505504 returns the request thread.
@@ -533,13 +532,12 @@ def get_bulk_send_batch_envelopes_with_http_info(self, account_id, bulk_send_bat
533532 :param str search_text:
534533 :param str start_position:
535534 :param str status:
536- :param str user_id:
537535 :return: EnvelopesInformation
538536 If the method is called asynchronously,
539537 returns the request thread.
540538 """
541539
542- all_params = ['account_id' , 'bulk_send_batch_id' , 'count' , 'include' , 'order' , 'order_by' , 'search_text' , 'start_position' , 'status' , 'user_id' ]
540+ all_params = ['account_id' , 'bulk_send_batch_id' , 'count' , 'include' , 'order' , 'order_by' , 'search_text' , 'start_position' , 'status' ]
543541 all_params .append ('callback' )
544542 all_params .append ('_return_http_data_only' )
545543 all_params .append ('_preload_content' )
@@ -586,8 +584,6 @@ def get_bulk_send_batch_envelopes_with_http_info(self, account_id, bulk_send_bat
586584 query_params ['start_position' ] = params ['start_position' ]
587585 if 'status' in params :
588586 query_params ['status' ] = params ['status' ]
589- if 'user_id' in params :
590- query_params ['user_id' ] = params ['user_id' ]
591587
592588 header_params = {}
593589
@@ -741,9 +737,12 @@ def get_bulk_send_batches(self, account_id, **kwargs):
741737 :param str account_id: The external account number (int) or account ID Guid. (required)
742738 :param str batch_ids:
743739 :param str count:
740+ :param str from_date:
744741 :param str search_text:
745742 :param str start_position:
746743 :param str status:
744+ :param str to_date:
745+ :param str user_id:
747746 :return: BulkSendBatchSummaries
748747 If the method is called asynchronously,
749748 returns the request thread.
@@ -771,15 +770,18 @@ def get_bulk_send_batches_with_http_info(self, account_id, **kwargs):
771770 :param str account_id: The external account number (int) or account ID Guid. (required)
772771 :param str batch_ids:
773772 :param str count:
773+ :param str from_date:
774774 :param str search_text:
775775 :param str start_position:
776776 :param str status:
777+ :param str to_date:
778+ :param str user_id:
777779 :return: BulkSendBatchSummaries
778780 If the method is called asynchronously,
779781 returns the request thread.
780782 """
781783
782- all_params = ['account_id' , 'batch_ids' , 'count' , 'search_text' , 'start_position' , 'status' ]
784+ all_params = ['account_id' , 'batch_ids' , 'count' , 'from_date' , ' search_text' , 'start_position' , 'status' , 'to_date' , 'user_id ' ]
783785 all_params .append ('callback' )
784786 all_params .append ('_return_http_data_only' )
785787 all_params .append ('_preload_content' )
@@ -811,12 +813,18 @@ def get_bulk_send_batches_with_http_info(self, account_id, **kwargs):
811813 query_params ['batch_ids' ] = params ['batch_ids' ]
812814 if 'count' in params :
813815 query_params ['count' ] = params ['count' ]
816+ if 'from_date' in params :
817+ query_params ['from_date' ] = params ['from_date' ]
814818 if 'search_text' in params :
815819 query_params ['search_text' ] = params ['search_text' ]
816820 if 'start_position' in params :
817821 query_params ['start_position' ] = params ['start_position' ]
818822 if 'status' in params :
819823 query_params ['status' ] = params ['status' ]
824+ if 'to_date' in params :
825+ query_params ['to_date' ] = params ['to_date' ]
826+ if 'user_id' in params :
827+ query_params ['user_id' ] = params ['user_id' ]
820828
821829 header_params = {}
822830
0 commit comments