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
|
|
@@ -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'
|
|
@@ -292,7 +292,7 @@ module BillForward
|
|
|
292
292
|
header_params = {}
|
|
293
293
|
|
|
294
294
|
# HTTP header 'Accept' (if needed)
|
|
295
|
-
local_header_accept = ['application/json']
|
|
295
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
296
296
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
297
297
|
|
|
298
298
|
# HTTP header 'Content-Type'
|
|
@@ -352,7 +352,7 @@ module BillForward
|
|
|
352
352
|
header_params = {}
|
|
353
353
|
|
|
354
354
|
# HTTP header 'Accept' (if needed)
|
|
355
|
-
local_header_accept = ['application/json']
|
|
355
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
356
356
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
357
357
|
|
|
358
358
|
# HTTP header 'Content-Type'
|
|
@@ -409,11 +409,11 @@ module BillForward
|
|
|
409
409
|
header_params = {}
|
|
410
410
|
|
|
411
411
|
# HTTP header 'Accept' (if needed)
|
|
412
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
412
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
413
413
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
414
414
|
|
|
415
415
|
# HTTP header 'Content-Type'
|
|
416
|
-
local_header_content_type = ['application/json']
|
|
416
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
417
417
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
418
418
|
|
|
419
419
|
# 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
|
|
@@ -133,7 +133,7 @@ module BillForward
|
|
|
133
133
|
header_params = {}
|
|
134
134
|
|
|
135
135
|
# HTTP header 'Accept' (if needed)
|
|
136
|
-
local_header_accept = ['application/json']
|
|
136
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
137
137
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
138
138
|
|
|
139
139
|
# HTTP header 'Content-Type'
|
|
@@ -208,7 +208,7 @@ module BillForward
|
|
|
208
208
|
header_params = {}
|
|
209
209
|
|
|
210
210
|
# HTTP header 'Accept' (if needed)
|
|
211
|
-
local_header_accept = ['application/json']
|
|
211
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
212
212
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
213
213
|
|
|
214
214
|
# HTTP header 'Content-Type'
|
|
@@ -283,7 +283,7 @@ module BillForward
|
|
|
283
283
|
header_params = {}
|
|
284
284
|
|
|
285
285
|
# HTTP header 'Accept' (if needed)
|
|
286
|
-
local_header_accept = ['application/json']
|
|
286
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
287
287
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
288
288
|
|
|
289
289
|
# HTTP header 'Content-Type'
|
|
@@ -340,11 +340,11 @@ module BillForward
|
|
|
340
340
|
header_params = {}
|
|
341
341
|
|
|
342
342
|
# HTTP header 'Accept' (if needed)
|
|
343
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
343
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
344
344
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
345
345
|
|
|
346
346
|
# HTTP header 'Content-Type'
|
|
347
|
-
local_header_content_type = ['application/json']
|
|
347
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
348
348
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
349
349
|
|
|
350
350
|
# 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
|
|
@@ -133,7 +133,7 @@ module BillForward
|
|
|
133
133
|
header_params = {}
|
|
134
134
|
|
|
135
135
|
# HTTP header 'Accept' (if needed)
|
|
136
|
-
local_header_accept = ['application/json']
|
|
136
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
137
137
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
138
138
|
|
|
139
139
|
# HTTP header 'Content-Type'
|
|
@@ -193,7 +193,7 @@ module BillForward
|
|
|
193
193
|
header_params = {}
|
|
194
194
|
|
|
195
195
|
# HTTP header 'Accept' (if needed)
|
|
196
|
-
local_header_accept = ['application/json']
|
|
196
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
197
197
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
198
198
|
|
|
199
199
|
# HTTP header 'Content-Type'
|
|
@@ -268,7 +268,7 @@ module BillForward
|
|
|
268
268
|
header_params = {}
|
|
269
269
|
|
|
270
270
|
# HTTP header 'Accept' (if needed)
|
|
271
|
-
local_header_accept = ['application/json']
|
|
271
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
272
272
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
273
273
|
|
|
274
274
|
# HTTP header 'Content-Type'
|
|
@@ -343,7 +343,7 @@ module BillForward
|
|
|
343
343
|
header_params = {}
|
|
344
344
|
|
|
345
345
|
# HTTP header 'Accept' (if needed)
|
|
346
|
-
local_header_accept = ['application/json']
|
|
346
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
347
347
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
348
348
|
|
|
349
349
|
# HTTP header 'Content-Type'
|
|
@@ -418,7 +418,7 @@ module BillForward
|
|
|
418
418
|
header_params = {}
|
|
419
419
|
|
|
420
420
|
# HTTP header 'Accept' (if needed)
|
|
421
|
-
local_header_accept = ['application/json']
|
|
421
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
422
422
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
423
423
|
|
|
424
424
|
# 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
|
|
@@ -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'
|
|
@@ -292,7 +292,7 @@ module BillForward
|
|
|
292
292
|
header_params = {}
|
|
293
293
|
|
|
294
294
|
# HTTP header 'Accept' (if needed)
|
|
295
|
-
local_header_accept = ['application/json']
|
|
295
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
296
296
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
297
297
|
|
|
298
298
|
# HTTP header 'Content-Type'
|
|
@@ -349,11 +349,11 @@ module BillForward
|
|
|
349
349
|
header_params = {}
|
|
350
350
|
|
|
351
351
|
# HTTP header 'Accept' (if needed)
|
|
352
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
352
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
353
353
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
354
354
|
|
|
355
355
|
# HTTP header 'Content-Type'
|
|
356
|
-
local_header_content_type = ['application/json']
|
|
356
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
357
357
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
358
358
|
|
|
359
359
|
# 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 = ['text/xml', 'application/xml', 'application/json']
|
|
126
|
+
local_header_accept = ['text/xml', 'application/xml', '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
|
|
@@ -183,11 +183,11 @@ module BillForward
|
|
|
183
183
|
header_params = {}
|
|
184
184
|
|
|
185
185
|
# HTTP header 'Accept' (if needed)
|
|
186
|
-
local_header_accept = ['application/json']
|
|
186
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
187
187
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
188
188
|
|
|
189
189
|
# HTTP header 'Content-Type'
|
|
190
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
190
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
191
191
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
192
192
|
|
|
193
193
|
# form parameters
|
|
@@ -260,7 +260,7 @@ module BillForward
|
|
|
260
260
|
header_params = {}
|
|
261
261
|
|
|
262
262
|
# HTTP header 'Accept' (if needed)
|
|
263
|
-
local_header_accept = ['application/json', 'text/plain']
|
|
263
|
+
local_header_accept = ['application/json; charset=utf-8', 'text/plain']
|
|
264
264
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
265
265
|
|
|
266
266
|
# 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 = ['application/json']
|
|
338
|
+
local_header_accept = ['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 = ['text/plain', 'application/json']
|
|
342
|
+
local_header_content_type = ['text/plain', '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
|
|
@@ -395,11 +395,11 @@ module BillForward
|
|
|
395
395
|
header_params = {}
|
|
396
396
|
|
|
397
397
|
# HTTP header 'Accept' (if needed)
|
|
398
|
-
local_header_accept = ['application/json']
|
|
398
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
399
399
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
400
400
|
|
|
401
401
|
# HTTP header 'Content-Type'
|
|
402
|
-
local_header_content_type = ['application/json', 'text/plain']
|
|
402
|
+
local_header_content_type = ['application/json; charset=utf-8', 'text/plain']
|
|
403
403
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
404
404
|
|
|
405
405
|
# form parameters
|
|
@@ -473,11 +473,11 @@ module BillForward
|
|
|
473
473
|
header_params = {}
|
|
474
474
|
|
|
475
475
|
# HTTP header 'Accept' (if needed)
|
|
476
|
-
local_header_accept = ['application/json']
|
|
476
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
477
477
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
478
478
|
|
|
479
479
|
# HTTP header 'Content-Type'
|
|
480
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
480
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
481
481
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
482
482
|
|
|
483
483
|
# form parameters
|
|
@@ -551,11 +551,11 @@ module BillForward
|
|
|
551
551
|
header_params = {}
|
|
552
552
|
|
|
553
553
|
# HTTP header 'Accept' (if needed)
|
|
554
|
-
local_header_accept = ['application/json']
|
|
554
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
555
555
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
556
556
|
|
|
557
557
|
# HTTP header 'Content-Type'
|
|
558
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
558
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
559
559
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
560
560
|
|
|
561
561
|
# form parameters
|
|
@@ -633,11 +633,11 @@ module BillForward
|
|
|
633
633
|
header_params = {}
|
|
634
634
|
|
|
635
635
|
# HTTP header 'Accept' (if needed)
|
|
636
|
-
local_header_accept = ['application/json']
|
|
636
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
637
637
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
638
638
|
|
|
639
639
|
# HTTP header 'Content-Type'
|
|
640
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
640
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
641
641
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
642
642
|
|
|
643
643
|
# form parameters
|
|
@@ -697,11 +697,11 @@ module BillForward
|
|
|
697
697
|
header_params = {}
|
|
698
698
|
|
|
699
699
|
# HTTP header 'Accept' (if needed)
|
|
700
|
-
local_header_accept = ['application/json']
|
|
700
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
701
701
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
702
702
|
|
|
703
703
|
# HTTP header 'Content-Type'
|
|
704
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
704
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
705
705
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
706
706
|
|
|
707
707
|
# form parameters
|
|
@@ -757,11 +757,11 @@ module BillForward
|
|
|
757
757
|
header_params = {}
|
|
758
758
|
|
|
759
759
|
# HTTP header 'Accept' (if needed)
|
|
760
|
-
local_header_accept = ['application/json']
|
|
760
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
761
761
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
762
762
|
|
|
763
763
|
# HTTP header 'Content-Type'
|
|
764
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
764
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
765
765
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
766
766
|
|
|
767
767
|
# form parameters
|
|
@@ -821,11 +821,11 @@ module BillForward
|
|
|
821
821
|
header_params = {}
|
|
822
822
|
|
|
823
823
|
# HTTP header 'Accept' (if needed)
|
|
824
|
-
local_header_accept = ['application/json']
|
|
824
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
825
825
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
826
826
|
|
|
827
827
|
# HTTP header 'Content-Type'
|
|
828
|
-
local_header_content_type = ['application/json']
|
|
828
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
829
829
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
830
830
|
|
|
831
831
|
# form parameters
|
|
@@ -878,11 +878,11 @@ module BillForward
|
|
|
878
878
|
header_params = {}
|
|
879
879
|
|
|
880
880
|
# HTTP header 'Accept' (if needed)
|
|
881
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
881
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
882
882
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
883
883
|
|
|
884
884
|
# HTTP header 'Content-Type'
|
|
885
|
-
local_header_content_type = ['application/json']
|
|
885
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
886
886
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
887
887
|
|
|
888
888
|
# form parameters
|
|
@@ -942,11 +942,11 @@ module BillForward
|
|
|
942
942
|
header_params = {}
|
|
943
943
|
|
|
944
944
|
# HTTP header 'Accept' (if needed)
|
|
945
|
-
local_header_accept = ['application/json']
|
|
945
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
946
946
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
947
947
|
|
|
948
948
|
# HTTP header 'Content-Type'
|
|
949
|
-
local_header_content_type = ['application/json']
|
|
949
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
950
950
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
951
951
|
|
|
952
952
|
# 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,11 +122,11 @@ 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'
|
|
129
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
129
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
130
130
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
131
131
|
|
|
132
132
|
# form parameters
|
|
@@ -199,7 +199,7 @@ module BillForward
|
|
|
199
199
|
header_params = {}
|
|
200
200
|
|
|
201
201
|
# HTTP header 'Accept' (if needed)
|
|
202
|
-
local_header_accept = ['application/json', 'text/plain']
|
|
202
|
+
local_header_accept = ['application/json; charset=utf-8', 'text/plain']
|
|
203
203
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
204
204
|
|
|
205
205
|
# HTTP header 'Content-Type'
|
|
@@ -259,11 +259,11 @@ 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'
|
|
266
|
-
local_header_content_type = ['application/json', 'text/plain']
|
|
266
|
+
local_header_content_type = ['application/json; charset=utf-8', 'text/plain']
|
|
267
267
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
268
268
|
|
|
269
269
|
# form parameters
|
|
@@ -337,11 +337,11 @@ module BillForward
|
|
|
337
337
|
header_params = {}
|
|
338
338
|
|
|
339
339
|
# HTTP header 'Accept' (if needed)
|
|
340
|
-
local_header_accept = ['application/json']
|
|
340
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
341
341
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
342
342
|
|
|
343
343
|
# HTTP header 'Content-Type'
|
|
344
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
344
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
345
345
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
346
346
|
|
|
347
347
|
# form parameters
|
|
@@ -397,11 +397,11 @@ module BillForward
|
|
|
397
397
|
header_params = {}
|
|
398
398
|
|
|
399
399
|
# HTTP header 'Accept' (if needed)
|
|
400
|
-
local_header_accept = ['application/json']
|
|
400
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
401
401
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
402
402
|
|
|
403
403
|
# HTTP header 'Content-Type'
|
|
404
|
-
local_header_content_type = ['text/plain', 'application/json']
|
|
404
|
+
local_header_content_type = ['text/plain', 'application/json; charset=utf-8']
|
|
405
405
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
406
406
|
|
|
407
407
|
# form parameters
|
|
@@ -461,11 +461,11 @@ module BillForward
|
|
|
461
461
|
header_params = {}
|
|
462
462
|
|
|
463
463
|
# HTTP header 'Accept' (if needed)
|
|
464
|
-
local_header_accept = ['application/json']
|
|
464
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
465
465
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
466
466
|
|
|
467
467
|
# HTTP header 'Content-Type'
|
|
468
|
-
local_header_content_type = ['application/json']
|
|
468
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
469
469
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
470
470
|
|
|
471
471
|
# form parameters
|
|
@@ -518,11 +518,11 @@ module BillForward
|
|
|
518
518
|
header_params = {}
|
|
519
519
|
|
|
520
520
|
# HTTP header 'Accept' (if needed)
|
|
521
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
521
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
522
522
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
523
523
|
|
|
524
524
|
# HTTP header 'Content-Type'
|
|
525
|
-
local_header_content_type = ['application/json']
|
|
525
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
526
526
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
527
527
|
|
|
528
528
|
# form parameters
|
|
@@ -582,11 +582,11 @@ module BillForward
|
|
|
582
582
|
header_params = {}
|
|
583
583
|
|
|
584
584
|
# HTTP header 'Accept' (if needed)
|
|
585
|
-
local_header_accept = ['application/json']
|
|
585
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
586
586
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
587
587
|
|
|
588
588
|
# HTTP header 'Content-Type'
|
|
589
|
-
local_header_content_type = ['application/json']
|
|
589
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
590
590
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
591
591
|
|
|
592
592
|
# form parameters
|