bf_ruby2 1.2016.229 → 1.2016.230
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.
- checksums.yaml +4 -4
- data/README.md +53 -29
- data/bf_ruby2-1.2016.229.gem +0 -0
- data/docs/AccountsApi.md +82 -31
- data/docs/AddChargeToAccountResponse.md +9 -0
- data/docs/AddChargeToAccountResponsePagedMetadata.md +14 -0
- data/docs/AddChargesToAccountAPIRequest.md +17 -0
- data/docs/AddressesApi.md +4 -4
- data/docs/AmendmentsApi.md +13 -13
- data/docs/AnalyticsApi.md +15 -15
- data/docs/AuditlogsApi.md +5 -5
- data/docs/BatchUpdatePricingComponentValuesRequest.md +9 -0
- data/docs/ChargesApi.md +56 -8
- data/docs/ClientsApi.md +6 -6
- data/docs/ConfigurationsApi.md +6 -6
- data/docs/CouponbookApi.md +11 -11
- data/docs/CouponbookdefinitionApi.md +8 -8
- data/docs/CoupondefinitionApi.md +7 -7
- data/docs/CouponinstanceApi.md +12 -12
- data/docs/CouponmodifierApi.md +9 -9
- data/docs/CouponruleApi.md +6 -6
- data/docs/CouponsApi.md +10 -10
- data/docs/CreateSubscriptionChargeAmendment.md +0 -1
- data/docs/CreateSubscriptionRequest.md +2 -0
- data/docs/CreditnotesApi.md +7 -7
- data/docs/CybersourcetokensApi.md +7 -7
- data/docs/DunninglinesApi.md +8 -8
- data/docs/EmailprovidersApi.md +5 -5
- data/docs/EmailsApi.md +1 -1
- data/docs/EmailsubscriptionsApi.md +7 -7
- data/docs/FixedtermdefinitionsApi.md +4 -4
- data/docs/FixedtermsApi.md +2 -2
- data/docs/Invoice.md +3 -0
- data/docs/InvoicesApi.md +63 -63
- data/docs/MetadataApi.md +6 -6
- data/docs/NestedChargeRequest.md +19 -0
- data/docs/NotificationsApi.md +6 -6
- data/docs/OrganizationsApi.md +9 -9
- data/docs/PasswordsApi.md +2 -2
- data/docs/PaymentmethodsApi.md +10 -10
- data/docs/PaymentmethodsubscriptionlinksApi.md +3 -3
- data/docs/PaymentsApi.md +9 -9
- data/docs/PeriodsApi.md +2 -2
- data/docs/PermissionsApi.md +8 -8
- data/docs/PricingcalculatorApi.md +6 -6
- data/docs/PricingcomponentsApi.md +8 -8
- data/docs/PricingcomponenttiersApi.md +7 -7
- data/docs/PricingcomponentvaluechangesApi.md +7 -7
- data/docs/PricingcomponentvaluesApi.md +7 -7
- data/docs/ProductrateplansApi.md +27 -27
- data/docs/ProductsApi.md +17 -17
- data/docs/ProfilesApi.md +6 -6
- data/docs/QuotesApi.md +2 -2
- data/docs/RecalculateChargeBatchRequest.md +12 -0
- data/docs/RecalculateChargeBatchResponse.md +11 -0
- data/docs/RecalculateChargeBatchResponsePagedMetadata.md +14 -0
- data/docs/ReceiptsApi.md +6 -6
- data/docs/RefundsApi.md +9 -9
- data/docs/RolesApi.md +8 -8
- data/docs/SearchApi.md +1 -1
- data/docs/SingleRecalculateChargeRequest.md +15 -0
- data/docs/Subscription.md +1 -0
- data/docs/SubscriptionsApi.md +153 -102
- data/docs/SynchAppConfigsApi.md +6 -6
- data/docs/SynchConfigsApi.md +8 -8
- data/docs/SynchJobsApi.md +10 -10
- data/docs/TaxationlinksApi.md +8 -8
- data/docs/TaxationstrategiesApi.md +11 -11
- data/docs/TimeApi.md +1 -1
- data/docs/TokenizationApi.md +6 -6
- data/docs/UnitofmeasureApi.md +6 -6
- data/docs/UpdatePricingComponentValueChangeResult.md +19 -0
- data/docs/UpdatePricingComponentValueRequest.md +10 -0
- data/docs/UpdatePricingComponentValueResponse.md +9 -0
- data/docs/UpdatePricingComponentValueResponsePagedMetadata.md +14 -0
- data/docs/UsageApi.md +7 -7
- data/docs/UsageperiodsApi.md +3 -3
- data/docs/UsageroundingstrategiesApi.md +6 -6
- data/docs/UsagesessionsApi.md +6 -6
- data/docs/UsernamesApi.md +2 -2
- data/docs/UsersApi.md +16 -16
- data/docs/VaultedgatewaysApi.md +22 -22
- data/docs/WebhooksApi.md +10 -10
- data/lib/bf_ruby2.rb +13 -0
- data/lib/bf_ruby2/api/accounts_api.rb +92 -31
- data/lib/bf_ruby2/api/addresses_api.rb +4 -4
- data/lib/bf_ruby2/api/amendments_api.rb +13 -13
- data/lib/bf_ruby2/api/analytics_api.rb +15 -15
- data/lib/bf_ruby2/api/auditlogs_api.rb +5 -5
- data/lib/bf_ruby2/api/charges_api.rb +65 -8
- data/lib/bf_ruby2/api/clients_api.rb +6 -6
- data/lib/bf_ruby2/api/configurations_api.rb +6 -6
- data/lib/bf_ruby2/api/couponbook_api.rb +11 -11
- data/lib/bf_ruby2/api/couponbookdefinition_api.rb +8 -8
- data/lib/bf_ruby2/api/coupondefinition_api.rb +7 -7
- data/lib/bf_ruby2/api/couponinstance_api.rb +12 -12
- data/lib/bf_ruby2/api/couponmodifier_api.rb +9 -9
- data/lib/bf_ruby2/api/couponrule_api.rb +6 -6
- data/lib/bf_ruby2/api/coupons_api.rb +10 -10
- data/lib/bf_ruby2/api/creditnotes_api.rb +7 -7
- data/lib/bf_ruby2/api/cybersourcetokens_api.rb +7 -7
- data/lib/bf_ruby2/api/dunninglines_api.rb +8 -8
- data/lib/bf_ruby2/api/emailproviders_api.rb +5 -5
- data/lib/bf_ruby2/api/emails_api.rb +1 -1
- data/lib/bf_ruby2/api/emailsubscriptions_api.rb +7 -7
- data/lib/bf_ruby2/api/fixedtermdefinitions_api.rb +4 -4
- data/lib/bf_ruby2/api/fixedterms_api.rb +2 -2
- data/lib/bf_ruby2/api/invoices_api.rb +63 -63
- data/lib/bf_ruby2/api/metadata_api.rb +6 -6
- data/lib/bf_ruby2/api/notifications_api.rb +6 -6
- data/lib/bf_ruby2/api/organizations_api.rb +9 -9
- data/lib/bf_ruby2/api/passwords_api.rb +2 -2
- data/lib/bf_ruby2/api/paymentmethods_api.rb +10 -10
- data/lib/bf_ruby2/api/paymentmethodsubscriptionlinks_api.rb +3 -3
- data/lib/bf_ruby2/api/payments_api.rb +9 -9
- data/lib/bf_ruby2/api/periods_api.rb +2 -2
- data/lib/bf_ruby2/api/permissions_api.rb +8 -8
- data/lib/bf_ruby2/api/pricingcalculator_api.rb +6 -6
- data/lib/bf_ruby2/api/pricingcomponents_api.rb +8 -8
- data/lib/bf_ruby2/api/pricingcomponenttiers_api.rb +7 -7
- data/lib/bf_ruby2/api/pricingcomponentvaluechanges_api.rb +7 -7
- data/lib/bf_ruby2/api/pricingcomponentvalues_api.rb +7 -7
- data/lib/bf_ruby2/api/productrateplans_api.rb +27 -27
- data/lib/bf_ruby2/api/products_api.rb +17 -17
- data/lib/bf_ruby2/api/profiles_api.rb +6 -6
- data/lib/bf_ruby2/api/quotes_api.rb +2 -2
- data/lib/bf_ruby2/api/receipts_api.rb +6 -6
- data/lib/bf_ruby2/api/refunds_api.rb +9 -9
- data/lib/bf_ruby2/api/roles_api.rb +8 -8
- data/lib/bf_ruby2/api/search_api.rb +1 -1
- data/lib/bf_ruby2/api/subscriptions_api.rb +163 -102
- data/lib/bf_ruby2/api/synch_app_configs_api.rb +6 -6
- data/lib/bf_ruby2/api/synch_configs_api.rb +8 -8
- data/lib/bf_ruby2/api/synch_jobs_api.rb +10 -10
- data/lib/bf_ruby2/api/taxationlinks_api.rb +8 -8
- data/lib/bf_ruby2/api/taxationstrategies_api.rb +11 -11
- data/lib/bf_ruby2/api/time_api.rb +1 -1
- data/lib/bf_ruby2/api/tokenization_api.rb +6 -6
- data/lib/bf_ruby2/api/unitofmeasure_api.rb +6 -6
- data/lib/bf_ruby2/api/usage_api.rb +7 -7
- data/lib/bf_ruby2/api/usageperiods_api.rb +3 -3
- data/lib/bf_ruby2/api/usageroundingstrategies_api.rb +6 -6
- data/lib/bf_ruby2/api/usagesessions_api.rb +6 -6
- data/lib/bf_ruby2/api/usernames_api.rb +2 -2
- data/lib/bf_ruby2/api/users_api.rb +16 -16
- data/lib/bf_ruby2/api/vaultedgateways_api.rb +22 -22
- data/lib/bf_ruby2/api/webhooks_api.rb +10 -10
- data/lib/bf_ruby2/models/add_charge_to_account_response.rb +212 -0
- data/lib/bf_ruby2/models/add_charge_to_account_response_paged_metadata.rb +269 -0
- data/lib/bf_ruby2/models/add_charges_to_account_api_request.rb +337 -0
- data/lib/bf_ruby2/models/batch_update_pricing_component_values_request.rb +244 -0
- data/lib/bf_ruby2/models/create_subscription_charge_amendment.rb +1 -24
- data/lib/bf_ruby2/models/create_subscription_request.rb +24 -4
- data/lib/bf_ruby2/models/invoice.rb +32 -1
- data/lib/bf_ruby2/models/nested_charge_request.rb +343 -0
- data/lib/bf_ruby2/models/recalculate_charge_batch_request.rb +279 -0
- data/lib/bf_ruby2/models/recalculate_charge_batch_response.rb +234 -0
- data/lib/bf_ruby2/models/recalculate_charge_batch_response_paged_metadata.rb +269 -0
- data/lib/bf_ruby2/models/single_recalculate_charge_request.rb +317 -0
- data/lib/bf_ruby2/models/subscription.rb +11 -1
- data/lib/bf_ruby2/models/update_pricing_component_value_change_result.rb +367 -0
- data/lib/bf_ruby2/models/update_pricing_component_value_request.rb +253 -0
- data/lib/bf_ruby2/models/update_pricing_component_value_response.rb +210 -0
- data/lib/bf_ruby2/models/update_pricing_component_value_response_paged_metadata.rb +269 -0
- data/lib/bf_ruby2/version.rb +1 -1
- data/spec/models/add_charge_to_account_response_paged_metadata_spec.rb +89 -0
- data/spec/models/add_charge_to_account_response_spec.rb +59 -0
- data/spec/models/add_charges_to_account_api_request_spec.rb +115 -0
- data/spec/models/batch_update_pricing_component_values_request_spec.rb +63 -0
- data/spec/models/nested_charge_request_spec.rb +123 -0
- data/spec/models/recalculate_charge_batch_request_spec.rb +81 -0
- data/spec/models/recalculate_charge_batch_response_paged_metadata_spec.rb +89 -0
- data/spec/models/recalculate_charge_batch_response_spec.rb +71 -0
- data/spec/models/single_recalculate_charge_request_spec.rb +103 -0
- data/spec/models/update_pricing_component_value_change_result_spec.rb +131 -0
- data/spec/models/update_pricing_component_value_request_spec.rb +69 -0
- data/spec/models/update_pricing_component_value_response_paged_metadata_spec.rb +89 -0
- data/spec/models/update_pricing_component_value_response_spec.rb +59 -0
- metadata +54 -2
- data/setup.scratch.rb +0 -33
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -122,7 +122,7 @@ module BillForward
|
|
|
122
122
|
header_params = {}
|
|
123
123
|
|
|
124
124
|
# HTTP header 'Accept' (if needed)
|
|
125
|
-
local_header_accept = ['application/json']
|
|
125
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
126
126
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
127
127
|
|
|
128
128
|
# HTTP header 'Content-Type'
|
|
@@ -182,7 +182,7 @@ module BillForward
|
|
|
182
182
|
header_params = {}
|
|
183
183
|
|
|
184
184
|
# HTTP header 'Accept' (if needed)
|
|
185
|
-
local_header_accept = ['application/json']
|
|
185
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
186
186
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
187
187
|
|
|
188
188
|
# HTTP header 'Content-Type'
|
|
@@ -244,7 +244,7 @@ module BillForward
|
|
|
244
244
|
header_params = {}
|
|
245
245
|
|
|
246
246
|
# HTTP header 'Accept' (if needed)
|
|
247
|
-
local_header_accept = ['application/json']
|
|
247
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
248
248
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
249
249
|
|
|
250
250
|
# HTTP header 'Content-Type'
|
|
@@ -301,11 +301,11 @@ module BillForward
|
|
|
301
301
|
header_params = {}
|
|
302
302
|
|
|
303
303
|
# HTTP header 'Accept' (if needed)
|
|
304
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
304
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
305
305
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
306
306
|
|
|
307
307
|
# HTTP header 'Content-Type'
|
|
308
|
-
local_header_content_type = ['application/json']
|
|
308
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
309
309
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
310
310
|
|
|
311
311
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -136,7 +136,7 @@ module BillForward
|
|
|
136
136
|
header_params = {}
|
|
137
137
|
|
|
138
138
|
# HTTP header 'Accept' (if needed)
|
|
139
|
-
local_header_accept = ['application/json']
|
|
139
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
140
140
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
141
141
|
|
|
142
142
|
# HTTP header 'Content-Type'
|
|
@@ -214,7 +214,7 @@ module BillForward
|
|
|
214
214
|
header_params = {}
|
|
215
215
|
|
|
216
216
|
# HTTP header 'Accept' (if needed)
|
|
217
|
-
local_header_accept = ['application/json']
|
|
217
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
218
218
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
219
219
|
|
|
220
220
|
# HTTP header 'Content-Type'
|
|
@@ -274,7 +274,7 @@ module BillForward
|
|
|
274
274
|
header_params = {}
|
|
275
275
|
|
|
276
276
|
# HTTP header 'Accept' (if needed)
|
|
277
|
-
local_header_accept = ['application/json', 'text/xml']
|
|
277
|
+
local_header_accept = ['application/json; charset=utf-8', 'text/xml']
|
|
278
278
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
279
279
|
|
|
280
280
|
# HTTP header 'Content-Type'
|
|
@@ -336,7 +336,7 @@ module BillForward
|
|
|
336
336
|
header_params = {}
|
|
337
337
|
|
|
338
338
|
# HTTP header 'Accept' (if needed)
|
|
339
|
-
local_header_accept = ['application/json']
|
|
339
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
340
340
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
341
341
|
|
|
342
342
|
# HTTP header 'Content-Type'
|
|
@@ -393,11 +393,11 @@ module BillForward
|
|
|
393
393
|
header_params = {}
|
|
394
394
|
|
|
395
395
|
# HTTP header 'Accept' (if needed)
|
|
396
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
396
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
397
397
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
398
398
|
|
|
399
399
|
# HTTP header 'Content-Type'
|
|
400
|
-
local_header_content_type = ['application/json']
|
|
400
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
401
401
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
402
402
|
|
|
403
403
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -122,7 +122,7 @@ module BillForward
|
|
|
122
122
|
header_params = {}
|
|
123
123
|
|
|
124
124
|
# HTTP header 'Accept' (if needed)
|
|
125
|
-
local_header_accept = ['application/json']
|
|
125
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
126
126
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
127
127
|
|
|
128
128
|
# HTTP header 'Content-Type'
|
|
@@ -196,7 +196,7 @@ module BillForward
|
|
|
196
196
|
header_params = {}
|
|
197
197
|
|
|
198
198
|
# HTTP header 'Accept' (if needed)
|
|
199
|
-
local_header_accept = ['application/json']
|
|
199
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
200
200
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
201
201
|
|
|
202
202
|
# HTTP header 'Content-Type'
|
|
@@ -259,7 +259,7 @@ module BillForward
|
|
|
259
259
|
header_params = {}
|
|
260
260
|
|
|
261
261
|
# HTTP header 'Accept' (if needed)
|
|
262
|
-
local_header_accept = ['application/json']
|
|
262
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
263
263
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
264
264
|
|
|
265
265
|
# HTTP header 'Content-Type'
|
|
@@ -65,7 +65,7 @@ module BillForward
|
|
|
65
65
|
header_params = {}
|
|
66
66
|
|
|
67
67
|
# HTTP header 'Accept' (if needed)
|
|
68
|
-
local_header_accept = ['application/json', 'text/xml']
|
|
68
|
+
local_header_accept = ['application/json; charset=utf-8', 'text/xml']
|
|
69
69
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
70
70
|
|
|
71
71
|
# HTTP header 'Content-Type'
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -126,7 +126,7 @@ module BillForward
|
|
|
126
126
|
header_params = {}
|
|
127
127
|
|
|
128
128
|
# HTTP header 'Accept' (if needed)
|
|
129
|
-
local_header_accept = ['application/json', 'text/xml']
|
|
129
|
+
local_header_accept = ['application/json; charset=utf-8', 'text/xml']
|
|
130
130
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
131
131
|
|
|
132
132
|
# HTTP header 'Content-Type'
|
|
@@ -215,7 +215,7 @@ module BillForward
|
|
|
215
215
|
header_params = {}
|
|
216
216
|
|
|
217
217
|
# HTTP header 'Accept' (if needed)
|
|
218
|
-
local_header_accept = ['application/json']
|
|
218
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
219
219
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
220
220
|
|
|
221
221
|
# HTTP header 'Content-Type'
|
|
@@ -278,7 +278,7 @@ module BillForward
|
|
|
278
278
|
header_params = {}
|
|
279
279
|
|
|
280
280
|
# HTTP header 'Accept' (if needed)
|
|
281
|
-
local_header_accept = ['application/json']
|
|
281
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
282
282
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
283
283
|
|
|
284
284
|
# HTTP header 'Content-Type'
|
|
@@ -335,11 +335,11 @@ module BillForward
|
|
|
335
335
|
header_params = {}
|
|
336
336
|
|
|
337
337
|
# HTTP header 'Accept' (if needed)
|
|
338
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
338
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
339
339
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
340
340
|
|
|
341
341
|
# HTTP header 'Content-Type'
|
|
342
|
-
local_header_content_type = ['application/json']
|
|
342
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
343
343
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
344
344
|
|
|
345
345
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -119,11 +119,11 @@ module BillForward
|
|
|
119
119
|
header_params = {}
|
|
120
120
|
|
|
121
121
|
# HTTP header 'Accept' (if needed)
|
|
122
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
122
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
123
123
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
124
124
|
|
|
125
125
|
# HTTP header 'Content-Type'
|
|
126
|
-
local_header_content_type = ['application/json']
|
|
126
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
127
127
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
128
128
|
|
|
129
129
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -66,11 +66,11 @@ module BillForward
|
|
|
66
66
|
header_params = {}
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Accept' (if needed)
|
|
69
|
-
local_header_accept = ['application/json']
|
|
69
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
70
70
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
71
71
|
|
|
72
72
|
# HTTP header 'Content-Type'
|
|
73
|
-
local_header_content_type = ['application/json']
|
|
73
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
74
74
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
75
75
|
|
|
76
76
|
# form parameters
|
|
@@ -123,11 +123,11 @@ module BillForward
|
|
|
123
123
|
header_params = {}
|
|
124
124
|
|
|
125
125
|
# HTTP header 'Accept' (if needed)
|
|
126
|
-
local_header_accept = ['application/json']
|
|
126
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
127
127
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
128
128
|
|
|
129
129
|
# HTTP header 'Content-Type'
|
|
130
|
-
local_header_content_type = ['application/json']
|
|
130
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
131
131
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
132
132
|
|
|
133
133
|
# form parameters
|
|
@@ -184,11 +184,11 @@ module BillForward
|
|
|
184
184
|
header_params = {}
|
|
185
185
|
|
|
186
186
|
# HTTP header 'Accept' (if needed)
|
|
187
|
-
local_header_accept = ['application/json']
|
|
187
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
188
188
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
189
189
|
|
|
190
190
|
# HTTP header 'Content-Type'
|
|
191
|
-
local_header_content_type = ['application/json']
|
|
191
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
192
192
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
193
193
|
|
|
194
194
|
# form parameters
|
|
@@ -240,11 +240,11 @@ module BillForward
|
|
|
240
240
|
header_params = {}
|
|
241
241
|
|
|
242
242
|
# HTTP header 'Accept' (if needed)
|
|
243
|
-
local_header_accept = ['application/json']
|
|
243
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
244
244
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
245
245
|
|
|
246
246
|
# HTTP header 'Content-Type'
|
|
247
|
-
local_header_content_type = ['application/json']
|
|
247
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
248
248
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
249
249
|
|
|
250
250
|
# form parameters
|
|
@@ -320,11 +320,11 @@ module BillForward
|
|
|
320
320
|
header_params = {}
|
|
321
321
|
|
|
322
322
|
# HTTP header 'Accept' (if needed)
|
|
323
|
-
local_header_accept = ['application/json']
|
|
323
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
324
324
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
325
325
|
|
|
326
326
|
# HTTP header 'Content-Type'
|
|
327
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
327
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
328
328
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
329
329
|
|
|
330
330
|
# form parameters
|
|
@@ -398,7 +398,7 @@ module BillForward
|
|
|
398
398
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
399
399
|
|
|
400
400
|
# HTTP header 'Content-Type'
|
|
401
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
401
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
402
402
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
403
403
|
|
|
404
404
|
# form parameters
|
|
@@ -546,11 +546,11 @@ module BillForward
|
|
|
546
546
|
header_params = {}
|
|
547
547
|
|
|
548
548
|
# HTTP header 'Accept' (if needed)
|
|
549
|
-
local_header_accept = ['application/json']
|
|
549
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
550
550
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
551
551
|
|
|
552
552
|
# HTTP header 'Content-Type'
|
|
553
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
553
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
554
554
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
555
555
|
|
|
556
556
|
# form parameters
|
|
@@ -612,7 +612,7 @@ module BillForward
|
|
|
612
612
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
613
613
|
|
|
614
614
|
# HTTP header 'Content-Type'
|
|
615
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
615
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
616
616
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
617
617
|
|
|
618
618
|
# form parameters
|
|
@@ -674,7 +674,7 @@ module BillForward
|
|
|
674
674
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
675
675
|
|
|
676
676
|
# HTTP header 'Content-Type'
|
|
677
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
677
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
678
678
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
679
679
|
|
|
680
680
|
# form parameters
|
|
@@ -736,7 +736,7 @@ module BillForward
|
|
|
736
736
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
737
737
|
|
|
738
738
|
# HTTP header 'Content-Type'
|
|
739
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
739
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
740
740
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
741
741
|
|
|
742
742
|
# form parameters
|
|
@@ -798,7 +798,7 @@ module BillForward
|
|
|
798
798
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
799
799
|
|
|
800
800
|
# HTTP header 'Content-Type'
|
|
801
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
801
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
802
802
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
803
803
|
|
|
804
804
|
# form parameters
|
|
@@ -888,7 +888,7 @@ module BillForward
|
|
|
888
888
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
889
889
|
|
|
890
890
|
# HTTP header 'Content-Type'
|
|
891
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
891
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
892
892
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
893
893
|
|
|
894
894
|
# form parameters
|
|
@@ -987,7 +987,7 @@ module BillForward
|
|
|
987
987
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
988
988
|
|
|
989
989
|
# HTTP header 'Content-Type'
|
|
990
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
990
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
991
991
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
992
992
|
|
|
993
993
|
# form parameters
|
|
@@ -1064,11 +1064,11 @@ module BillForward
|
|
|
1064
1064
|
header_params = {}
|
|
1065
1065
|
|
|
1066
1066
|
# HTTP header 'Accept' (if needed)
|
|
1067
|
-
local_header_accept = ['application/json']
|
|
1067
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1068
1068
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1069
1069
|
|
|
1070
1070
|
# HTTP header 'Content-Type'
|
|
1071
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1071
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1072
1072
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1073
1073
|
|
|
1074
1074
|
# form parameters
|
|
@@ -1128,7 +1128,7 @@ module BillForward
|
|
|
1128
1128
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1129
1129
|
|
|
1130
1130
|
# HTTP header 'Content-Type'
|
|
1131
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1131
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1132
1132
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1133
1133
|
|
|
1134
1134
|
# form parameters
|
|
@@ -1205,11 +1205,11 @@ module BillForward
|
|
|
1205
1205
|
header_params = {}
|
|
1206
1206
|
|
|
1207
1207
|
# HTTP header 'Accept' (if needed)
|
|
1208
|
-
local_header_accept = ['application/json']
|
|
1208
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1209
1209
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1210
1210
|
|
|
1211
1211
|
# HTTP header 'Content-Type'
|
|
1212
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1212
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1213
1213
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1214
1214
|
|
|
1215
1215
|
# form parameters
|
|
@@ -1286,11 +1286,11 @@ module BillForward
|
|
|
1286
1286
|
header_params = {}
|
|
1287
1287
|
|
|
1288
1288
|
# HTTP header 'Accept' (if needed)
|
|
1289
|
-
local_header_accept = ['application/json']
|
|
1289
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1290
1290
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1291
1291
|
|
|
1292
1292
|
# HTTP header 'Content-Type'
|
|
1293
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1293
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1294
1294
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1295
1295
|
|
|
1296
1296
|
# form parameters
|
|
@@ -1346,11 +1346,11 @@ module BillForward
|
|
|
1346
1346
|
header_params = {}
|
|
1347
1347
|
|
|
1348
1348
|
# HTTP header 'Accept' (if needed)
|
|
1349
|
-
local_header_accept = ['application/json', 'text/xml']
|
|
1349
|
+
local_header_accept = ['application/json; charset=utf-8', 'text/xml']
|
|
1350
1350
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1351
1351
|
|
|
1352
1352
|
# HTTP header 'Content-Type'
|
|
1353
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1353
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1354
1354
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1355
1355
|
|
|
1356
1356
|
# form parameters
|
|
@@ -1427,11 +1427,11 @@ module BillForward
|
|
|
1427
1427
|
header_params = {}
|
|
1428
1428
|
|
|
1429
1429
|
# HTTP header 'Accept' (if needed)
|
|
1430
|
-
local_header_accept = ['application/json']
|
|
1430
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1431
1431
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1432
1432
|
|
|
1433
1433
|
# HTTP header 'Content-Type'
|
|
1434
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1434
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1435
1435
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1436
1436
|
|
|
1437
1437
|
# form parameters
|
|
@@ -1509,11 +1509,11 @@ module BillForward
|
|
|
1509
1509
|
header_params = {}
|
|
1510
1510
|
|
|
1511
1511
|
# HTTP header 'Accept' (if needed)
|
|
1512
|
-
local_header_accept = ['application/json']
|
|
1512
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1513
1513
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1514
1514
|
|
|
1515
1515
|
# HTTP header 'Content-Type'
|
|
1516
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1516
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1517
1517
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1518
1518
|
|
|
1519
1519
|
# form parameters
|
|
@@ -1591,11 +1591,11 @@ module BillForward
|
|
|
1591
1591
|
header_params = {}
|
|
1592
1592
|
|
|
1593
1593
|
# HTTP header 'Accept' (if needed)
|
|
1594
|
-
local_header_accept = ['application/json']
|
|
1594
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1595
1595
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1596
1596
|
|
|
1597
1597
|
# HTTP header 'Content-Type'
|
|
1598
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1598
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1599
1599
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1600
1600
|
|
|
1601
1601
|
# form parameters
|
|
@@ -1677,7 +1677,7 @@ module BillForward
|
|
|
1677
1677
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1678
1678
|
|
|
1679
1679
|
# HTTP header 'Content-Type'
|
|
1680
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1680
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1681
1681
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1682
1682
|
|
|
1683
1683
|
# form parameters
|
|
@@ -1755,11 +1755,11 @@ module BillForward
|
|
|
1755
1755
|
header_params = {}
|
|
1756
1756
|
|
|
1757
1757
|
# HTTP header 'Accept' (if needed)
|
|
1758
|
-
local_header_accept = ['application/json']
|
|
1758
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1759
1759
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1760
1760
|
|
|
1761
1761
|
# HTTP header 'Content-Type'
|
|
1762
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1762
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1763
1763
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1764
1764
|
|
|
1765
1765
|
# form parameters
|
|
@@ -1845,11 +1845,11 @@ module BillForward
|
|
|
1845
1845
|
header_params = {}
|
|
1846
1846
|
|
|
1847
1847
|
# HTTP header 'Accept' (if needed)
|
|
1848
|
-
local_header_accept = ['application/json']
|
|
1848
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
1849
1849
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1850
1850
|
|
|
1851
1851
|
# HTTP header 'Content-Type'
|
|
1852
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1852
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1853
1853
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1854
1854
|
|
|
1855
1855
|
# form parameters
|
|
@@ -1939,7 +1939,7 @@ module BillForward
|
|
|
1939
1939
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1940
1940
|
|
|
1941
1941
|
# HTTP header 'Content-Type'
|
|
1942
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
1942
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
1943
1943
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1944
1944
|
|
|
1945
1945
|
# form parameters
|
|
@@ -2021,7 +2021,7 @@ module BillForward
|
|
|
2021
2021
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2022
2022
|
|
|
2023
2023
|
# HTTP header 'Content-Type'
|
|
2024
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
2024
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
2025
2025
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2026
2026
|
|
|
2027
2027
|
# form parameters
|
|
@@ -2225,11 +2225,11 @@ module BillForward
|
|
|
2225
2225
|
header_params = {}
|
|
2226
2226
|
|
|
2227
2227
|
# HTTP header 'Accept' (if needed)
|
|
2228
|
-
local_header_accept = ['application/json']
|
|
2228
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2229
2229
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2230
2230
|
|
|
2231
2231
|
# HTTP header 'Content-Type'
|
|
2232
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
2232
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
2233
2233
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2234
2234
|
|
|
2235
2235
|
# form parameters
|
|
@@ -2291,7 +2291,7 @@ module BillForward
|
|
|
2291
2291
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2292
2292
|
|
|
2293
2293
|
# HTTP header 'Content-Type'
|
|
2294
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
2294
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
2295
2295
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2296
2296
|
|
|
2297
2297
|
# form parameters
|
|
@@ -2353,7 +2353,7 @@ module BillForward
|
|
|
2353
2353
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2354
2354
|
|
|
2355
2355
|
# HTTP header 'Content-Type'
|
|
2356
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
2356
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
2357
2357
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2358
2358
|
|
|
2359
2359
|
# form parameters
|
|
@@ -2548,11 +2548,11 @@ module BillForward
|
|
|
2548
2548
|
header_params = {}
|
|
2549
2549
|
|
|
2550
2550
|
# HTTP header 'Accept' (if needed)
|
|
2551
|
-
local_header_accept = ['application/json']
|
|
2551
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2552
2552
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2553
2553
|
|
|
2554
2554
|
# HTTP header 'Content-Type'
|
|
2555
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
2555
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
2556
2556
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2557
2557
|
|
|
2558
2558
|
# form parameters
|
|
@@ -2605,11 +2605,11 @@ module BillForward
|
|
|
2605
2605
|
header_params = {}
|
|
2606
2606
|
|
|
2607
2607
|
# HTTP header 'Accept' (if needed)
|
|
2608
|
-
local_header_accept = ['application/json']
|
|
2608
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2609
2609
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2610
2610
|
|
|
2611
2611
|
# HTTP header 'Content-Type'
|
|
2612
|
-
local_header_content_type = ['application/json']
|
|
2612
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
2613
2613
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2614
2614
|
|
|
2615
2615
|
# form parameters
|
|
@@ -2666,11 +2666,11 @@ module BillForward
|
|
|
2666
2666
|
header_params = {}
|
|
2667
2667
|
|
|
2668
2668
|
# HTTP header 'Accept' (if needed)
|
|
2669
|
-
local_header_accept = ['application/json']
|
|
2669
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2670
2670
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2671
2671
|
|
|
2672
2672
|
# HTTP header 'Content-Type'
|
|
2673
|
-
local_header_content_type = ['application/json']
|
|
2673
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
2674
2674
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2675
2675
|
|
|
2676
2676
|
# form parameters
|
|
@@ -2730,11 +2730,11 @@ module BillForward
|
|
|
2730
2730
|
header_params = {}
|
|
2731
2731
|
|
|
2732
2732
|
# HTTP header 'Accept' (if needed)
|
|
2733
|
-
local_header_accept = ['application/json']
|
|
2733
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2734
2734
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2735
2735
|
|
|
2736
2736
|
# HTTP header 'Content-Type'
|
|
2737
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
2737
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
2738
2738
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2739
2739
|
|
|
2740
2740
|
# form parameters
|
|
@@ -2790,11 +2790,11 @@ module BillForward
|
|
|
2790
2790
|
header_params = {}
|
|
2791
2791
|
|
|
2792
2792
|
# HTTP header 'Accept' (if needed)
|
|
2793
|
-
local_header_accept = ['application/json']
|
|
2793
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2794
2794
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2795
2795
|
|
|
2796
2796
|
# HTTP header 'Content-Type'
|
|
2797
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
2797
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
2798
2798
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2799
2799
|
|
|
2800
2800
|
# form parameters
|
|
@@ -2854,11 +2854,11 @@ module BillForward
|
|
|
2854
2854
|
header_params = {}
|
|
2855
2855
|
|
|
2856
2856
|
# HTTP header 'Accept' (if needed)
|
|
2857
|
-
local_header_accept = ['application/json']
|
|
2857
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2858
2858
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2859
2859
|
|
|
2860
2860
|
# HTTP header 'Content-Type'
|
|
2861
|
-
local_header_content_type = ['application/json']
|
|
2861
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
2862
2862
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2863
2863
|
|
|
2864
2864
|
# form parameters
|
|
@@ -2911,11 +2911,11 @@ module BillForward
|
|
|
2911
2911
|
header_params = {}
|
|
2912
2912
|
|
|
2913
2913
|
# HTTP header 'Accept' (if needed)
|
|
2914
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
2914
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
2915
2915
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2916
2916
|
|
|
2917
2917
|
# HTTP header 'Content-Type'
|
|
2918
|
-
local_header_content_type = ['application/json']
|
|
2918
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
2919
2919
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2920
2920
|
|
|
2921
2921
|
# form parameters
|
|
@@ -2975,11 +2975,11 @@ module BillForward
|
|
|
2975
2975
|
header_params = {}
|
|
2976
2976
|
|
|
2977
2977
|
# HTTP header 'Accept' (if needed)
|
|
2978
|
-
local_header_accept = ['application/json']
|
|
2978
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
2979
2979
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
2980
2980
|
|
|
2981
2981
|
# HTTP header 'Content-Type'
|
|
2982
|
-
local_header_content_type = ['application/json']
|
|
2982
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
2983
2983
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
2984
2984
|
|
|
2985
2985
|
# form parameters
|
|
@@ -3037,11 +3037,11 @@ module BillForward
|
|
|
3037
3037
|
header_params = {}
|
|
3038
3038
|
|
|
3039
3039
|
# HTTP header 'Accept' (if needed)
|
|
3040
|
-
local_header_accept = ['application/json']
|
|
3040
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
3041
3041
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
3042
3042
|
|
|
3043
3043
|
# HTTP header 'Content-Type'
|
|
3044
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
3044
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
3045
3045
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
3046
3046
|
|
|
3047
3047
|
# form parameters
|