budgea_client 5.0.1 → 5.0.3
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/Gemfile.lock +1 -1
- data/docs/AdministrationApi.md +36 -36
- data/docs/AuthenticationApi.md +9 -9
- data/docs/BanksApi.md +127 -127
- data/docs/Connection.md +1 -0
- data/docs/ConnectionsApi.md +24 -24
- data/docs/DocumentsApi.md +46 -46
- data/docs/OIDCApi.md +3 -3
- data/docs/PFMApi.md +33 -33
- data/docs/ProvidersApi.md +88 -88
- data/docs/RecipientsApi.md +4 -4
- data/docs/TermsApi.md +3 -3
- data/docs/TransferApi.md +1 -1
- data/docs/TransfersApi.md +39 -39
- data/docs/UsersManagementApi.md +11 -11
- data/docs/WealthApi.md +22 -22
- data/lib/budgea_client/api/administration_api.rb +36 -36
- data/lib/budgea_client/api/authentication_api.rb +9 -9
- data/lib/budgea_client/api/banks_api.rb +127 -127
- data/lib/budgea_client/api/connections_api.rb +24 -24
- data/lib/budgea_client/api/documents_api.rb +46 -46
- data/lib/budgea_client/api/oidc_api.rb +3 -3
- data/lib/budgea_client/api/pfm_api.rb +33 -33
- data/lib/budgea_client/api/providers_api.rb +88 -88
- data/lib/budgea_client/api/recipients_api.rb +4 -4
- data/lib/budgea_client/api/terms_api.rb +3 -3
- data/lib/budgea_client/api/transfer_api.rb +1 -1
- data/lib/budgea_client/api/transfers_api.rb +39 -39
- data/lib/budgea_client/api/users_management_api.rb +11 -11
- data/lib/budgea_client/api/wealth_api.rb +22 -22
- data/lib/budgea_client/models/connection.rb +13 -4
- data/lib/budgea_client/version.rb +1 -1
- metadata +1 -5
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/pkg/budgea_client-3.0.1.gem +0 -0
- data/pkg/budgea_client-4.0.0.gem +0 -0
- data/pkg/budgea_client-5.0.0.gem +0 -0
|
@@ -56,7 +56,7 @@ module BudgeaClient
|
|
|
56
56
|
# HTTP header 'Accept' (if needed)
|
|
57
57
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
58
58
|
# HTTP header 'Content-Type'
|
|
59
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
59
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
60
60
|
|
|
61
61
|
# form parameters
|
|
62
62
|
form_params = {}
|
|
@@ -119,7 +119,7 @@ module BudgeaClient
|
|
|
119
119
|
# HTTP header 'Accept' (if needed)
|
|
120
120
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
121
121
|
# HTTP header 'Content-Type'
|
|
122
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
122
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
123
123
|
|
|
124
124
|
# form parameters
|
|
125
125
|
form_params = {}
|
|
@@ -177,7 +177,7 @@ module BudgeaClient
|
|
|
177
177
|
# HTTP header 'Accept' (if needed)
|
|
178
178
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
179
179
|
# HTTP header 'Content-Type'
|
|
180
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
180
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
181
181
|
|
|
182
182
|
# form parameters
|
|
183
183
|
form_params = {}
|
|
@@ -309,7 +309,7 @@ module BudgeaClient
|
|
|
309
309
|
# HTTP header 'Accept' (if needed)
|
|
310
310
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
311
311
|
# HTTP header 'Content-Type'
|
|
312
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
312
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
313
313
|
|
|
314
314
|
# form parameters
|
|
315
315
|
form_params = {}
|
|
@@ -356,7 +356,7 @@ module BudgeaClient
|
|
|
356
356
|
# HTTP header 'Accept' (if needed)
|
|
357
357
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
358
358
|
# HTTP header 'Content-Type'
|
|
359
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
359
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
360
360
|
|
|
361
361
|
# form parameters
|
|
362
362
|
form_params = {}
|
|
@@ -475,7 +475,7 @@ module BudgeaClient
|
|
|
475
475
|
# HTTP header 'Accept' (if needed)
|
|
476
476
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
477
477
|
# HTTP header 'Content-Type'
|
|
478
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
478
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
479
479
|
|
|
480
480
|
# form parameters
|
|
481
481
|
form_params = {}
|
|
@@ -543,7 +543,7 @@ module BudgeaClient
|
|
|
543
543
|
# HTTP header 'Accept' (if needed)
|
|
544
544
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
545
545
|
# HTTP header 'Content-Type'
|
|
546
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
546
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
547
547
|
|
|
548
548
|
# form parameters
|
|
549
549
|
form_params = {}
|
|
@@ -605,7 +605,7 @@ module BudgeaClient
|
|
|
605
605
|
# HTTP header 'Accept' (if needed)
|
|
606
606
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
607
607
|
# HTTP header 'Content-Type'
|
|
608
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
608
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
609
609
|
|
|
610
610
|
# form parameters
|
|
611
611
|
form_params = {}
|
|
@@ -674,7 +674,7 @@ module BudgeaClient
|
|
|
674
674
|
# HTTP header 'Accept' (if needed)
|
|
675
675
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
676
676
|
# HTTP header 'Content-Type'
|
|
677
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
677
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
678
678
|
|
|
679
679
|
# form parameters
|
|
680
680
|
form_params = {}
|
|
@@ -753,7 +753,7 @@ module BudgeaClient
|
|
|
753
753
|
# HTTP header 'Accept' (if needed)
|
|
754
754
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
755
755
|
# HTTP header 'Content-Type'
|
|
756
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
756
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
757
757
|
|
|
758
758
|
# form parameters
|
|
759
759
|
form_params = {}
|
|
@@ -831,7 +831,7 @@ module BudgeaClient
|
|
|
831
831
|
# HTTP header 'Accept' (if needed)
|
|
832
832
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
833
833
|
# HTTP header 'Content-Type'
|
|
834
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
834
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
835
835
|
|
|
836
836
|
# form parameters
|
|
837
837
|
form_params = {}
|
|
@@ -890,7 +890,7 @@ module BudgeaClient
|
|
|
890
890
|
# HTTP header 'Accept' (if needed)
|
|
891
891
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
892
892
|
# HTTP header 'Content-Type'
|
|
893
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
893
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
894
894
|
|
|
895
895
|
# form parameters
|
|
896
896
|
form_params = {}
|
|
@@ -954,7 +954,7 @@ module BudgeaClient
|
|
|
954
954
|
# HTTP header 'Accept' (if needed)
|
|
955
955
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
956
956
|
# HTTP header 'Content-Type'
|
|
957
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
957
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
958
958
|
|
|
959
959
|
# form parameters
|
|
960
960
|
form_params = {}
|
|
@@ -1022,7 +1022,7 @@ module BudgeaClient
|
|
|
1022
1022
|
# HTTP header 'Accept' (if needed)
|
|
1023
1023
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1024
1024
|
# HTTP header 'Content-Type'
|
|
1025
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1025
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1026
1026
|
|
|
1027
1027
|
# form parameters
|
|
1028
1028
|
form_params = {}
|
|
@@ -1096,7 +1096,7 @@ module BudgeaClient
|
|
|
1096
1096
|
# HTTP header 'Accept' (if needed)
|
|
1097
1097
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1098
1098
|
# HTTP header 'Content-Type'
|
|
1099
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1099
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1100
1100
|
|
|
1101
1101
|
# form parameters
|
|
1102
1102
|
form_params = {}
|
|
@@ -1164,7 +1164,7 @@ module BudgeaClient
|
|
|
1164
1164
|
# HTTP header 'Accept' (if needed)
|
|
1165
1165
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1166
1166
|
# HTTP header 'Content-Type'
|
|
1167
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1167
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1168
1168
|
|
|
1169
1169
|
# form parameters
|
|
1170
1170
|
form_params = {}
|
|
@@ -1239,7 +1239,7 @@ module BudgeaClient
|
|
|
1239
1239
|
# HTTP header 'Accept' (if needed)
|
|
1240
1240
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1241
1241
|
# HTTP header 'Content-Type'
|
|
1242
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1242
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1243
1243
|
|
|
1244
1244
|
# form parameters
|
|
1245
1245
|
form_params = {}
|
|
@@ -1482,7 +1482,7 @@ module BudgeaClient
|
|
|
1482
1482
|
# HTTP header 'Accept' (if needed)
|
|
1483
1483
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1484
1484
|
# HTTP header 'Content-Type'
|
|
1485
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1485
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1486
1486
|
|
|
1487
1487
|
# form parameters
|
|
1488
1488
|
form_params = {}
|
|
@@ -1538,7 +1538,7 @@ module BudgeaClient
|
|
|
1538
1538
|
# HTTP header 'Accept' (if needed)
|
|
1539
1539
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1540
1540
|
# HTTP header 'Content-Type'
|
|
1541
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1541
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1542
1542
|
|
|
1543
1543
|
# form parameters
|
|
1544
1544
|
form_params = {}
|
|
@@ -1601,7 +1601,7 @@ module BudgeaClient
|
|
|
1601
1601
|
# HTTP header 'Accept' (if needed)
|
|
1602
1602
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1603
1603
|
# HTTP header 'Content-Type'
|
|
1604
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1604
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1605
1605
|
|
|
1606
1606
|
# form parameters
|
|
1607
1607
|
form_params = {}
|
|
@@ -1664,7 +1664,7 @@ module BudgeaClient
|
|
|
1664
1664
|
# HTTP header 'Accept' (if needed)
|
|
1665
1665
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1666
1666
|
# HTTP header 'Content-Type'
|
|
1667
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1667
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1668
1668
|
|
|
1669
1669
|
# form parameters
|
|
1670
1670
|
form_params = {}
|
|
@@ -1741,7 +1741,7 @@ module BudgeaClient
|
|
|
1741
1741
|
# HTTP header 'Accept' (if needed)
|
|
1742
1742
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1743
1743
|
# HTTP header 'Content-Type'
|
|
1744
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1744
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1745
1745
|
|
|
1746
1746
|
# form parameters
|
|
1747
1747
|
form_params = {}
|
|
@@ -1815,7 +1815,7 @@ module BudgeaClient
|
|
|
1815
1815
|
# HTTP header 'Accept' (if needed)
|
|
1816
1816
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1817
1817
|
# HTTP header 'Content-Type'
|
|
1818
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1818
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1819
1819
|
|
|
1820
1820
|
# form parameters
|
|
1821
1821
|
form_params = {}
|
|
@@ -1872,7 +1872,7 @@ module BudgeaClient
|
|
|
1872
1872
|
# HTTP header 'Accept' (if needed)
|
|
1873
1873
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1874
1874
|
# HTTP header 'Content-Type'
|
|
1875
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1875
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1876
1876
|
|
|
1877
1877
|
# form parameters
|
|
1878
1878
|
form_params = {}
|
|
@@ -1928,7 +1928,7 @@ module BudgeaClient
|
|
|
1928
1928
|
# HTTP header 'Accept' (if needed)
|
|
1929
1929
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1930
1930
|
# HTTP header 'Content-Type'
|
|
1931
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1931
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1932
1932
|
|
|
1933
1933
|
# form parameters
|
|
1934
1934
|
form_params = {}
|
|
@@ -1985,7 +1985,7 @@ module BudgeaClient
|
|
|
1985
1985
|
# HTTP header 'Accept' (if needed)
|
|
1986
1986
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1987
1987
|
# HTTP header 'Content-Type'
|
|
1988
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1988
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1989
1989
|
|
|
1990
1990
|
# form parameters
|
|
1991
1991
|
form_params = {}
|
|
@@ -2048,7 +2048,7 @@ module BudgeaClient
|
|
|
2048
2048
|
# HTTP header 'Accept' (if needed)
|
|
2049
2049
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2050
2050
|
# HTTP header 'Content-Type'
|
|
2051
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2051
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2052
2052
|
|
|
2053
2053
|
# form parameters
|
|
2054
2054
|
form_params = {}
|
|
@@ -2121,7 +2121,7 @@ module BudgeaClient
|
|
|
2121
2121
|
# HTTP header 'Accept' (if needed)
|
|
2122
2122
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2123
2123
|
# HTTP header 'Content-Type'
|
|
2124
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2124
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2125
2125
|
|
|
2126
2126
|
# form parameters
|
|
2127
2127
|
form_params = {}
|
|
@@ -2193,7 +2193,7 @@ module BudgeaClient
|
|
|
2193
2193
|
# HTTP header 'Accept' (if needed)
|
|
2194
2194
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2195
2195
|
# HTTP header 'Content-Type'
|
|
2196
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2196
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2197
2197
|
|
|
2198
2198
|
# form parameters
|
|
2199
2199
|
form_params = {}
|
|
@@ -2255,7 +2255,7 @@ module BudgeaClient
|
|
|
2255
2255
|
# HTTP header 'Accept' (if needed)
|
|
2256
2256
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2257
2257
|
# HTTP header 'Content-Type'
|
|
2258
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2258
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2259
2259
|
|
|
2260
2260
|
# form parameters
|
|
2261
2261
|
form_params = {}
|
|
@@ -2318,7 +2318,7 @@ module BudgeaClient
|
|
|
2318
2318
|
# HTTP header 'Accept' (if needed)
|
|
2319
2319
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2320
2320
|
# HTTP header 'Content-Type'
|
|
2321
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2321
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2322
2322
|
|
|
2323
2323
|
# form parameters
|
|
2324
2324
|
form_params = {}
|
|
@@ -2375,7 +2375,7 @@ module BudgeaClient
|
|
|
2375
2375
|
# HTTP header 'Accept' (if needed)
|
|
2376
2376
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2377
2377
|
# HTTP header 'Content-Type'
|
|
2378
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2378
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2379
2379
|
|
|
2380
2380
|
# form parameters
|
|
2381
2381
|
form_params = {}
|
|
@@ -2432,7 +2432,7 @@ module BudgeaClient
|
|
|
2432
2432
|
# HTTP header 'Accept' (if needed)
|
|
2433
2433
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2434
2434
|
# HTTP header 'Content-Type'
|
|
2435
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2435
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2436
2436
|
|
|
2437
2437
|
# form parameters
|
|
2438
2438
|
form_params = {}
|
|
@@ -2503,7 +2503,7 @@ module BudgeaClient
|
|
|
2503
2503
|
# HTTP header 'Accept' (if needed)
|
|
2504
2504
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2505
2505
|
# HTTP header 'Content-Type'
|
|
2506
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2506
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2507
2507
|
|
|
2508
2508
|
# form parameters
|
|
2509
2509
|
form_params = {}
|
|
@@ -2564,7 +2564,7 @@ module BudgeaClient
|
|
|
2564
2564
|
# HTTP header 'Accept' (if needed)
|
|
2565
2565
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2566
2566
|
# HTTP header 'Content-Type'
|
|
2567
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2567
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2568
2568
|
|
|
2569
2569
|
# form parameters
|
|
2570
2570
|
form_params = {}
|
|
@@ -2622,7 +2622,7 @@ module BudgeaClient
|
|
|
2622
2622
|
# HTTP header 'Accept' (if needed)
|
|
2623
2623
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2624
2624
|
# HTTP header 'Content-Type'
|
|
2625
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2625
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2626
2626
|
|
|
2627
2627
|
# form parameters
|
|
2628
2628
|
form_params = {}
|
|
@@ -50,7 +50,7 @@ module BudgeaClient
|
|
|
50
50
|
# HTTP header 'Accept' (if needed)
|
|
51
51
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
52
52
|
# HTTP header 'Content-Type'
|
|
53
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
53
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
54
54
|
|
|
55
55
|
# form parameters
|
|
56
56
|
form_params = {}
|
|
@@ -107,7 +107,7 @@ module BudgeaClient
|
|
|
107
107
|
# HTTP header 'Accept' (if needed)
|
|
108
108
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
109
109
|
# HTTP header 'Content-Type'
|
|
110
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
110
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
111
111
|
|
|
112
112
|
# form parameters
|
|
113
113
|
form_params = {}
|
|
@@ -164,7 +164,7 @@ module BudgeaClient
|
|
|
164
164
|
# HTTP header 'Accept' (if needed)
|
|
165
165
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
166
166
|
# HTTP header 'Content-Type'
|
|
167
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
167
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
168
168
|
|
|
169
169
|
# form parameters
|
|
170
170
|
form_params = {}
|
|
@@ -221,7 +221,7 @@ module BudgeaClient
|
|
|
221
221
|
# HTTP header 'Accept' (if needed)
|
|
222
222
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
223
223
|
# HTTP header 'Content-Type'
|
|
224
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
224
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
225
225
|
|
|
226
226
|
# form parameters
|
|
227
227
|
form_params = {}
|
|
@@ -278,7 +278,7 @@ module BudgeaClient
|
|
|
278
278
|
# HTTP header 'Accept' (if needed)
|
|
279
279
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
280
280
|
# HTTP header 'Content-Type'
|
|
281
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
281
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
282
282
|
|
|
283
283
|
# form parameters
|
|
284
284
|
form_params = {}
|
|
@@ -329,7 +329,7 @@ module BudgeaClient
|
|
|
329
329
|
# HTTP header 'Accept' (if needed)
|
|
330
330
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
331
331
|
# HTTP header 'Content-Type'
|
|
332
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
332
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
333
333
|
|
|
334
334
|
# form parameters
|
|
335
335
|
form_params = {}
|
|
@@ -419,7 +419,7 @@ module BudgeaClient
|
|
|
419
419
|
# HTTP header 'Accept' (if needed)
|
|
420
420
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
421
421
|
# HTTP header 'Content-Type'
|
|
422
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
422
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
423
423
|
|
|
424
424
|
# form parameters
|
|
425
425
|
form_params = {}
|
|
@@ -470,7 +470,7 @@ module BudgeaClient
|
|
|
470
470
|
# HTTP header 'Accept' (if needed)
|
|
471
471
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
472
472
|
# HTTP header 'Content-Type'
|
|
473
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
473
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
474
474
|
|
|
475
475
|
# form parameters
|
|
476
476
|
form_params = {}
|
|
@@ -527,7 +527,7 @@ module BudgeaClient
|
|
|
527
527
|
# HTTP header 'Accept' (if needed)
|
|
528
528
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
529
529
|
# HTTP header 'Content-Type'
|
|
530
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
530
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
531
531
|
|
|
532
532
|
# form parameters
|
|
533
533
|
form_params = {}
|
|
@@ -590,7 +590,7 @@ module BudgeaClient
|
|
|
590
590
|
# HTTP header 'Accept' (if needed)
|
|
591
591
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
592
592
|
# HTTP header 'Content-Type'
|
|
593
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
593
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
594
594
|
|
|
595
595
|
# form parameters
|
|
596
596
|
form_params = {}
|
|
@@ -653,7 +653,7 @@ module BudgeaClient
|
|
|
653
653
|
# HTTP header 'Accept' (if needed)
|
|
654
654
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
655
655
|
# HTTP header 'Content-Type'
|
|
656
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
656
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
657
657
|
|
|
658
658
|
# form parameters
|
|
659
659
|
form_params = {}
|
|
@@ -710,7 +710,7 @@ module BudgeaClient
|
|
|
710
710
|
# HTTP header 'Accept' (if needed)
|
|
711
711
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
712
712
|
# HTTP header 'Content-Type'
|
|
713
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
713
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
714
714
|
|
|
715
715
|
# form parameters
|
|
716
716
|
form_params = {}
|
|
@@ -767,7 +767,7 @@ module BudgeaClient
|
|
|
767
767
|
# HTTP header 'Accept' (if needed)
|
|
768
768
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
769
769
|
# HTTP header 'Content-Type'
|
|
770
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
770
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
771
771
|
|
|
772
772
|
# form parameters
|
|
773
773
|
form_params = {}
|
|
@@ -824,7 +824,7 @@ module BudgeaClient
|
|
|
824
824
|
# HTTP header 'Accept' (if needed)
|
|
825
825
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
826
826
|
# HTTP header 'Content-Type'
|
|
827
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
827
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
828
828
|
|
|
829
829
|
# form parameters
|
|
830
830
|
form_params = {}
|
|
@@ -881,7 +881,7 @@ module BudgeaClient
|
|
|
881
881
|
# HTTP header 'Accept' (if needed)
|
|
882
882
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
883
883
|
# HTTP header 'Content-Type'
|
|
884
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
884
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
885
885
|
|
|
886
886
|
# form parameters
|
|
887
887
|
form_params = {}
|
|
@@ -938,7 +938,7 @@ module BudgeaClient
|
|
|
938
938
|
# HTTP header 'Accept' (if needed)
|
|
939
939
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
940
940
|
# HTTP header 'Content-Type'
|
|
941
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
941
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
942
942
|
|
|
943
943
|
# form parameters
|
|
944
944
|
form_params = {}
|
|
@@ -1005,7 +1005,7 @@ module BudgeaClient
|
|
|
1005
1005
|
# HTTP header 'Accept' (if needed)
|
|
1006
1006
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1007
1007
|
# HTTP header 'Content-Type'
|
|
1008
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1008
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1009
1009
|
|
|
1010
1010
|
# form parameters
|
|
1011
1011
|
form_params = {}
|
|
@@ -1145,7 +1145,7 @@ module BudgeaClient
|
|
|
1145
1145
|
# HTTP header 'Accept' (if needed)
|
|
1146
1146
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1147
1147
|
# HTTP header 'Content-Type'
|
|
1148
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1148
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1149
1149
|
|
|
1150
1150
|
# form parameters
|
|
1151
1151
|
form_params = {}
|
|
@@ -1214,7 +1214,7 @@ module BudgeaClient
|
|
|
1214
1214
|
# HTTP header 'Accept' (if needed)
|
|
1215
1215
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1216
1216
|
# HTTP header 'Content-Type'
|
|
1217
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1217
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1218
1218
|
|
|
1219
1219
|
# form parameters
|
|
1220
1220
|
form_params = {}
|
|
@@ -1300,7 +1300,7 @@ module BudgeaClient
|
|
|
1300
1300
|
# HTTP header 'Accept' (if needed)
|
|
1301
1301
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1302
1302
|
# HTTP header 'Content-Type'
|
|
1303
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1303
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1304
1304
|
|
|
1305
1305
|
# form parameters
|
|
1306
1306
|
form_params = {}
|
|
@@ -1411,7 +1411,7 @@ module BudgeaClient
|
|
|
1411
1411
|
# HTTP header 'Accept' (if needed)
|
|
1412
1412
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1413
1413
|
# HTTP header 'Content-Type'
|
|
1414
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1414
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1415
1415
|
|
|
1416
1416
|
# form parameters
|
|
1417
1417
|
form_params = {}
|
|
@@ -1468,7 +1468,7 @@ module BudgeaClient
|
|
|
1468
1468
|
# HTTP header 'Accept' (if needed)
|
|
1469
1469
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1470
1470
|
# HTTP header 'Content-Type'
|
|
1471
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1471
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1472
1472
|
|
|
1473
1473
|
# form parameters
|
|
1474
1474
|
form_params = {}
|
|
@@ -1525,7 +1525,7 @@ module BudgeaClient
|
|
|
1525
1525
|
# HTTP header 'Accept' (if needed)
|
|
1526
1526
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1527
1527
|
# HTTP header 'Content-Type'
|
|
1528
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1528
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1529
1529
|
|
|
1530
1530
|
# form parameters
|
|
1531
1531
|
form_params = {}
|
|
@@ -1582,7 +1582,7 @@ module BudgeaClient
|
|
|
1582
1582
|
# HTTP header 'Accept' (if needed)
|
|
1583
1583
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1584
1584
|
# HTTP header 'Content-Type'
|
|
1585
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1585
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1586
1586
|
|
|
1587
1587
|
# form parameters
|
|
1588
1588
|
form_params = {}
|
|
@@ -1639,7 +1639,7 @@ module BudgeaClient
|
|
|
1639
1639
|
# HTTP header 'Accept' (if needed)
|
|
1640
1640
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1641
1641
|
# HTTP header 'Content-Type'
|
|
1642
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1642
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1643
1643
|
|
|
1644
1644
|
# form parameters
|
|
1645
1645
|
form_params = {}
|
|
@@ -1708,7 +1708,7 @@ module BudgeaClient
|
|
|
1708
1708
|
# HTTP header 'Accept' (if needed)
|
|
1709
1709
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1710
1710
|
# HTTP header 'Content-Type'
|
|
1711
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1711
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1712
1712
|
|
|
1713
1713
|
# form parameters
|
|
1714
1714
|
form_params = {}
|
|
@@ -1804,7 +1804,7 @@ module BudgeaClient
|
|
|
1804
1804
|
# HTTP header 'Accept' (if needed)
|
|
1805
1805
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1806
1806
|
# HTTP header 'Content-Type'
|
|
1807
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1807
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1808
1808
|
|
|
1809
1809
|
# form parameters
|
|
1810
1810
|
form_params = {}
|
|
@@ -1879,7 +1879,7 @@ module BudgeaClient
|
|
|
1879
1879
|
# HTTP header 'Accept' (if needed)
|
|
1880
1880
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1881
1881
|
# HTTP header 'Content-Type'
|
|
1882
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1882
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1883
1883
|
|
|
1884
1884
|
# form parameters
|
|
1885
1885
|
form_params = {}
|
|
@@ -2175,7 +2175,7 @@ module BudgeaClient
|
|
|
2175
2175
|
# HTTP header 'Accept' (if needed)
|
|
2176
2176
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2177
2177
|
# HTTP header 'Content-Type'
|
|
2178
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2178
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2179
2179
|
|
|
2180
2180
|
# form parameters
|
|
2181
2181
|
form_params = {}
|
|
@@ -2245,7 +2245,7 @@ module BudgeaClient
|
|
|
2245
2245
|
# HTTP header 'Accept' (if needed)
|
|
2246
2246
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2247
2247
|
# HTTP header 'Content-Type'
|
|
2248
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2248
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2249
2249
|
|
|
2250
2250
|
# form parameters
|
|
2251
2251
|
form_params = {}
|
|
@@ -2341,7 +2341,7 @@ module BudgeaClient
|
|
|
2341
2341
|
# HTTP header 'Accept' (if needed)
|
|
2342
2342
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2343
2343
|
# HTTP header 'Content-Type'
|
|
2344
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2344
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2345
2345
|
|
|
2346
2346
|
# form parameters
|
|
2347
2347
|
form_params = {}
|
|
@@ -2416,7 +2416,7 @@ module BudgeaClient
|
|
|
2416
2416
|
# HTTP header 'Accept' (if needed)
|
|
2417
2417
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2418
2418
|
# HTTP header 'Content-Type'
|
|
2419
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2419
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2420
2420
|
|
|
2421
2421
|
# form parameters
|
|
2422
2422
|
form_params = {}
|
|
@@ -2712,7 +2712,7 @@ module BudgeaClient
|
|
|
2712
2712
|
# HTTP header 'Accept' (if needed)
|
|
2713
2713
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2714
2714
|
# HTTP header 'Content-Type'
|
|
2715
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2715
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2716
2716
|
|
|
2717
2717
|
# form parameters
|
|
2718
2718
|
form_params = {}
|
|
@@ -2770,7 +2770,7 @@ module BudgeaClient
|
|
|
2770
2770
|
# HTTP header 'Accept' (if needed)
|
|
2771
2771
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2772
2772
|
# HTTP header 'Content-Type'
|
|
2773
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2773
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2774
2774
|
|
|
2775
2775
|
# form parameters
|
|
2776
2776
|
form_params = {}
|
|
@@ -2827,7 +2827,7 @@ module BudgeaClient
|
|
|
2827
2827
|
# HTTP header 'Accept' (if needed)
|
|
2828
2828
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2829
2829
|
# HTTP header 'Content-Type'
|
|
2830
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2830
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2831
2831
|
|
|
2832
2832
|
# form parameters
|
|
2833
2833
|
form_params = {}
|
|
@@ -2902,7 +2902,7 @@ module BudgeaClient
|
|
|
2902
2902
|
# HTTP header 'Accept' (if needed)
|
|
2903
2903
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2904
2904
|
# HTTP header 'Content-Type'
|
|
2905
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2905
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2906
2906
|
|
|
2907
2907
|
# form parameters
|
|
2908
2908
|
form_params = {}
|
|
@@ -3004,7 +3004,7 @@ module BudgeaClient
|
|
|
3004
3004
|
# HTTP header 'Accept' (if needed)
|
|
3005
3005
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3006
3006
|
# HTTP header 'Content-Type'
|
|
3007
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3007
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3008
3008
|
|
|
3009
3009
|
# form parameters
|
|
3010
3010
|
form_params = {}
|
|
@@ -3085,7 +3085,7 @@ module BudgeaClient
|
|
|
3085
3085
|
# HTTP header 'Accept' (if needed)
|
|
3086
3086
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3087
3087
|
# HTTP header 'Content-Type'
|
|
3088
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3088
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3089
3089
|
|
|
3090
3090
|
# form parameters
|
|
3091
3091
|
form_params = {}
|
|
@@ -3399,7 +3399,7 @@ module BudgeaClient
|
|
|
3399
3399
|
# HTTP header 'Accept' (if needed)
|
|
3400
3400
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3401
3401
|
# HTTP header 'Content-Type'
|
|
3402
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3402
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3403
3403
|
|
|
3404
3404
|
# form parameters
|
|
3405
3405
|
form_params = {}
|
|
@@ -3475,7 +3475,7 @@ module BudgeaClient
|
|
|
3475
3475
|
# HTTP header 'Accept' (if needed)
|
|
3476
3476
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3477
3477
|
# HTTP header 'Content-Type'
|
|
3478
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3478
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3479
3479
|
|
|
3480
3480
|
# form parameters
|
|
3481
3481
|
form_params = {}
|
|
@@ -3577,7 +3577,7 @@ module BudgeaClient
|
|
|
3577
3577
|
# HTTP header 'Accept' (if needed)
|
|
3578
3578
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3579
3579
|
# HTTP header 'Content-Type'
|
|
3580
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3580
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3581
3581
|
|
|
3582
3582
|
# form parameters
|
|
3583
3583
|
form_params = {}
|
|
@@ -3658,7 +3658,7 @@ module BudgeaClient
|
|
|
3658
3658
|
# HTTP header 'Accept' (if needed)
|
|
3659
3659
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3660
3660
|
# HTTP header 'Content-Type'
|
|
3661
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3661
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3662
3662
|
|
|
3663
3663
|
# form parameters
|
|
3664
3664
|
form_params = {}
|
|
@@ -4036,7 +4036,7 @@ module BudgeaClient
|
|
|
4036
4036
|
# HTTP header 'Accept' (if needed)
|
|
4037
4037
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4038
4038
|
# HTTP header 'Content-Type'
|
|
4039
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4039
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4040
4040
|
|
|
4041
4041
|
# form parameters
|
|
4042
4042
|
form_params = {}
|
|
@@ -4099,7 +4099,7 @@ module BudgeaClient
|
|
|
4099
4099
|
# HTTP header 'Accept' (if needed)
|
|
4100
4100
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4101
4101
|
# HTTP header 'Content-Type'
|
|
4102
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4102
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4103
4103
|
|
|
4104
4104
|
# form parameters
|
|
4105
4105
|
form_params = {}
|
|
@@ -4189,7 +4189,7 @@ module BudgeaClient
|
|
|
4189
4189
|
# HTTP header 'Accept' (if needed)
|
|
4190
4190
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4191
4191
|
# HTTP header 'Content-Type'
|
|
4192
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4192
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4193
4193
|
|
|
4194
4194
|
# form parameters
|
|
4195
4195
|
form_params = {}
|
|
@@ -4258,7 +4258,7 @@ module BudgeaClient
|
|
|
4258
4258
|
# HTTP header 'Accept' (if needed)
|
|
4259
4259
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4260
4260
|
# HTTP header 'Content-Type'
|
|
4261
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4261
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4262
4262
|
|
|
4263
4263
|
# form parameters
|
|
4264
4264
|
form_params = {}
|
|
@@ -4536,7 +4536,7 @@ module BudgeaClient
|
|
|
4536
4536
|
# HTTP header 'Accept' (if needed)
|
|
4537
4537
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4538
4538
|
# HTTP header 'Content-Type'
|
|
4539
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4539
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4540
4540
|
|
|
4541
4541
|
# form parameters
|
|
4542
4542
|
form_params = {}
|
|
@@ -4600,7 +4600,7 @@ module BudgeaClient
|
|
|
4600
4600
|
# HTTP header 'Accept' (if needed)
|
|
4601
4601
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4602
4602
|
# HTTP header 'Content-Type'
|
|
4603
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4603
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4604
4604
|
|
|
4605
4605
|
# form parameters
|
|
4606
4606
|
form_params = {}
|
|
@@ -4663,7 +4663,7 @@ module BudgeaClient
|
|
|
4663
4663
|
# HTTP header 'Accept' (if needed)
|
|
4664
4664
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4665
4665
|
# HTTP header 'Content-Type'
|
|
4666
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4666
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4667
4667
|
|
|
4668
4668
|
# form parameters
|
|
4669
4669
|
form_params = {}
|
|
@@ -4759,7 +4759,7 @@ module BudgeaClient
|
|
|
4759
4759
|
# HTTP header 'Accept' (if needed)
|
|
4760
4760
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4761
4761
|
# HTTP header 'Content-Type'
|
|
4762
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4762
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4763
4763
|
|
|
4764
4764
|
# form parameters
|
|
4765
4765
|
form_params = {}
|
|
@@ -4900,7 +4900,7 @@ module BudgeaClient
|
|
|
4900
4900
|
# HTTP header 'Accept' (if needed)
|
|
4901
4901
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4902
4902
|
# HTTP header 'Content-Type'
|
|
4903
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4903
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4904
4904
|
|
|
4905
4905
|
# form parameters
|
|
4906
4906
|
form_params = {}
|
|
@@ -4963,7 +4963,7 @@ module BudgeaClient
|
|
|
4963
4963
|
# HTTP header 'Accept' (if needed)
|
|
4964
4964
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4965
4965
|
# HTTP header 'Content-Type'
|
|
4966
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4966
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4967
4967
|
|
|
4968
4968
|
# form parameters
|
|
4969
4969
|
form_params = {}
|
|
@@ -5032,7 +5032,7 @@ module BudgeaClient
|
|
|
5032
5032
|
# HTTP header 'Accept' (if needed)
|
|
5033
5033
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5034
5034
|
# HTTP header 'Content-Type'
|
|
5035
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5035
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5036
5036
|
|
|
5037
5037
|
# form parameters
|
|
5038
5038
|
form_params = {}
|
|
@@ -5101,7 +5101,7 @@ module BudgeaClient
|
|
|
5101
5101
|
# HTTP header 'Accept' (if needed)
|
|
5102
5102
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5103
5103
|
# HTTP header 'Content-Type'
|
|
5104
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5104
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5105
5105
|
|
|
5106
5106
|
# form parameters
|
|
5107
5107
|
form_params = {}
|
|
@@ -5170,7 +5170,7 @@ module BudgeaClient
|
|
|
5170
5170
|
# HTTP header 'Accept' (if needed)
|
|
5171
5171
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5172
5172
|
# HTTP header 'Content-Type'
|
|
5173
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5173
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5174
5174
|
|
|
5175
5175
|
# form parameters
|
|
5176
5176
|
form_params = {}
|
|
@@ -5239,7 +5239,7 @@ module BudgeaClient
|
|
|
5239
5239
|
# HTTP header 'Accept' (if needed)
|
|
5240
5240
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5241
5241
|
# HTTP header 'Content-Type'
|
|
5242
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5242
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5243
5243
|
|
|
5244
5244
|
# form parameters
|
|
5245
5245
|
form_params = {}
|
|
@@ -5308,7 +5308,7 @@ module BudgeaClient
|
|
|
5308
5308
|
# HTTP header 'Accept' (if needed)
|
|
5309
5309
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5310
5310
|
# HTTP header 'Content-Type'
|
|
5311
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5311
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5312
5312
|
|
|
5313
5313
|
# form parameters
|
|
5314
5314
|
form_params = {}
|
|
@@ -5404,7 +5404,7 @@ module BudgeaClient
|
|
|
5404
5404
|
# HTTP header 'Accept' (if needed)
|
|
5405
5405
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5406
5406
|
# HTTP header 'Content-Type'
|
|
5407
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5407
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5408
5408
|
|
|
5409
5409
|
# form parameters
|
|
5410
5410
|
form_params = {}
|
|
@@ -5479,7 +5479,7 @@ module BudgeaClient
|
|
|
5479
5479
|
# HTTP header 'Accept' (if needed)
|
|
5480
5480
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5481
5481
|
# HTTP header 'Content-Type'
|
|
5482
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5482
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5483
5483
|
|
|
5484
5484
|
# form parameters
|
|
5485
5485
|
form_params = {}
|
|
@@ -5775,7 +5775,7 @@ module BudgeaClient
|
|
|
5775
5775
|
# HTTP header 'Accept' (if needed)
|
|
5776
5776
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5777
5777
|
# HTTP header 'Content-Type'
|
|
5778
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5778
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5779
5779
|
|
|
5780
5780
|
# form parameters
|
|
5781
5781
|
form_params = {}
|
|
@@ -5857,7 +5857,7 @@ module BudgeaClient
|
|
|
5857
5857
|
# HTTP header 'Accept' (if needed)
|
|
5858
5858
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5859
5859
|
# HTTP header 'Content-Type'
|
|
5860
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5860
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5861
5861
|
|
|
5862
5862
|
# form parameters
|
|
5863
5863
|
form_params = {}
|
|
@@ -5930,7 +5930,7 @@ module BudgeaClient
|
|
|
5930
5930
|
# HTTP header 'Accept' (if needed)
|
|
5931
5931
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5932
5932
|
# HTTP header 'Content-Type'
|
|
5933
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5933
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5934
5934
|
|
|
5935
5935
|
# form parameters
|
|
5936
5936
|
form_params = {}
|
|
@@ -5995,7 +5995,7 @@ module BudgeaClient
|
|
|
5995
5995
|
# HTTP header 'Accept' (if needed)
|
|
5996
5996
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5997
5997
|
# HTTP header 'Content-Type'
|
|
5998
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5998
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5999
5999
|
|
|
6000
6000
|
# form parameters
|
|
6001
6001
|
form_params = {}
|
|
@@ -6064,7 +6064,7 @@ module BudgeaClient
|
|
|
6064
6064
|
# HTTP header 'Accept' (if needed)
|
|
6065
6065
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6066
6066
|
# HTTP header 'Content-Type'
|
|
6067
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6067
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6068
6068
|
|
|
6069
6069
|
# form parameters
|
|
6070
6070
|
form_params = {}
|
|
@@ -6160,7 +6160,7 @@ module BudgeaClient
|
|
|
6160
6160
|
# HTTP header 'Accept' (if needed)
|
|
6161
6161
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6162
6162
|
# HTTP header 'Content-Type'
|
|
6163
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6163
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6164
6164
|
|
|
6165
6165
|
# form parameters
|
|
6166
6166
|
form_params = {}
|
|
@@ -6235,7 +6235,7 @@ module BudgeaClient
|
|
|
6235
6235
|
# HTTP header 'Accept' (if needed)
|
|
6236
6236
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6237
6237
|
# HTTP header 'Content-Type'
|
|
6238
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6238
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6239
6239
|
|
|
6240
6240
|
# form parameters
|
|
6241
6241
|
form_params = {}
|
|
@@ -6531,7 +6531,7 @@ module BudgeaClient
|
|
|
6531
6531
|
# HTTP header 'Accept' (if needed)
|
|
6532
6532
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6533
6533
|
# HTTP header 'Content-Type'
|
|
6534
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6534
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6535
6535
|
|
|
6536
6536
|
# form parameters
|
|
6537
6537
|
form_params = {}
|
|
@@ -6601,7 +6601,7 @@ module BudgeaClient
|
|
|
6601
6601
|
# HTTP header 'Accept' (if needed)
|
|
6602
6602
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6603
6603
|
# HTTP header 'Content-Type'
|
|
6604
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6604
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6605
6605
|
|
|
6606
6606
|
# form parameters
|
|
6607
6607
|
form_params = {}
|
|
@@ -6697,7 +6697,7 @@ module BudgeaClient
|
|
|
6697
6697
|
# HTTP header 'Accept' (if needed)
|
|
6698
6698
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6699
6699
|
# HTTP header 'Content-Type'
|
|
6700
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6700
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6701
6701
|
|
|
6702
6702
|
# form parameters
|
|
6703
6703
|
form_params = {}
|
|
@@ -6772,7 +6772,7 @@ module BudgeaClient
|
|
|
6772
6772
|
# HTTP header 'Accept' (if needed)
|
|
6773
6773
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6774
6774
|
# HTTP header 'Content-Type'
|
|
6775
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6775
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6776
6776
|
|
|
6777
6777
|
# form parameters
|
|
6778
6778
|
form_params = {}
|
|
@@ -7068,7 +7068,7 @@ module BudgeaClient
|
|
|
7068
7068
|
# HTTP header 'Accept' (if needed)
|
|
7069
7069
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7070
7070
|
# HTTP header 'Content-Type'
|
|
7071
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7071
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7072
7072
|
|
|
7073
7073
|
# form parameters
|
|
7074
7074
|
form_params = {}
|
|
@@ -7234,7 +7234,7 @@ module BudgeaClient
|
|
|
7234
7234
|
# HTTP header 'Accept' (if needed)
|
|
7235
7235
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7236
7236
|
# HTTP header 'Content-Type'
|
|
7237
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7237
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7238
7238
|
|
|
7239
7239
|
# form parameters
|
|
7240
7240
|
form_params = {}
|
|
@@ -7318,7 +7318,7 @@ module BudgeaClient
|
|
|
7318
7318
|
# HTTP header 'Accept' (if needed)
|
|
7319
7319
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7320
7320
|
# HTTP header 'Content-Type'
|
|
7321
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7321
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7322
7322
|
|
|
7323
7323
|
# form parameters
|
|
7324
7324
|
form_params = {}
|
|
@@ -7381,7 +7381,7 @@ module BudgeaClient
|
|
|
7381
7381
|
# HTTP header 'Accept' (if needed)
|
|
7382
7382
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7383
7383
|
# HTTP header 'Content-Type'
|
|
7384
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7384
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7385
7385
|
|
|
7386
7386
|
# form parameters
|
|
7387
7387
|
form_params = {}
|
|
@@ -7641,7 +7641,7 @@ module BudgeaClient
|
|
|
7641
7641
|
# HTTP header 'Accept' (if needed)
|
|
7642
7642
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7643
7643
|
# HTTP header 'Content-Type'
|
|
7644
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7644
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7645
7645
|
|
|
7646
7646
|
# form parameters
|
|
7647
7647
|
form_params = {}
|
|
@@ -7732,7 +7732,7 @@ module BudgeaClient
|
|
|
7732
7732
|
# HTTP header 'Accept' (if needed)
|
|
7733
7733
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7734
7734
|
# HTTP header 'Content-Type'
|
|
7735
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7735
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7736
7736
|
|
|
7737
7737
|
# form parameters
|
|
7738
7738
|
form_params = {}
|
|
@@ -7861,7 +7861,7 @@ module BudgeaClient
|
|
|
7861
7861
|
# HTTP header 'Accept' (if needed)
|
|
7862
7862
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7863
7863
|
# HTTP header 'Content-Type'
|
|
7864
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7864
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7865
7865
|
|
|
7866
7866
|
# form parameters
|
|
7867
7867
|
form_params = {}
|
|
@@ -7924,7 +7924,7 @@ module BudgeaClient
|
|
|
7924
7924
|
# HTTP header 'Accept' (if needed)
|
|
7925
7925
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
7926
7926
|
# HTTP header 'Content-Type'
|
|
7927
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
7927
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
7928
7928
|
|
|
7929
7929
|
# form parameters
|
|
7930
7930
|
form_params = {}
|
|
@@ -8014,7 +8014,7 @@ module BudgeaClient
|
|
|
8014
8014
|
# HTTP header 'Accept' (if needed)
|
|
8015
8015
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8016
8016
|
# HTTP header 'Content-Type'
|
|
8017
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
8017
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
8018
8018
|
|
|
8019
8019
|
# form parameters
|
|
8020
8020
|
form_params = {}
|
|
@@ -8083,7 +8083,7 @@ module BudgeaClient
|
|
|
8083
8083
|
# HTTP header 'Accept' (if needed)
|
|
8084
8084
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8085
8085
|
# HTTP header 'Content-Type'
|
|
8086
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
8086
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
8087
8087
|
|
|
8088
8088
|
# form parameters
|
|
8089
8089
|
form_params = {}
|
|
@@ -8437,7 +8437,7 @@ module BudgeaClient
|
|
|
8437
8437
|
# HTTP header 'Accept' (if needed)
|
|
8438
8438
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8439
8439
|
# HTTP header 'Content-Type'
|
|
8440
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
8440
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
8441
8441
|
|
|
8442
8442
|
# form parameters
|
|
8443
8443
|
form_params = {}
|
|
@@ -8563,7 +8563,7 @@ module BudgeaClient
|
|
|
8563
8563
|
# HTTP header 'Accept' (if needed)
|
|
8564
8564
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8565
8565
|
# HTTP header 'Content-Type'
|
|
8566
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
8566
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
8567
8567
|
|
|
8568
8568
|
# form parameters
|
|
8569
8569
|
form_params = {}
|
|
@@ -8626,7 +8626,7 @@ module BudgeaClient
|
|
|
8626
8626
|
# HTTP header 'Accept' (if needed)
|
|
8627
8627
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8628
8628
|
# HTTP header 'Content-Type'
|
|
8629
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
8629
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
8630
8630
|
|
|
8631
8631
|
# form parameters
|
|
8632
8632
|
form_params = {}
|
|
@@ -8716,7 +8716,7 @@ module BudgeaClient
|
|
|
8716
8716
|
# HTTP header 'Accept' (if needed)
|
|
8717
8717
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8718
8718
|
# HTTP header 'Content-Type'
|
|
8719
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
8719
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
8720
8720
|
|
|
8721
8721
|
# form parameters
|
|
8722
8722
|
form_params = {}
|
|
@@ -8785,7 +8785,7 @@ module BudgeaClient
|
|
|
8785
8785
|
# HTTP header 'Accept' (if needed)
|
|
8786
8786
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8787
8787
|
# HTTP header 'Content-Type'
|
|
8788
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
8788
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
8789
8789
|
|
|
8790
8790
|
# form parameters
|
|
8791
8791
|
form_params = {}
|
|
@@ -9127,7 +9127,7 @@ module BudgeaClient
|
|
|
9127
9127
|
# HTTP header 'Accept' (if needed)
|
|
9128
9128
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
9129
9129
|
# HTTP header 'Content-Type'
|
|
9130
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
9130
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
9131
9131
|
|
|
9132
9132
|
# form parameters
|
|
9133
9133
|
form_params = {}
|
|
@@ -9217,7 +9217,7 @@ module BudgeaClient
|
|
|
9217
9217
|
# HTTP header 'Accept' (if needed)
|
|
9218
9218
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
9219
9219
|
# HTTP header 'Content-Type'
|
|
9220
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
9220
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
9221
9221
|
|
|
9222
9222
|
# form parameters
|
|
9223
9223
|
form_params = {}
|
|
@@ -9286,7 +9286,7 @@ module BudgeaClient
|
|
|
9286
9286
|
# HTTP header 'Accept' (if needed)
|
|
9287
9287
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
9288
9288
|
# HTTP header 'Content-Type'
|
|
9289
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
9289
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
9290
9290
|
|
|
9291
9291
|
# form parameters
|
|
9292
9292
|
form_params = {}
|