criteo-api-retailmedia-sdk 0.0.250811__py3-none-any.whl → 0.0.250825__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of criteo-api-retailmedia-sdk might be problematic. Click here for more details.
- criteo_api_retailmedia_preview/__init__.py +1 -1
- criteo_api_retailmedia_preview/api/audience_api.py +4 -4
- criteo_api_retailmedia_preview/api/balance_api.py +48 -48
- criteo_api_retailmedia_preview/api/campaign_api.py +424 -398
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/async_fill_rate_report.py +0 -2
- criteo_api_retailmedia_preview/model/balance_response_v2.py +6 -6
- criteo_api_retailmedia_preview/model/{paged_resource_collection_outcome_of_balance_response_v2.py → balance_response_v2_paged_list_response.py} +3 -3
- criteo_api_retailmedia_preview/model/change_dates_of_balance_v2.py +9 -9
- criteo_api_retailmedia_preview/model/create_balance_v2.py +6 -6
- criteo_api_retailmedia_preview/model/flight_leg.py +6 -6
- criteo_api_retailmedia_preview/model/input_resource_of_preferred_line_item_create_model_v2.py +5 -5
- criteo_api_retailmedia_preview/model/{external_line_item_capping_v2.py → line_item_capping_v2.py} +4 -4
- criteo_api_retailmedia_preview/model/{external_line_item_page_category_v2.py → line_item_page_category_v2.py} +3 -3
- criteo_api_retailmedia_preview/model/{external_line_item_page_v2.py → line_item_page_v2.py} +9 -9
- criteo_api_retailmedia_preview/model/page_metadata.py +1 -1
- criteo_api_retailmedia_preview/model/{external_preferred_line_item_create_model_v2.py → preferred_line_item_create_model_v2.py} +16 -16
- criteo_api_retailmedia_preview/model/{external_preferred_line_item_update_model_v2.py → preferred_line_item_update_model_v2.py} +16 -16
- criteo_api_retailmedia_preview/model/{external_preferred_line_item_v2.py → preferred_line_item_v2.py} +33 -35
- criteo_api_retailmedia_preview/model/product_button_request.py +30 -12
- criteo_api_retailmedia_preview/model/{product_button_list_request.py → product_button_request_list_request.py} +4 -4
- criteo_api_retailmedia_preview/model/product_button_request_request.py +269 -0
- criteo_api_retailmedia_preview/model/{external_product_button_response.py → product_button_response.py} +3 -3
- criteo_api_retailmedia_preview/model/{product_button_list_response.py → product_button_response_list_response.py} +15 -15
- criteo_api_retailmedia_preview/model/resource_of_preferred_line_item_update_model_v2.py +5 -5
- criteo_api_retailmedia_preview/model/resource_of_preferred_line_item_v2.py +5 -5
- criteo_api_retailmedia_preview/model/resource_of_product_button_request.py +6 -6
- criteo_api_retailmedia_preview/model/resource_of_product_button_response.py +6 -6
- criteo_api_retailmedia_preview/model/{rm_audience_compute_sizes_entity_v1.py → rm_audience_compute_size_entity_v1.py} +3 -4
- criteo_api_retailmedia_preview/model/{rm_audience_compute_sizes_entity_v1_resource.py → rm_audience_compute_size_entity_v1_resource.py} +8 -8
- criteo_api_retailmedia_preview/model/rm_audience_compute_sizes_input_v1.py +5 -5
- criteo_api_retailmedia_preview/model/rm_audience_estimate_size_entity_v1.py +0 -1
- criteo_api_retailmedia_preview/model/rm_audience_segment_compute_size_entity_v1.py +0 -1
- criteo_api_retailmedia_preview/model/rm_audience_segment_estimate_size_entity_v1.py +0 -1
- criteo_api_retailmedia_preview/model/rm_events_create_v1.py +0 -2
- criteo_api_retailmedia_preview/model/rm_events_estimation_v1.py +0 -2
- criteo_api_retailmedia_preview/model/rm_events_update_v1.py +0 -2
- criteo_api_retailmedia_preview/model/sponsored_products_line_item.py +4 -4
- criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py +6 -6
- criteo_api_retailmedia_preview/model/sponsored_products_line_item_update_request_model.py +9 -9
- criteo_api_retailmedia_preview/models/__init__.py +13 -13
- {criteo_api_retailmedia_sdk-0.0.250811.dist-info → criteo_api_retailmedia_sdk-0.0.250825.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.250811.dist-info → criteo_api_retailmedia_sdk-0.0.250825.dist-info}/RECORD +46 -46
- criteo_api_retailmedia_preview/model/external_product_button_request.py +0 -287
- {criteo_api_retailmedia_sdk-0.0.250811.dist-info → criteo_api_retailmedia_sdk-0.0.250825.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-0.0.250811.dist-info → criteo_api_retailmedia_sdk-0.0.250825.dist-info}/top_level.txt +0 -0
|
@@ -846,7 +846,7 @@ class AudienceApi(object):
|
|
|
846
846
|
'validations': {
|
|
847
847
|
('limit',): {
|
|
848
848
|
|
|
849
|
-
'inclusive_maximum':
|
|
849
|
+
'inclusive_maximum': 500,
|
|
850
850
|
'inclusive_minimum': 0,
|
|
851
851
|
},
|
|
852
852
|
},
|
|
@@ -926,7 +926,7 @@ class AudienceApi(object):
|
|
|
926
926
|
'validations': {
|
|
927
927
|
('limit',): {
|
|
928
928
|
|
|
929
|
-
'inclusive_maximum':
|
|
929
|
+
'inclusive_maximum': 500,
|
|
930
930
|
'inclusive_minimum': 0,
|
|
931
931
|
},
|
|
932
932
|
},
|
|
@@ -2091,7 +2091,7 @@ class AudienceApi(object):
|
|
|
2091
2091
|
rm_audience_segment_search_input_v1 (RmAudienceSegmentSearchInputV1): Segment search filters.
|
|
2092
2092
|
|
|
2093
2093
|
Keyword Args:
|
|
2094
|
-
limit (int): The number of elements to be returned. The default is 50 and the maximum is
|
|
2094
|
+
limit (int): The number of elements to be returned. The default is 50 and the maximum is 500.. [optional] if omitted the server will use the default value of 50
|
|
2095
2095
|
offset (int): The (zero-based) offset into the collection. The default is 0.. [optional] if omitted the server will use the default value of 0
|
|
2096
2096
|
_return_http_data_only (bool): response data without head status
|
|
2097
2097
|
code and headers. Default is True.
|
|
@@ -2180,7 +2180,7 @@ class AudienceApi(object):
|
|
|
2180
2180
|
rm_audience_search_input_v1 (RmAudienceSearchInputV1): Audience search filters.
|
|
2181
2181
|
|
|
2182
2182
|
Keyword Args:
|
|
2183
|
-
limit (int): The number of elements to be returned. The default is 50 and the maximum is
|
|
2183
|
+
limit (int): The number of elements to be returned. The default is 50 and the maximum is 500.. [optional] if omitted the server will use the default value of 50
|
|
2184
2184
|
offset (int): The (zero-based) offset into the collection. The default is 0.. [optional] if omitted the server will use the default value of 0
|
|
2185
2185
|
_return_http_data_only (bool): response data without head status
|
|
2186
2186
|
code and headers. Default is True.
|
|
@@ -21,11 +21,11 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
|
|
|
21
21
|
none_type,
|
|
22
22
|
validate_and_convert_types
|
|
23
23
|
)
|
|
24
|
+
from criteo_api_retailmedia_preview.model.balance_response_v2_paged_list_response import BalanceResponseV2PagedListResponse
|
|
24
25
|
from criteo_api_retailmedia_preview.model.balance_response_v2_response import BalanceResponseV2Response
|
|
25
26
|
from criteo_api_retailmedia_preview.model.change_dates_of_balance_v2_request import ChangeDatesOfBalanceV2Request
|
|
26
27
|
from criteo_api_retailmedia_preview.model.create_balance_v2_request import CreateBalanceV2Request
|
|
27
28
|
from criteo_api_retailmedia_preview.model.page_of_balance_history_change_data_capture_v1 import PageOfBalanceHistoryChangeDataCaptureV1
|
|
28
|
-
from criteo_api_retailmedia_preview.model.paged_resource_collection_outcome_of_balance_response_v2 import PagedResourceCollectionOutcomeOfBalanceResponseV2
|
|
29
29
|
from criteo_api_retailmedia_preview.model.update_balance_model_v2_request import UpdateBalanceModelV2Request
|
|
30
30
|
|
|
31
31
|
|
|
@@ -40,15 +40,15 @@ class BalanceApi(object):
|
|
|
40
40
|
if api_client is None:
|
|
41
41
|
api_client = ApiClient()
|
|
42
42
|
self.api_client = api_client
|
|
43
|
-
self.
|
|
43
|
+
self.get_api_external_v2_account_balances_by_account_id_endpoint = _Endpoint(
|
|
44
44
|
settings={
|
|
45
|
-
'response_type': (
|
|
45
|
+
'response_type': (BalanceResponseV2PagedListResponse,),
|
|
46
46
|
'auth': [
|
|
47
47
|
'oauth',
|
|
48
48
|
'oauth'
|
|
49
49
|
],
|
|
50
50
|
'endpoint_path': '/preview/retail-media/accounts/{account-id}/balances',
|
|
51
|
-
'operation_id': '
|
|
51
|
+
'operation_id': 'get_api_external_v2_account_balances_by_account_id',
|
|
52
52
|
'http_method': 'GET',
|
|
53
53
|
'servers': None,
|
|
54
54
|
},
|
|
@@ -67,10 +67,22 @@ class BalanceApi(object):
|
|
|
67
67
|
'enum': [
|
|
68
68
|
],
|
|
69
69
|
'validation': [
|
|
70
|
+
'page_index',
|
|
71
|
+
'page_size',
|
|
70
72
|
]
|
|
71
73
|
},
|
|
72
74
|
root_map={
|
|
73
75
|
'validations': {
|
|
76
|
+
('page_index',): {
|
|
77
|
+
|
|
78
|
+
'inclusive_maximum': 2147483647,
|
|
79
|
+
'inclusive_minimum': 0,
|
|
80
|
+
},
|
|
81
|
+
('page_size',): {
|
|
82
|
+
|
|
83
|
+
'inclusive_maximum': 2147483647,
|
|
84
|
+
'inclusive_minimum': 1,
|
|
85
|
+
},
|
|
74
86
|
},
|
|
75
87
|
'allowed_values': {
|
|
76
88
|
},
|
|
@@ -110,7 +122,7 @@ class BalanceApi(object):
|
|
|
110
122
|
},
|
|
111
123
|
api_client=api_client
|
|
112
124
|
)
|
|
113
|
-
self.
|
|
125
|
+
self.get_api_external_v2_account_by_account_id_balancesbalance_id_endpoint = _Endpoint(
|
|
114
126
|
settings={
|
|
115
127
|
'response_type': (BalanceResponseV2Response,),
|
|
116
128
|
'auth': [
|
|
@@ -118,7 +130,7 @@ class BalanceApi(object):
|
|
|
118
130
|
'oauth'
|
|
119
131
|
],
|
|
120
132
|
'endpoint_path': '/preview/retail-media/accounts/{account-id}/balances/{balance-id}',
|
|
121
|
-
'operation_id': '
|
|
133
|
+
'operation_id': 'get_api_external_v2_account_by_account_id_balancesbalance_id',
|
|
122
134
|
'http_method': 'GET',
|
|
123
135
|
'servers': None,
|
|
124
136
|
},
|
|
@@ -249,7 +261,7 @@ class BalanceApi(object):
|
|
|
249
261
|
},
|
|
250
262
|
api_client=api_client
|
|
251
263
|
)
|
|
252
|
-
self.
|
|
264
|
+
self.patch_api_external_v2_account_by_account_id_balancesbalance_id_endpoint = _Endpoint(
|
|
253
265
|
settings={
|
|
254
266
|
'response_type': (BalanceResponseV2Response,),
|
|
255
267
|
'auth': [
|
|
@@ -257,7 +269,7 @@ class BalanceApi(object):
|
|
|
257
269
|
'oauth'
|
|
258
270
|
],
|
|
259
271
|
'endpoint_path': '/preview/retail-media/accounts/{account-id}/balances/{balance-id}',
|
|
260
|
-
'operation_id': '
|
|
272
|
+
'operation_id': 'patch_api_external_v2_account_by_account_id_balancesbalance_id',
|
|
261
273
|
'http_method': 'PATCH',
|
|
262
274
|
'servers': None,
|
|
263
275
|
},
|
|
@@ -270,7 +282,6 @@ class BalanceApi(object):
|
|
|
270
282
|
'required': [
|
|
271
283
|
'account_id',
|
|
272
284
|
'balance_id',
|
|
273
|
-
'update_balance_model_v2_request',
|
|
274
285
|
],
|
|
275
286
|
'nullable': [
|
|
276
287
|
],
|
|
@@ -316,7 +327,7 @@ class BalanceApi(object):
|
|
|
316
327
|
},
|
|
317
328
|
api_client=api_client
|
|
318
329
|
)
|
|
319
|
-
self.
|
|
330
|
+
self.post_api_external_v2_account_balances_by_account_id_endpoint = _Endpoint(
|
|
320
331
|
settings={
|
|
321
332
|
'response_type': (BalanceResponseV2Response,),
|
|
322
333
|
'auth': [
|
|
@@ -324,7 +335,7 @@ class BalanceApi(object):
|
|
|
324
335
|
'oauth'
|
|
325
336
|
],
|
|
326
337
|
'endpoint_path': '/preview/retail-media/accounts/{account-id}/balances',
|
|
327
|
-
'operation_id': '
|
|
338
|
+
'operation_id': 'post_api_external_v2_account_balances_by_account_id',
|
|
328
339
|
'http_method': 'POST',
|
|
329
340
|
'servers': None,
|
|
330
341
|
},
|
|
@@ -335,7 +346,6 @@ class BalanceApi(object):
|
|
|
335
346
|
],
|
|
336
347
|
'required': [
|
|
337
348
|
'account_id',
|
|
338
|
-
'create_balance_v2_request',
|
|
339
349
|
],
|
|
340
350
|
'nullable': [
|
|
341
351
|
],
|
|
@@ -377,7 +387,7 @@ class BalanceApi(object):
|
|
|
377
387
|
},
|
|
378
388
|
api_client=api_client
|
|
379
389
|
)
|
|
380
|
-
self.
|
|
390
|
+
self.post_api_external_v2_account_change_dates_by_account_id_balancesbalance_id_endpoint = _Endpoint(
|
|
381
391
|
settings={
|
|
382
392
|
'response_type': (BalanceResponseV2Response,),
|
|
383
393
|
'auth': [
|
|
@@ -385,7 +395,7 @@ class BalanceApi(object):
|
|
|
385
395
|
'oauth'
|
|
386
396
|
],
|
|
387
397
|
'endpoint_path': '/preview/retail-media/accounts/{account-id}/balances/{balance-id}/change-dates',
|
|
388
|
-
'operation_id': '
|
|
398
|
+
'operation_id': 'post_api_external_v2_account_change_dates_by_account_id_balancesbalance_id',
|
|
389
399
|
'http_method': 'POST',
|
|
390
400
|
'servers': None,
|
|
391
401
|
},
|
|
@@ -398,7 +408,6 @@ class BalanceApi(object):
|
|
|
398
408
|
'required': [
|
|
399
409
|
'account_id',
|
|
400
410
|
'balance_id',
|
|
401
|
-
'change_dates_of_balance_v2_request',
|
|
402
411
|
],
|
|
403
412
|
'nullable': [
|
|
404
413
|
],
|
|
@@ -445,18 +454,18 @@ class BalanceApi(object):
|
|
|
445
454
|
api_client=api_client
|
|
446
455
|
)
|
|
447
456
|
|
|
448
|
-
def
|
|
457
|
+
def get_api_external_v2_account_balances_by_account_id(
|
|
449
458
|
self,
|
|
450
459
|
account_id,
|
|
451
460
|
**kwargs
|
|
452
461
|
):
|
|
453
|
-
"""
|
|
462
|
+
"""get_api_external_v2_account_balances_by_account_id # noqa: E501
|
|
454
463
|
|
|
455
464
|
Gets page of balance objects for the given account id # noqa: E501
|
|
456
465
|
This method makes a synchronous HTTP request by default. To make an
|
|
457
466
|
asynchronous HTTP request, please pass async_req=True
|
|
458
467
|
|
|
459
|
-
>>> thread = api.
|
|
468
|
+
>>> thread = api.get_api_external_v2_account_balances_by_account_id(account_id, async_req=True)
|
|
460
469
|
>>> result = thread.get()
|
|
461
470
|
|
|
462
471
|
Args:
|
|
@@ -498,7 +507,7 @@ class BalanceApi(object):
|
|
|
498
507
|
async_req (bool): execute request asynchronously
|
|
499
508
|
|
|
500
509
|
Returns:
|
|
501
|
-
|
|
510
|
+
BalanceResponseV2PagedListResponse
|
|
502
511
|
If the method is called asynchronously, returns the request
|
|
503
512
|
thread.
|
|
504
513
|
"""
|
|
@@ -529,21 +538,21 @@ class BalanceApi(object):
|
|
|
529
538
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
530
539
|
kwargs['account_id'] = \
|
|
531
540
|
account_id
|
|
532
|
-
return self.
|
|
541
|
+
return self.get_api_external_v2_account_balances_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
533
542
|
|
|
534
|
-
def
|
|
543
|
+
def get_api_external_v2_account_by_account_id_balancesbalance_id(
|
|
535
544
|
self,
|
|
536
545
|
account_id,
|
|
537
546
|
balance_id,
|
|
538
547
|
**kwargs
|
|
539
548
|
):
|
|
540
|
-
"""
|
|
549
|
+
"""get_api_external_v2_account_by_account_id_balancesbalance_id # noqa: E501
|
|
541
550
|
|
|
542
551
|
Get a balance for the given account id and balance id # noqa: E501
|
|
543
552
|
This method makes a synchronous HTTP request by default. To make an
|
|
544
553
|
asynchronous HTTP request, please pass async_req=True
|
|
545
554
|
|
|
546
|
-
>>> thread = api.
|
|
555
|
+
>>> thread = api.get_api_external_v2_account_by_account_id_balancesbalance_id(account_id, balance_id, async_req=True)
|
|
547
556
|
>>> result = thread.get()
|
|
548
557
|
|
|
549
558
|
Args:
|
|
@@ -616,7 +625,7 @@ class BalanceApi(object):
|
|
|
616
625
|
account_id
|
|
617
626
|
kwargs['balance_id'] = \
|
|
618
627
|
balance_id
|
|
619
|
-
return self.
|
|
628
|
+
return self.get_api_external_v2_account_by_account_id_balancesbalance_id_endpoint.call_with_http_info(**kwargs)
|
|
620
629
|
|
|
621
630
|
def get_balance_history(
|
|
622
631
|
self,
|
|
@@ -704,28 +713,27 @@ class BalanceApi(object):
|
|
|
704
713
|
balance_id
|
|
705
714
|
return self.get_balance_history_endpoint.call_with_http_info(**kwargs)
|
|
706
715
|
|
|
707
|
-
def
|
|
716
|
+
def patch_api_external_v2_account_by_account_id_balancesbalance_id(
|
|
708
717
|
self,
|
|
709
718
|
account_id,
|
|
710
719
|
balance_id,
|
|
711
|
-
update_balance_model_v2_request,
|
|
712
720
|
**kwargs
|
|
713
721
|
):
|
|
714
|
-
"""
|
|
722
|
+
"""patch_api_external_v2_account_by_account_id_balancesbalance_id # noqa: E501
|
|
715
723
|
|
|
716
724
|
Modify a balance for the given account id # noqa: E501
|
|
717
725
|
This method makes a synchronous HTTP request by default. To make an
|
|
718
726
|
asynchronous HTTP request, please pass async_req=True
|
|
719
727
|
|
|
720
|
-
>>> thread = api.
|
|
728
|
+
>>> thread = api.patch_api_external_v2_account_by_account_id_balancesbalance_id(account_id, balance_id, async_req=True)
|
|
721
729
|
>>> result = thread.get()
|
|
722
730
|
|
|
723
731
|
Args:
|
|
724
732
|
account_id (str): The account of the balance
|
|
725
733
|
balance_id (str): The balance to change the dates
|
|
726
|
-
update_balance_model_v2_request (UpdateBalanceModelV2Request): An object that represents the available options to modify a balance.
|
|
727
734
|
|
|
728
735
|
Keyword Args:
|
|
736
|
+
update_balance_model_v2_request (UpdateBalanceModelV2Request): An object that represents the available options to modify a balance.. [optional]
|
|
729
737
|
_return_http_data_only (bool): response data without head status
|
|
730
738
|
code and headers. Default is True.
|
|
731
739
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -791,30 +799,27 @@ class BalanceApi(object):
|
|
|
791
799
|
account_id
|
|
792
800
|
kwargs['balance_id'] = \
|
|
793
801
|
balance_id
|
|
794
|
-
kwargs
|
|
795
|
-
update_balance_model_v2_request
|
|
796
|
-
return self.patch_api_v2_external_account_by_account_id_balancesbalance_id_endpoint.call_with_http_info(**kwargs)
|
|
802
|
+
return self.patch_api_external_v2_account_by_account_id_balancesbalance_id_endpoint.call_with_http_info(**kwargs)
|
|
797
803
|
|
|
798
|
-
def
|
|
804
|
+
def post_api_external_v2_account_balances_by_account_id(
|
|
799
805
|
self,
|
|
800
806
|
account_id,
|
|
801
|
-
create_balance_v2_request,
|
|
802
807
|
**kwargs
|
|
803
808
|
):
|
|
804
|
-
"""
|
|
809
|
+
"""post_api_external_v2_account_balances_by_account_id # noqa: E501
|
|
805
810
|
|
|
806
811
|
Create balance for the given account id # noqa: E501
|
|
807
812
|
This method makes a synchronous HTTP request by default. To make an
|
|
808
813
|
asynchronous HTTP request, please pass async_req=True
|
|
809
814
|
|
|
810
|
-
>>> thread = api.
|
|
815
|
+
>>> thread = api.post_api_external_v2_account_balances_by_account_id(account_id, async_req=True)
|
|
811
816
|
>>> result = thread.get()
|
|
812
817
|
|
|
813
818
|
Args:
|
|
814
819
|
account_id (str): The account to create balances for
|
|
815
|
-
create_balance_v2_request (CreateBalanceV2Request): An object that represents the available options to set when creating a Retail Media Balance
|
|
816
820
|
|
|
817
821
|
Keyword Args:
|
|
822
|
+
create_balance_v2_request (CreateBalanceV2Request): An object that represents the available options to set when creating a Retail Media Balance. [optional]
|
|
818
823
|
_return_http_data_only (bool): response data without head status
|
|
819
824
|
code and headers. Default is True.
|
|
820
825
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -878,32 +883,29 @@ class BalanceApi(object):
|
|
|
878
883
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
879
884
|
kwargs['account_id'] = \
|
|
880
885
|
account_id
|
|
881
|
-
kwargs
|
|
882
|
-
create_balance_v2_request
|
|
883
|
-
return self.post_api_v2_external_account_balances_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
886
|
+
return self.post_api_external_v2_account_balances_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
884
887
|
|
|
885
|
-
def
|
|
888
|
+
def post_api_external_v2_account_change_dates_by_account_id_balancesbalance_id(
|
|
886
889
|
self,
|
|
887
890
|
account_id,
|
|
888
891
|
balance_id,
|
|
889
|
-
change_dates_of_balance_v2_request,
|
|
890
892
|
**kwargs
|
|
891
893
|
):
|
|
892
|
-
"""
|
|
894
|
+
"""post_api_external_v2_account_change_dates_by_account_id_balancesbalance_id # noqa: E501
|
|
893
895
|
|
|
894
896
|
Change dates of a balance for the given account id # noqa: E501
|
|
895
897
|
This method makes a synchronous HTTP request by default. To make an
|
|
896
898
|
asynchronous HTTP request, please pass async_req=True
|
|
897
899
|
|
|
898
|
-
>>> thread = api.
|
|
900
|
+
>>> thread = api.post_api_external_v2_account_change_dates_by_account_id_balancesbalance_id(account_id, balance_id, async_req=True)
|
|
899
901
|
>>> result = thread.get()
|
|
900
902
|
|
|
901
903
|
Args:
|
|
902
904
|
account_id (str): The account of the balance
|
|
903
905
|
balance_id (str): The balance to change the dates
|
|
904
|
-
change_dates_of_balance_v2_request (ChangeDatesOfBalanceV2Request): An object that represents the available options to modify schedule of a balance.
|
|
905
906
|
|
|
906
907
|
Keyword Args:
|
|
908
|
+
change_dates_of_balance_v2_request (ChangeDatesOfBalanceV2Request): An object that represents the available options to modify schedule of a balance.. [optional]
|
|
907
909
|
_return_http_data_only (bool): response data without head status
|
|
908
910
|
code and headers. Default is True.
|
|
909
911
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -969,7 +971,5 @@ class BalanceApi(object):
|
|
|
969
971
|
account_id
|
|
970
972
|
kwargs['balance_id'] = \
|
|
971
973
|
balance_id
|
|
972
|
-
kwargs
|
|
973
|
-
change_dates_of_balance_v2_request
|
|
974
|
-
return self.post_api_v2_external_account_change_dates_by_account_id_balancesbalance_id_endpoint.call_with_http_info(**kwargs)
|
|
974
|
+
return self.post_api_external_v2_account_change_dates_by_account_id_balancesbalance_id_endpoint.call_with_http_info(**kwargs)
|
|
975
975
|
|