budgea_client 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +11 -1
- data/budgea_openapi.json +913 -105
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +40 -38
- data/docs/Client.md +1 -6
- data/docs/Connection.md +1 -0
- data/docs/ConnectionLog.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/Document.md +2 -3
- data/docs/DocumentsApi.md +24 -24
- data/docs/InlineResponse200.md +1 -0
- data/docs/InlineResponse20010.md +1 -0
- data/docs/InlineResponse20011.md +1 -0
- data/docs/InlineResponse20012.md +1 -0
- data/docs/InlineResponse20013.md +1 -0
- data/docs/InlineResponse20014.md +1 -0
- data/docs/InlineResponse20015.md +1 -0
- data/docs/InlineResponse20016.md +1 -0
- data/docs/InlineResponse20017.md +1 -0
- data/docs/InlineResponse20018.md +1 -0
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +2 -1
- data/docs/InlineResponse20021.md +2 -1
- data/docs/InlineResponse20022.md +2 -1
- data/docs/InlineResponse20023.md +2 -1
- data/docs/InlineResponse20024.md +2 -1
- data/docs/InlineResponse20025.md +2 -1
- data/docs/InlineResponse20026.md +2 -1
- data/docs/InlineResponse20027.md +2 -1
- data/docs/InlineResponse20028.md +2 -1
- data/docs/InlineResponse20029.md +2 -1
- data/docs/InlineResponse20030.md +2 -1
- data/docs/InlineResponse20031.md +2 -1
- data/docs/InlineResponse20032.md +2 -1
- data/docs/InlineResponse20033.md +2 -1
- data/docs/InlineResponse20034.md +2 -1
- data/docs/InlineResponse20035.md +2 -1
- data/docs/InlineResponse20036.md +2 -1
- data/docs/InlineResponse20037.md +2 -1
- data/docs/InlineResponse20038.md +2 -1
- data/docs/InlineResponse20039.md +9 -0
- data/docs/InlineResponse20040.md +9 -0
- data/docs/InlineResponse2008.md +1 -0
- data/docs/InlineResponse2009.md +1 -0
- data/docs/PFMApi.md +15 -15
- data/docs/ProvidersApi.md +30 -28
- data/docs/RecipientLog.md +1 -0
- data/docs/TermsApi.md +4 -4
- data/docs/Transfer.md +2 -2
- data/docs/TransferLog.md +1 -0
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +4 -4
- data/docs/WealthApi.md +524 -16
- data/lib/budgea_client.rb +2 -0
- data/lib/budgea_client/api/administration_api.rb +18 -18
- data/lib/budgea_client/api/banks_api.rb +60 -57
- data/lib/budgea_client/api/connections_api.rb +3 -0
- data/lib/budgea_client/api/documents_api.rb +36 -36
- data/lib/budgea_client/api/pfm_api.rb +19 -19
- data/lib/budgea_client/api/providers_api.rb +46 -43
- data/lib/budgea_client/api/terms_api.rb +6 -6
- data/lib/budgea_client/api/transfers_api.rb +36 -36
- data/lib/budgea_client/api/users_management_api.rb +6 -6
- data/lib/budgea_client/api/wealth_api.rb +552 -24
- data/lib/budgea_client/models/client.rb +8 -58
- data/lib/budgea_client/models/connection.rb +11 -1
- data/lib/budgea_client/models/connection_log.rb +14 -4
- data/lib/budgea_client/models/document.rb +18 -24
- data/lib/budgea_client/models/inline_response_200.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
- data/lib/budgea_client/models/recipient_log.rb +14 -4
- data/lib/budgea_client/models/transfer.rb +2 -2
- data/lib/budgea_client/models/transfer_log.rb +14 -4
- data/lib/budgea_client/version.rb +1 -1
- data/original_budgea_openapi.json +911 -103
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/spec/models/inline_response_200_39_spec.rb +47 -0
- data/spec/models/inline_response_200_40_spec.rb +47 -0
- metadata +12 -5
- data/pkg/budgea_client-2.0.1.gem +0 -0
- data/pkg/budgea_client-2.0.2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bb5ee4f27d9bcdc26c39ae63f1ae7a106bd9f4760fc58958f6d3ae09a41e2dd
|
4
|
+
data.tar.gz: db7d8812a3122aa10098629c1680589cf0f7fce9228a434ed97447950a47d92e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76ae9f9c2beac965c76e724584030d18042d0b8082fa5a1ac344f6cc5cc403cb1e0ba8e6dbabaf3a8f25c8772da1033db0fbd83beaa67afb9e1095c23531fd5c
|
7
|
+
data.tar.gz: 7850e313544cbb25687036b7e57eb1175b811ce1df680c7a86cba528fcfa028c14b6d9b3e57810ce9712b2ef5a0e60f42d12ef2f2ccb68adfc471252024dedb1
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -365,7 +365,7 @@ Class | Method | HTTP request | Description
|
|
365
365
|
*BudgeaClient::PFMApi* | [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_get**](docs/PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert | Get a list of configurated alerts
|
366
366
|
*BudgeaClient::PFMApi* | [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_delete**](docs/PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Delete an alert on transactions or investments
|
367
367
|
*BudgeaClient::PFMApi* | [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put**](docs/PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put) | **PUT** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Edit an alert on transactions or investments
|
368
|
-
*BudgeaClient::PFMApi* | [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_post**](docs/PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_post) | **POST** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert | Create an alert on transactions or
|
368
|
+
*BudgeaClient::PFMApi* | [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_post**](docs/PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_post) | **POST** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert | Create an alert on transactions or investments of a given user
|
369
369
|
*BudgeaClient::PFMApi* | [**users_id_user_connections_id_connection_balances_get**](docs/PFMApi.md#users_id_user_connections_id_connection_balances_get) | **GET** /users/{id_user}/connections/{id_connection}/balances | Get balances of accounts
|
370
370
|
*BudgeaClient::PFMApi* | [**users_id_user_devices_get**](docs/PFMApi.md#users_id_user_devices_get) | **GET** /users/{id_user}/devices | Get devices
|
371
371
|
*BudgeaClient::PFMApi* | [**users_id_user_devices_id_device_delete**](docs/PFMApi.md#users_id_user_devices_id_device_delete) | **DELETE** /users/{id_user}/devices/{id_device} | Delete device.
|
@@ -557,16 +557,24 @@ Class | Method | HTTP request | Description
|
|
557
557
|
*BudgeaClient::WealthApi* | [**finance_securities_id_security_history_get**](docs/WealthApi.md#finance_securities_id_security_history_get) | **GET** /finance/securities/{id_security}/history | Get connection logs
|
558
558
|
*BudgeaClient::WealthApi* | [**users_id_user_accounts_id_account_investments_get**](docs/WealthApi.md#users_id_user_accounts_id_account_investments_get) | **GET** /users/{id_user}/accounts/{id_account}/investments | Get investments
|
559
559
|
*BudgeaClient::WealthApi* | [**users_id_user_accounts_id_account_investments_id_investment_history_get**](docs/WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_history_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/history | Get investment values
|
560
|
+
*BudgeaClient::WealthApi* | [**users_id_user_accounts_id_account_investments_id_investment_pockets_get**](docs/WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_pockets_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/pockets | Get pockets
|
560
561
|
*BudgeaClient::WealthApi* | [**users_id_user_accounts_id_account_investments_id_investment_security_history_get**](docs/WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_security_history_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/security/history | Get connection logs
|
562
|
+
*BudgeaClient::WealthApi* | [**users_id_user_accounts_id_account_pockets_get**](docs/WealthApi.md#users_id_user_accounts_id_account_pockets_get) | **GET** /users/{id_user}/accounts/{id_account}/pockets | Get pockets
|
561
563
|
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_accounts_id_account_investments_get**](docs/WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments | Get investments
|
562
564
|
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get**](docs/WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/history | Get investment values
|
565
|
+
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get**](docs/WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/pockets | Get pockets
|
563
566
|
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_security_history_get**](docs/WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_security_history_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/security/history | Get connection logs
|
567
|
+
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_accounts_id_account_pockets_get**](docs/WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/pockets | Get pockets
|
564
568
|
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_investments_get**](docs/WealthApi.md#users_id_user_connections_id_connection_investments_get) | **GET** /users/{id_user}/connections/{id_connection}/investments | Get investments
|
565
569
|
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_investments_id_investment_history_get**](docs/WealthApi.md#users_id_user_connections_id_connection_investments_id_investment_history_get) | **GET** /users/{id_user}/connections/{id_connection}/investments/{id_investment}/history | Get investment values
|
570
|
+
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_investments_id_investment_pockets_get**](docs/WealthApi.md#users_id_user_connections_id_connection_investments_id_investment_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/investments/{id_investment}/pockets | Get pockets
|
566
571
|
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_investments_id_investment_security_history_get**](docs/WealthApi.md#users_id_user_connections_id_connection_investments_id_investment_security_history_get) | **GET** /users/{id_user}/connections/{id_connection}/investments/{id_investment}/security/history | Get connection logs
|
572
|
+
*BudgeaClient::WealthApi* | [**users_id_user_connections_id_connection_pockets_get**](docs/WealthApi.md#users_id_user_connections_id_connection_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/pockets | Get pockets
|
567
573
|
*BudgeaClient::WealthApi* | [**users_id_user_investments_get**](docs/WealthApi.md#users_id_user_investments_get) | **GET** /users/{id_user}/investments | Get investments
|
568
574
|
*BudgeaClient::WealthApi* | [**users_id_user_investments_id_investment_history_get**](docs/WealthApi.md#users_id_user_investments_id_investment_history_get) | **GET** /users/{id_user}/investments/{id_investment}/history | Get investment values
|
575
|
+
*BudgeaClient::WealthApi* | [**users_id_user_investments_id_investment_pockets_get**](docs/WealthApi.md#users_id_user_investments_id_investment_pockets_get) | **GET** /users/{id_user}/investments/{id_investment}/pockets | Get pockets
|
569
576
|
*BudgeaClient::WealthApi* | [**users_id_user_investments_id_investment_security_history_get**](docs/WealthApi.md#users_id_user_investments_id_investment_security_history_get) | **GET** /users/{id_user}/investments/{id_investment}/security/history | Get connection logs
|
577
|
+
*BudgeaClient::WealthApi* | [**users_id_user_pockets_get**](docs/WealthApi.md#users_id_user_pockets_get) | **GET** /users/{id_user}/pockets | Get pockets
|
570
578
|
|
571
579
|
|
572
580
|
## Documentation for Models
|
@@ -628,7 +636,9 @@ Class | Method | HTTP request | Description
|
|
628
636
|
- [BudgeaClient::InlineResponse20036](docs/InlineResponse20036.md)
|
629
637
|
- [BudgeaClient::InlineResponse20037](docs/InlineResponse20037.md)
|
630
638
|
- [BudgeaClient::InlineResponse20038](docs/InlineResponse20038.md)
|
639
|
+
- [BudgeaClient::InlineResponse20039](docs/InlineResponse20039.md)
|
631
640
|
- [BudgeaClient::InlineResponse2004](docs/InlineResponse2004.md)
|
641
|
+
- [BudgeaClient::InlineResponse20040](docs/InlineResponse20040.md)
|
632
642
|
- [BudgeaClient::InlineResponse2005](docs/InlineResponse2005.md)
|
633
643
|
- [BudgeaClient::InlineResponse2006](docs/InlineResponse2006.md)
|
634
644
|
- [BudgeaClient::InlineResponse2007](docs/InlineResponse2007.md)
|
data/budgea_openapi.json
CHANGED
@@ -21,6 +21,10 @@
|
|
21
21
|
"$ref": "#/definitions/AccountType"
|
22
22
|
},
|
23
23
|
"type": "array"
|
24
|
+
},
|
25
|
+
"total": {
|
26
|
+
"type": "number",
|
27
|
+
"description": "total number of results"
|
24
28
|
}
|
25
29
|
}
|
26
30
|
}
|
@@ -698,6 +702,10 @@
|
|
698
702
|
"$ref": "#/definitions/Connector"
|
699
703
|
},
|
700
704
|
"type": "array"
|
705
|
+
},
|
706
|
+
"total": {
|
707
|
+
"type": "number",
|
708
|
+
"description": "total number of results"
|
701
709
|
}
|
702
710
|
}
|
703
711
|
}
|
@@ -837,6 +845,10 @@
|
|
837
845
|
"$ref": "#/definitions/Connection"
|
838
846
|
},
|
839
847
|
"type": "array"
|
848
|
+
},
|
849
|
+
"total": {
|
850
|
+
"type": "number",
|
851
|
+
"description": "total number of results"
|
840
852
|
}
|
841
853
|
}
|
842
854
|
}
|
@@ -902,6 +914,10 @@
|
|
902
914
|
"$ref": "#/definitions/ConnectorLogo"
|
903
915
|
},
|
904
916
|
"type": "array"
|
917
|
+
},
|
918
|
+
"total": {
|
919
|
+
"type": "number",
|
920
|
+
"description": "total number of results"
|
905
921
|
}
|
906
922
|
}
|
907
923
|
}
|
@@ -946,6 +962,10 @@
|
|
946
962
|
"$ref": "#/definitions/ConnectorLogo"
|
947
963
|
},
|
948
964
|
"type": "array"
|
965
|
+
},
|
966
|
+
"total": {
|
967
|
+
"type": "number",
|
968
|
+
"description": "total number of results"
|
949
969
|
}
|
950
970
|
}
|
951
971
|
}
|
@@ -990,6 +1010,10 @@
|
|
990
1010
|
"$ref": "#/definitions/ConnectorLogo"
|
991
1011
|
},
|
992
1012
|
"type": "array"
|
1013
|
+
},
|
1014
|
+
"total": {
|
1015
|
+
"type": "number",
|
1016
|
+
"description": "total number of results"
|
993
1017
|
}
|
994
1018
|
}
|
995
1019
|
}
|
@@ -1029,6 +1053,10 @@
|
|
1029
1053
|
],
|
1030
1054
|
"type": "object",
|
1031
1055
|
"properties": {
|
1056
|
+
"total": {
|
1057
|
+
"type": "number",
|
1058
|
+
"description": "total number of results"
|
1059
|
+
},
|
1032
1060
|
"categories": {
|
1033
1061
|
"items": {
|
1034
1062
|
"$ref": "#/definitions/Category"
|
@@ -1219,6 +1247,10 @@
|
|
1219
1247
|
],
|
1220
1248
|
"type": "object",
|
1221
1249
|
"properties": {
|
1250
|
+
"total": {
|
1251
|
+
"type": "number",
|
1252
|
+
"description": "total number of results"
|
1253
|
+
},
|
1222
1254
|
"clients": {
|
1223
1255
|
"items": {
|
1224
1256
|
"$ref": "#/definitions/Client"
|
@@ -1282,8 +1314,8 @@
|
|
1282
1314
|
"required": false,
|
1283
1315
|
"in": "formData",
|
1284
1316
|
"type": "string",
|
1285
|
-
"name": "
|
1286
|
-
"description": "custom
|
1317
|
+
"name": "config",
|
1318
|
+
"description": "custom config about the client"
|
1287
1319
|
},
|
1288
1320
|
{
|
1289
1321
|
"required": false,
|
@@ -1421,14 +1453,14 @@
|
|
1421
1453
|
"required": false,
|
1422
1454
|
"in": "formData",
|
1423
1455
|
"type": "string",
|
1424
|
-
"name": "
|
1425
|
-
"description": "custom
|
1456
|
+
"name": "config",
|
1457
|
+
"description": "custom config about the client"
|
1426
1458
|
},
|
1427
1459
|
{
|
1428
1460
|
"required": false,
|
1429
1461
|
"in": "formData",
|
1430
1462
|
"type": "boolean",
|
1431
|
-
"name": "
|
1463
|
+
"name": "update_config",
|
1432
1464
|
"description": "update the custom information about the client instead of replacing the existing one (default: True)"
|
1433
1465
|
},
|
1434
1466
|
{
|
@@ -1597,6 +1629,10 @@
|
|
1597
1629
|
],
|
1598
1630
|
"type": "object",
|
1599
1631
|
"properties": {
|
1632
|
+
"total": {
|
1633
|
+
"type": "number",
|
1634
|
+
"description": "total number of results"
|
1635
|
+
},
|
1600
1636
|
"configlogs": {
|
1601
1637
|
"items": {
|
1602
1638
|
"$ref": "#/definitions/ConfigLog"
|
@@ -1668,6 +1704,10 @@
|
|
1668
1704
|
"$ref": "#/definitions/Connection"
|
1669
1705
|
},
|
1670
1706
|
"type": "array"
|
1707
|
+
},
|
1708
|
+
"total": {
|
1709
|
+
"type": "number",
|
1710
|
+
"description": "total number of results"
|
1671
1711
|
}
|
1672
1712
|
}
|
1673
1713
|
}
|
@@ -1706,6 +1746,10 @@
|
|
1706
1746
|
"$ref": "#/definitions/Connector"
|
1707
1747
|
},
|
1708
1748
|
"type": "array"
|
1749
|
+
},
|
1750
|
+
"total": {
|
1751
|
+
"type": "number",
|
1752
|
+
"description": "total number of results"
|
1709
1753
|
}
|
1710
1754
|
}
|
1711
1755
|
}
|
@@ -1903,6 +1947,10 @@
|
|
1903
1947
|
"$ref": "#/definitions/ConnectorLogo"
|
1904
1948
|
},
|
1905
1949
|
"type": "array"
|
1950
|
+
},
|
1951
|
+
"total": {
|
1952
|
+
"type": "number",
|
1953
|
+
"description": "total number of results"
|
1906
1954
|
}
|
1907
1955
|
}
|
1908
1956
|
}
|
@@ -2009,6 +2057,10 @@
|
|
2009
2057
|
"$ref": "#/definitions/ConnectorLogo"
|
2010
2058
|
},
|
2011
2059
|
"type": "array"
|
2060
|
+
},
|
2061
|
+
"total": {
|
2062
|
+
"type": "number",
|
2063
|
+
"description": "total number of results"
|
2012
2064
|
}
|
2013
2065
|
}
|
2014
2066
|
}
|
@@ -2053,6 +2105,10 @@
|
|
2053
2105
|
"$ref": "#/definitions/ConnectorLogo"
|
2054
2106
|
},
|
2055
2107
|
"type": "array"
|
2108
|
+
},
|
2109
|
+
"total": {
|
2110
|
+
"type": "number",
|
2111
|
+
"description": "total number of results"
|
2056
2112
|
}
|
2057
2113
|
}
|
2058
2114
|
}
|
@@ -2170,6 +2226,10 @@
|
|
2170
2226
|
],
|
2171
2227
|
"type": "object",
|
2172
2228
|
"properties": {
|
2229
|
+
"total": {
|
2230
|
+
"type": "number",
|
2231
|
+
"description": "total number of results"
|
2232
|
+
},
|
2173
2233
|
"documenttypes": {
|
2174
2234
|
"items": {
|
2175
2235
|
"$ref": "#/definitions/DocumentType"
|
@@ -2259,6 +2319,10 @@
|
|
2259
2319
|
"$ref": "#/definitions/Security"
|
2260
2320
|
},
|
2261
2321
|
"type": "array"
|
2322
|
+
},
|
2323
|
+
"total": {
|
2324
|
+
"type": "number",
|
2325
|
+
"description": "total number of results"
|
2262
2326
|
}
|
2263
2327
|
}
|
2264
2328
|
}
|
@@ -2413,6 +2477,10 @@
|
|
2413
2477
|
],
|
2414
2478
|
"type": "object",
|
2415
2479
|
"properties": {
|
2480
|
+
"total": {
|
2481
|
+
"type": "number",
|
2482
|
+
"description": "total number of results"
|
2483
|
+
},
|
2416
2484
|
"connectionlogs": {
|
2417
2485
|
"items": {
|
2418
2486
|
"$ref": "#/definitions/ConnectionLog"
|
@@ -2523,6 +2591,10 @@
|
|
2523
2591
|
],
|
2524
2592
|
"type": "object",
|
2525
2593
|
"properties": {
|
2594
|
+
"total": {
|
2595
|
+
"type": "number",
|
2596
|
+
"description": "total number of results"
|
2597
|
+
},
|
2526
2598
|
"clients": {
|
2527
2599
|
"items": {
|
2528
2600
|
"$ref": "#/definitions/Client"
|
@@ -2831,6 +2903,10 @@
|
|
2831
2903
|
],
|
2832
2904
|
"type": "object",
|
2833
2905
|
"properties": {
|
2906
|
+
"total": {
|
2907
|
+
"type": "number",
|
2908
|
+
"description": "total number of results"
|
2909
|
+
},
|
2834
2910
|
"providers": {
|
2835
2911
|
"items": {
|
2836
2912
|
"$ref": "#/definitions/Connector"
|
@@ -2874,6 +2950,10 @@
|
|
2874
2950
|
"$ref": "#/definitions/Connection"
|
2875
2951
|
},
|
2876
2952
|
"type": "array"
|
2953
|
+
},
|
2954
|
+
"total": {
|
2955
|
+
"type": "number",
|
2956
|
+
"description": "total number of results"
|
2877
2957
|
}
|
2878
2958
|
}
|
2879
2959
|
}
|
@@ -2969,6 +3049,10 @@
|
|
2969
3049
|
"$ref": "#/definitions/ConnectorLogo"
|
2970
3050
|
},
|
2971
3051
|
"type": "array"
|
3052
|
+
},
|
3053
|
+
"total": {
|
3054
|
+
"type": "number",
|
3055
|
+
"description": "total number of results"
|
2972
3056
|
}
|
2973
3057
|
}
|
2974
3058
|
}
|
@@ -3013,6 +3097,10 @@
|
|
3013
3097
|
"$ref": "#/definitions/ConnectorLogo"
|
3014
3098
|
},
|
3015
3099
|
"type": "array"
|
3100
|
+
},
|
3101
|
+
"total": {
|
3102
|
+
"type": "number",
|
3103
|
+
"description": "total number of results"
|
3016
3104
|
}
|
3017
3105
|
}
|
3018
3106
|
}
|
@@ -3057,6 +3145,10 @@
|
|
3057
3145
|
"$ref": "#/definitions/TermsOfService"
|
3058
3146
|
},
|
3059
3147
|
"type": "array"
|
3148
|
+
},
|
3149
|
+
"total": {
|
3150
|
+
"type": "number",
|
3151
|
+
"description": "total number of results"
|
3060
3152
|
}
|
3061
3153
|
}
|
3062
3154
|
}
|
@@ -3155,6 +3247,10 @@
|
|
3155
3247
|
],
|
3156
3248
|
"type": "object",
|
3157
3249
|
"properties": {
|
3250
|
+
"total": {
|
3251
|
+
"type": "number",
|
3252
|
+
"description": "total number of results"
|
3253
|
+
},
|
3158
3254
|
"users": {
|
3159
3255
|
"items": {
|
3160
3256
|
"$ref": "#/definitions/User"
|
@@ -3268,6 +3364,10 @@
|
|
3268
3364
|
"$ref": "#/definitions/AccountType"
|
3269
3365
|
},
|
3270
3366
|
"type": "array"
|
3367
|
+
},
|
3368
|
+
"total": {
|
3369
|
+
"type": "number",
|
3370
|
+
"description": "total number of results"
|
3271
3371
|
}
|
3272
3372
|
}
|
3273
3373
|
}
|
@@ -3345,6 +3445,10 @@
|
|
3345
3445
|
],
|
3346
3446
|
"type": "object",
|
3347
3447
|
"properties": {
|
3448
|
+
"total": {
|
3449
|
+
"type": "number",
|
3450
|
+
"description": "total number of results"
|
3451
|
+
},
|
3348
3452
|
"accounts": {
|
3349
3453
|
"items": {
|
3350
3454
|
"$ref": "#/definitions/Account"
|
@@ -3783,6 +3887,10 @@
|
|
3783
3887
|
],
|
3784
3888
|
"type": "object",
|
3785
3889
|
"properties": {
|
3890
|
+
"total": {
|
3891
|
+
"type": "number",
|
3892
|
+
"description": "total number of results"
|
3893
|
+
},
|
3786
3894
|
"investments": {
|
3787
3895
|
"items": {
|
3788
3896
|
"$ref": "#/definitions/Investment"
|
@@ -3838,6 +3946,10 @@
|
|
3838
3946
|
"$ref": "#/definitions/InvestmentValue"
|
3839
3947
|
},
|
3840
3948
|
"type": "array"
|
3949
|
+
},
|
3950
|
+
"total": {
|
3951
|
+
"type": "number",
|
3952
|
+
"description": "total number of results"
|
3841
3953
|
}
|
3842
3954
|
}
|
3843
3955
|
}
|
@@ -3879,6 +3991,67 @@
|
|
3879
3991
|
"summary": "Get investment values"
|
3880
3992
|
}
|
3881
3993
|
},
|
3994
|
+
"/users/{id_user}/accounts/{id_account}/investments/{id_investment}/pockets": {
|
3995
|
+
"get": {
|
3996
|
+
"responses": {
|
3997
|
+
"200": {
|
3998
|
+
"description": "pockets",
|
3999
|
+
"schema": {
|
4000
|
+
"required": [
|
4001
|
+
"pockets"
|
4002
|
+
],
|
4003
|
+
"type": "object",
|
4004
|
+
"properties": {
|
4005
|
+
"total": {
|
4006
|
+
"type": "number",
|
4007
|
+
"description": "total number of results"
|
4008
|
+
},
|
4009
|
+
"pockets": {
|
4010
|
+
"items": {
|
4011
|
+
"$ref": "#/definitions/Pocket"
|
4012
|
+
},
|
4013
|
+
"type": "array"
|
4014
|
+
}
|
4015
|
+
}
|
4016
|
+
}
|
4017
|
+
}
|
4018
|
+
},
|
4019
|
+
"tags": [
|
4020
|
+
"Wealth"
|
4021
|
+
],
|
4022
|
+
"description": "",
|
4023
|
+
"parameters": [
|
4024
|
+
{
|
4025
|
+
"required": true,
|
4026
|
+
"in": "path",
|
4027
|
+
"type": "string",
|
4028
|
+
"name": "id_user",
|
4029
|
+
"description": "Hint: you can use 'me' or 'all'"
|
4030
|
+
},
|
4031
|
+
{
|
4032
|
+
"required": true,
|
4033
|
+
"in": "path",
|
4034
|
+
"type": "integer",
|
4035
|
+
"name": "id_account",
|
4036
|
+
"description": ""
|
4037
|
+
},
|
4038
|
+
{
|
4039
|
+
"required": true,
|
4040
|
+
"in": "path",
|
4041
|
+
"type": "integer",
|
4042
|
+
"name": "id_investment",
|
4043
|
+
"description": ""
|
4044
|
+
},
|
4045
|
+
{
|
4046
|
+
"required": false,
|
4047
|
+
"type": "string",
|
4048
|
+
"name": "expand",
|
4049
|
+
"in": "query"
|
4050
|
+
}
|
4051
|
+
],
|
4052
|
+
"summary": "Get pockets"
|
4053
|
+
}
|
4054
|
+
},
|
3882
4055
|
"/users/{id_user}/accounts/{id_account}/investments/{id_investment}/security/history": {
|
3883
4056
|
"get": {
|
3884
4057
|
"responses": {
|
@@ -3964,6 +4137,10 @@
|
|
3964
4137
|
],
|
3965
4138
|
"type": "object",
|
3966
4139
|
"properties": {
|
4140
|
+
"total": {
|
4141
|
+
"type": "number",
|
4142
|
+
"description": "total number of results"
|
4143
|
+
},
|
3967
4144
|
"accountlogs": {
|
3968
4145
|
"items": {
|
3969
4146
|
"$ref": "#/definitions/AccountLog"
|
@@ -4043,6 +4220,10 @@
|
|
4043
4220
|
],
|
4044
4221
|
"type": "object",
|
4045
4222
|
"properties": {
|
4223
|
+
"total": {
|
4224
|
+
"type": "number",
|
4225
|
+
"description": "total number of results"
|
4226
|
+
},
|
4046
4227
|
"useralerts": {
|
4047
4228
|
"items": {
|
4048
4229
|
"$ref": "#/definitions/UserAlert"
|
@@ -4301,6 +4482,60 @@
|
|
4301
4482
|
"summary": "Delete an alert on transactions or investemens"
|
4302
4483
|
}
|
4303
4484
|
},
|
4485
|
+
"/users/{id_user}/accounts/{id_account}/pockets": {
|
4486
|
+
"get": {
|
4487
|
+
"responses": {
|
4488
|
+
"200": {
|
4489
|
+
"description": "pockets",
|
4490
|
+
"schema": {
|
4491
|
+
"required": [
|
4492
|
+
"pockets"
|
4493
|
+
],
|
4494
|
+
"type": "object",
|
4495
|
+
"properties": {
|
4496
|
+
"total": {
|
4497
|
+
"type": "number",
|
4498
|
+
"description": "total number of results"
|
4499
|
+
},
|
4500
|
+
"pockets": {
|
4501
|
+
"items": {
|
4502
|
+
"$ref": "#/definitions/Pocket"
|
4503
|
+
},
|
4504
|
+
"type": "array"
|
4505
|
+
}
|
4506
|
+
}
|
4507
|
+
}
|
4508
|
+
}
|
4509
|
+
},
|
4510
|
+
"tags": [
|
4511
|
+
"Wealth"
|
4512
|
+
],
|
4513
|
+
"description": "",
|
4514
|
+
"parameters": [
|
4515
|
+
{
|
4516
|
+
"required": true,
|
4517
|
+
"in": "path",
|
4518
|
+
"type": "string",
|
4519
|
+
"name": "id_user",
|
4520
|
+
"description": "Hint: you can use 'me' or 'all'"
|
4521
|
+
},
|
4522
|
+
{
|
4523
|
+
"required": true,
|
4524
|
+
"in": "path",
|
4525
|
+
"type": "integer",
|
4526
|
+
"name": "id_account",
|
4527
|
+
"description": ""
|
4528
|
+
},
|
4529
|
+
{
|
4530
|
+
"required": false,
|
4531
|
+
"type": "string",
|
4532
|
+
"name": "expand",
|
4533
|
+
"in": "query"
|
4534
|
+
}
|
4535
|
+
],
|
4536
|
+
"summary": "Get pockets"
|
4537
|
+
}
|
4538
|
+
},
|
4304
4539
|
"/users/{id_user}/accounts/{id_account}/recipients": {
|
4305
4540
|
"get": {
|
4306
4541
|
"responses": {
|
@@ -4312,6 +4547,10 @@
|
|
4312
4547
|
],
|
4313
4548
|
"type": "object",
|
4314
4549
|
"properties": {
|
4550
|
+
"total": {
|
4551
|
+
"type": "number",
|
4552
|
+
"description": "total number of results"
|
4553
|
+
},
|
4315
4554
|
"recipients": {
|
4316
4555
|
"items": {
|
4317
4556
|
"$ref": "#/definitions/Recipient"
|
@@ -4532,6 +4771,10 @@
|
|
4532
4771
|
"$ref": "#/definitions/Transfer"
|
4533
4772
|
},
|
4534
4773
|
"type": "array"
|
4774
|
+
},
|
4775
|
+
"total": {
|
4776
|
+
"type": "number",
|
4777
|
+
"description": "total number of results"
|
4535
4778
|
}
|
4536
4779
|
}
|
4537
4780
|
}
|
@@ -4776,6 +5019,10 @@
|
|
4776
5019
|
],
|
4777
5020
|
"type": "object",
|
4778
5021
|
"properties": {
|
5022
|
+
"total": {
|
5023
|
+
"type": "number",
|
5024
|
+
"description": "total number of results"
|
5025
|
+
},
|
4779
5026
|
"transactions": {
|
4780
5027
|
"items": {
|
4781
5028
|
"$ref": "#/definitions/Transaction"
|
@@ -5151,6 +5398,10 @@
|
|
5151
5398
|
],
|
5152
5399
|
"type": "object",
|
5153
5400
|
"properties": {
|
5401
|
+
"total": {
|
5402
|
+
"type": "number",
|
5403
|
+
"description": "total number of results"
|
5404
|
+
},
|
5154
5405
|
"documents": {
|
5155
5406
|
"items": {
|
5156
5407
|
"$ref": "#/definitions/Document"
|
@@ -5708,6 +5959,10 @@
|
|
5708
5959
|
"$ref": "#/definitions/TransactionInformation"
|
5709
5960
|
},
|
5710
5961
|
"type": "array"
|
5962
|
+
},
|
5963
|
+
"total": {
|
5964
|
+
"type": "number",
|
5965
|
+
"description": "total number of results"
|
5711
5966
|
}
|
5712
5967
|
}
|
5713
5968
|
}
|
@@ -5952,6 +6207,10 @@
|
|
5952
6207
|
],
|
5953
6208
|
"type": "object",
|
5954
6209
|
"properties": {
|
6210
|
+
"total": {
|
6211
|
+
"type": "number",
|
6212
|
+
"description": "total number of results"
|
6213
|
+
},
|
5955
6214
|
"transactionsclusters": {
|
5956
6215
|
"items": {
|
5957
6216
|
"$ref": "#/definitions/TransactionsCluster"
|
@@ -6039,6 +6298,10 @@
|
|
6039
6298
|
],
|
6040
6299
|
"type": "object",
|
6041
6300
|
"properties": {
|
6301
|
+
"total": {
|
6302
|
+
"type": "number",
|
6303
|
+
"description": "total number of results"
|
6304
|
+
},
|
6042
6305
|
"documents": {
|
6043
6306
|
"items": {
|
6044
6307
|
"$ref": "#/definitions/Document"
|
@@ -6686,6 +6949,10 @@
|
|
6686
6949
|
"$ref": "#/definitions/Transfer"
|
6687
6950
|
},
|
6688
6951
|
"type": "array"
|
6952
|
+
},
|
6953
|
+
"total": {
|
6954
|
+
"type": "number",
|
6955
|
+
"description": "total number of results"
|
6689
6956
|
}
|
6690
6957
|
}
|
6691
6958
|
}
|
@@ -7013,6 +7280,10 @@
|
|
7013
7280
|
],
|
7014
7281
|
"type": "object",
|
7015
7282
|
"properties": {
|
7283
|
+
"total": {
|
7284
|
+
"type": "number",
|
7285
|
+
"description": "total number of results"
|
7286
|
+
},
|
7016
7287
|
"alerts": {
|
7017
7288
|
"items": {
|
7018
7289
|
"$ref": "#/definitions/Alert"
|
@@ -7130,6 +7401,10 @@
|
|
7130
7401
|
"$ref": "#/definitions/Category"
|
7131
7402
|
},
|
7132
7403
|
"type": "array"
|
7404
|
+
},
|
7405
|
+
"total": {
|
7406
|
+
"type": "number",
|
7407
|
+
"description": "total number of results"
|
7133
7408
|
}
|
7134
7409
|
}
|
7135
7410
|
}
|
@@ -7416,6 +7691,10 @@
|
|
7416
7691
|
"$ref": "#/definitions/Connection"
|
7417
7692
|
},
|
7418
7693
|
"type": "array"
|
7694
|
+
},
|
7695
|
+
"total": {
|
7696
|
+
"type": "number",
|
7697
|
+
"description": "total number of results"
|
7419
7698
|
}
|
7420
7699
|
}
|
7421
7700
|
}
|
@@ -7670,6 +7949,13 @@
|
|
7670
7949
|
"name": "password",
|
7671
7950
|
"description": "Set password to this new password"
|
7672
7951
|
},
|
7952
|
+
{
|
7953
|
+
"required": false,
|
7954
|
+
"in": "formData",
|
7955
|
+
"type": "boolean",
|
7956
|
+
"name": "decoupled",
|
7957
|
+
"description": "Try to update a connection with the decoupled error"
|
7958
|
+
},
|
7673
7959
|
{
|
7674
7960
|
"required": false,
|
7675
7961
|
"type": "string",
|
@@ -7772,6 +8058,10 @@
|
|
7772
8058
|
],
|
7773
8059
|
"type": "object",
|
7774
8060
|
"properties": {
|
8061
|
+
"total": {
|
8062
|
+
"type": "number",
|
8063
|
+
"description": "total number of results"
|
8064
|
+
},
|
7775
8065
|
"accounts": {
|
7776
8066
|
"items": {
|
7777
8067
|
"$ref": "#/definitions/Account"
|
@@ -8276,6 +8566,10 @@
|
|
8276
8566
|
],
|
8277
8567
|
"type": "object",
|
8278
8568
|
"properties": {
|
8569
|
+
"total": {
|
8570
|
+
"type": "number",
|
8571
|
+
"description": "total number of results"
|
8572
|
+
},
|
8279
8573
|
"investments": {
|
8280
8574
|
"items": {
|
8281
8575
|
"$ref": "#/definitions/Investment"
|
@@ -8338,6 +8632,10 @@
|
|
8338
8632
|
"$ref": "#/definitions/InvestmentValue"
|
8339
8633
|
},
|
8340
8634
|
"type": "array"
|
8635
|
+
},
|
8636
|
+
"total": {
|
8637
|
+
"type": "number",
|
8638
|
+
"description": "total number of results"
|
8341
8639
|
}
|
8342
8640
|
}
|
8343
8641
|
}
|
@@ -8386,6 +8684,74 @@
|
|
8386
8684
|
"summary": "Get investment values"
|
8387
8685
|
}
|
8388
8686
|
},
|
8687
|
+
"/users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/pockets": {
|
8688
|
+
"get": {
|
8689
|
+
"responses": {
|
8690
|
+
"200": {
|
8691
|
+
"description": "pockets",
|
8692
|
+
"schema": {
|
8693
|
+
"required": [
|
8694
|
+
"pockets"
|
8695
|
+
],
|
8696
|
+
"type": "object",
|
8697
|
+
"properties": {
|
8698
|
+
"total": {
|
8699
|
+
"type": "number",
|
8700
|
+
"description": "total number of results"
|
8701
|
+
},
|
8702
|
+
"pockets": {
|
8703
|
+
"items": {
|
8704
|
+
"$ref": "#/definitions/Pocket"
|
8705
|
+
},
|
8706
|
+
"type": "array"
|
8707
|
+
}
|
8708
|
+
}
|
8709
|
+
}
|
8710
|
+
}
|
8711
|
+
},
|
8712
|
+
"tags": [
|
8713
|
+
"Wealth"
|
8714
|
+
],
|
8715
|
+
"description": "",
|
8716
|
+
"parameters": [
|
8717
|
+
{
|
8718
|
+
"required": true,
|
8719
|
+
"in": "path",
|
8720
|
+
"type": "string",
|
8721
|
+
"name": "id_user",
|
8722
|
+
"description": "Hint: you can use 'me' or 'all'"
|
8723
|
+
},
|
8724
|
+
{
|
8725
|
+
"required": true,
|
8726
|
+
"in": "path",
|
8727
|
+
"type": "integer",
|
8728
|
+
"name": "id_connection",
|
8729
|
+
"description": ""
|
8730
|
+
},
|
8731
|
+
{
|
8732
|
+
"required": true,
|
8733
|
+
"in": "path",
|
8734
|
+
"type": "integer",
|
8735
|
+
"name": "id_account",
|
8736
|
+
"description": ""
|
8737
|
+
},
|
8738
|
+
{
|
8739
|
+
"required": true,
|
8740
|
+
"in": "path",
|
8741
|
+
"type": "integer",
|
8742
|
+
"name": "id_investment",
|
8743
|
+
"description": ""
|
8744
|
+
},
|
8745
|
+
{
|
8746
|
+
"required": false,
|
8747
|
+
"type": "string",
|
8748
|
+
"name": "expand",
|
8749
|
+
"in": "query"
|
8750
|
+
}
|
8751
|
+
],
|
8752
|
+
"summary": "Get pockets"
|
8753
|
+
}
|
8754
|
+
},
|
8389
8755
|
"/users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/security/history": {
|
8390
8756
|
"get": {
|
8391
8757
|
"responses": {
|
@@ -8478,6 +8844,10 @@
|
|
8478
8844
|
],
|
8479
8845
|
"type": "object",
|
8480
8846
|
"properties": {
|
8847
|
+
"total": {
|
8848
|
+
"type": "number",
|
8849
|
+
"description": "total number of results"
|
8850
|
+
},
|
8481
8851
|
"accountlogs": {
|
8482
8852
|
"items": {
|
8483
8853
|
"$ref": "#/definitions/AccountLog"
|
@@ -8564,6 +8934,10 @@
|
|
8564
8934
|
],
|
8565
8935
|
"type": "object",
|
8566
8936
|
"properties": {
|
8937
|
+
"total": {
|
8938
|
+
"type": "number",
|
8939
|
+
"description": "total number of results"
|
8940
|
+
},
|
8567
8941
|
"useralerts": {
|
8568
8942
|
"items": {
|
8569
8943
|
"$ref": "#/definitions/UserAlert"
|
@@ -8705,7 +9079,7 @@
|
|
8705
9079
|
"in": "query"
|
8706
9080
|
}
|
8707
9081
|
],
|
8708
|
-
"summary": "Create an alert on transactions or
|
9082
|
+
"summary": "Create an alert on transactions or investments of a given user",
|
8709
9083
|
"consumes": [
|
8710
9084
|
"application/x-www-form-urlencoded"
|
8711
9085
|
]
|
@@ -8759,7 +9133,7 @@
|
|
8759
9133
|
"in": "formData",
|
8760
9134
|
"type": "string",
|
8761
9135
|
"name": "type",
|
8762
|
-
"description": "parameter to choose the scope of the alert. accepted: transactions,
|
9136
|
+
"description": "parameter to choose the scope of the alert. accepted: transactions, investments"
|
8763
9137
|
},
|
8764
9138
|
{
|
8765
9139
|
"required": false,
|
@@ -8856,6 +9230,67 @@
|
|
8856
9230
|
"summary": "Delete an alert on transactions or investments"
|
8857
9231
|
}
|
8858
9232
|
},
|
9233
|
+
"/users/{id_user}/connections/{id_connection}/accounts/{id_account}/pockets": {
|
9234
|
+
"get": {
|
9235
|
+
"responses": {
|
9236
|
+
"200": {
|
9237
|
+
"description": "pockets",
|
9238
|
+
"schema": {
|
9239
|
+
"required": [
|
9240
|
+
"pockets"
|
9241
|
+
],
|
9242
|
+
"type": "object",
|
9243
|
+
"properties": {
|
9244
|
+
"total": {
|
9245
|
+
"type": "number",
|
9246
|
+
"description": "total number of results"
|
9247
|
+
},
|
9248
|
+
"pockets": {
|
9249
|
+
"items": {
|
9250
|
+
"$ref": "#/definitions/Pocket"
|
9251
|
+
},
|
9252
|
+
"type": "array"
|
9253
|
+
}
|
9254
|
+
}
|
9255
|
+
}
|
9256
|
+
}
|
9257
|
+
},
|
9258
|
+
"tags": [
|
9259
|
+
"Wealth"
|
9260
|
+
],
|
9261
|
+
"description": "",
|
9262
|
+
"parameters": [
|
9263
|
+
{
|
9264
|
+
"required": true,
|
9265
|
+
"in": "path",
|
9266
|
+
"type": "string",
|
9267
|
+
"name": "id_user",
|
9268
|
+
"description": "Hint: you can use 'me' or 'all'"
|
9269
|
+
},
|
9270
|
+
{
|
9271
|
+
"required": true,
|
9272
|
+
"in": "path",
|
9273
|
+
"type": "integer",
|
9274
|
+
"name": "id_connection",
|
9275
|
+
"description": ""
|
9276
|
+
},
|
9277
|
+
{
|
9278
|
+
"required": true,
|
9279
|
+
"in": "path",
|
9280
|
+
"type": "integer",
|
9281
|
+
"name": "id_account",
|
9282
|
+
"description": ""
|
9283
|
+
},
|
9284
|
+
{
|
9285
|
+
"required": false,
|
9286
|
+
"type": "string",
|
9287
|
+
"name": "expand",
|
9288
|
+
"in": "query"
|
9289
|
+
}
|
9290
|
+
],
|
9291
|
+
"summary": "Get pockets"
|
9292
|
+
}
|
9293
|
+
},
|
8859
9294
|
"/users/{id_user}/connections/{id_connection}/accounts/{id_account}/recipients": {
|
8860
9295
|
"get": {
|
8861
9296
|
"responses": {
|
@@ -8867,6 +9302,10 @@
|
|
8867
9302
|
],
|
8868
9303
|
"type": "object",
|
8869
9304
|
"properties": {
|
9305
|
+
"total": {
|
9306
|
+
"type": "number",
|
9307
|
+
"description": "total number of results"
|
9308
|
+
},
|
8870
9309
|
"recipients": {
|
8871
9310
|
"items": {
|
8872
9311
|
"$ref": "#/definitions/Recipient"
|
@@ -9054,6 +9493,10 @@
|
|
9054
9493
|
"$ref": "#/definitions/Transfer"
|
9055
9494
|
},
|
9056
9495
|
"type": "array"
|
9496
|
+
},
|
9497
|
+
"total": {
|
9498
|
+
"type": "number",
|
9499
|
+
"description": "total number of results"
|
9057
9500
|
}
|
9058
9501
|
}
|
9059
9502
|
}
|
@@ -9326,6 +9769,10 @@
|
|
9326
9769
|
],
|
9327
9770
|
"type": "object",
|
9328
9771
|
"properties": {
|
9772
|
+
"total": {
|
9773
|
+
"type": "number",
|
9774
|
+
"description": "total number of results"
|
9775
|
+
},
|
9329
9776
|
"transactions": {
|
9330
9777
|
"items": {
|
9331
9778
|
"$ref": "#/definitions/Transaction"
|
@@ -9729,6 +10176,10 @@
|
|
9729
10176
|
],
|
9730
10177
|
"type": "object",
|
9731
10178
|
"properties": {
|
10179
|
+
"total": {
|
10180
|
+
"type": "number",
|
10181
|
+
"description": "total number of results"
|
10182
|
+
},
|
9732
10183
|
"documents": {
|
9733
10184
|
"items": {
|
9734
10185
|
"$ref": "#/definitions/Document"
|
@@ -10328,6 +10779,10 @@
|
|
10328
10779
|
"$ref": "#/definitions/TransactionInformation"
|
10329
10780
|
},
|
10330
10781
|
"type": "array"
|
10782
|
+
},
|
10783
|
+
"total": {
|
10784
|
+
"type": "number",
|
10785
|
+
"description": "total number of results"
|
10331
10786
|
}
|
10332
10787
|
}
|
10333
10788
|
}
|
@@ -10607,6 +11062,10 @@
|
|
10607
11062
|
],
|
10608
11063
|
"type": "object",
|
10609
11064
|
"properties": {
|
11065
|
+
"total": {
|
11066
|
+
"type": "number",
|
11067
|
+
"description": "total number of results"
|
11068
|
+
},
|
10610
11069
|
"transactionsclusters": {
|
10611
11070
|
"items": {
|
10612
11071
|
"$ref": "#/definitions/TransactionsCluster"
|
@@ -10708,6 +11167,10 @@
|
|
10708
11167
|
],
|
10709
11168
|
"type": "object",
|
10710
11169
|
"properties": {
|
11170
|
+
"total": {
|
11171
|
+
"type": "number",
|
11172
|
+
"description": "total number of results"
|
11173
|
+
},
|
10711
11174
|
"documents": {
|
10712
11175
|
"items": {
|
10713
11176
|
"$ref": "#/definitions/Document"
|
@@ -11414,6 +11877,10 @@
|
|
11414
11877
|
"$ref": "#/definitions/Transfer"
|
11415
11878
|
},
|
11416
11879
|
"type": "array"
|
11880
|
+
},
|
11881
|
+
"total": {
|
11882
|
+
"type": "number",
|
11883
|
+
"description": "total number of results"
|
11417
11884
|
}
|
11418
11885
|
}
|
11419
11886
|
}
|
@@ -11711,6 +12178,10 @@
|
|
11711
12178
|
],
|
11712
12179
|
"type": "object",
|
11713
12180
|
"properties": {
|
12181
|
+
"total": {
|
12182
|
+
"type": "number",
|
12183
|
+
"description": "total number of results"
|
12184
|
+
},
|
11714
12185
|
"documents": {
|
11715
12186
|
"items": {
|
11716
12187
|
"$ref": "#/definitions/Document"
|
@@ -12225,6 +12696,10 @@
|
|
12225
12696
|
"$ref": "#/definitions/Connection"
|
12226
12697
|
},
|
12227
12698
|
"type": "array"
|
12699
|
+
},
|
12700
|
+
"total": {
|
12701
|
+
"type": "number",
|
12702
|
+
"description": "total number of results"
|
12228
12703
|
}
|
12229
12704
|
}
|
12230
12705
|
},
|
@@ -12283,6 +12758,10 @@
|
|
12283
12758
|
],
|
12284
12759
|
"type": "object",
|
12285
12760
|
"properties": {
|
12761
|
+
"total": {
|
12762
|
+
"type": "number",
|
12763
|
+
"description": "total number of results"
|
12764
|
+
},
|
12286
12765
|
"investments": {
|
12287
12766
|
"items": {
|
12288
12767
|
"$ref": "#/definitions/Investment"
|
@@ -12338,6 +12817,10 @@
|
|
12338
12817
|
"$ref": "#/definitions/InvestmentValue"
|
12339
12818
|
},
|
12340
12819
|
"type": "array"
|
12820
|
+
},
|
12821
|
+
"total": {
|
12822
|
+
"type": "number",
|
12823
|
+
"description": "total number of results"
|
12341
12824
|
}
|
12342
12825
|
}
|
12343
12826
|
}
|
@@ -12379,6 +12862,67 @@
|
|
12379
12862
|
"summary": "Get investment values"
|
12380
12863
|
}
|
12381
12864
|
},
|
12865
|
+
"/users/{id_user}/connections/{id_connection}/investments/{id_investment}/pockets": {
|
12866
|
+
"get": {
|
12867
|
+
"responses": {
|
12868
|
+
"200": {
|
12869
|
+
"description": "pockets",
|
12870
|
+
"schema": {
|
12871
|
+
"required": [
|
12872
|
+
"pockets"
|
12873
|
+
],
|
12874
|
+
"type": "object",
|
12875
|
+
"properties": {
|
12876
|
+
"total": {
|
12877
|
+
"type": "number",
|
12878
|
+
"description": "total number of results"
|
12879
|
+
},
|
12880
|
+
"pockets": {
|
12881
|
+
"items": {
|
12882
|
+
"$ref": "#/definitions/Pocket"
|
12883
|
+
},
|
12884
|
+
"type": "array"
|
12885
|
+
}
|
12886
|
+
}
|
12887
|
+
}
|
12888
|
+
}
|
12889
|
+
},
|
12890
|
+
"tags": [
|
12891
|
+
"Wealth"
|
12892
|
+
],
|
12893
|
+
"description": "",
|
12894
|
+
"parameters": [
|
12895
|
+
{
|
12896
|
+
"required": true,
|
12897
|
+
"in": "path",
|
12898
|
+
"type": "string",
|
12899
|
+
"name": "id_user",
|
12900
|
+
"description": "Hint: you can use 'me' or 'all'"
|
12901
|
+
},
|
12902
|
+
{
|
12903
|
+
"required": true,
|
12904
|
+
"in": "path",
|
12905
|
+
"type": "integer",
|
12906
|
+
"name": "id_connection",
|
12907
|
+
"description": ""
|
12908
|
+
},
|
12909
|
+
{
|
12910
|
+
"required": true,
|
12911
|
+
"in": "path",
|
12912
|
+
"type": "integer",
|
12913
|
+
"name": "id_investment",
|
12914
|
+
"description": ""
|
12915
|
+
},
|
12916
|
+
{
|
12917
|
+
"required": false,
|
12918
|
+
"type": "string",
|
12919
|
+
"name": "expand",
|
12920
|
+
"in": "query"
|
12921
|
+
}
|
12922
|
+
],
|
12923
|
+
"summary": "Get pockets"
|
12924
|
+
}
|
12925
|
+
},
|
12382
12926
|
"/users/{id_user}/connections/{id_connection}/investments/{id_investment}/security/history": {
|
12383
12927
|
"get": {
|
12384
12928
|
"responses": {
|
@@ -12464,6 +13008,10 @@
|
|
12464
13008
|
],
|
12465
13009
|
"type": "object",
|
12466
13010
|
"properties": {
|
13011
|
+
"total": {
|
13012
|
+
"type": "number",
|
13013
|
+
"description": "total number of results"
|
13014
|
+
},
|
12467
13015
|
"connectionlogs": {
|
12468
13016
|
"items": {
|
12469
13017
|
"$ref": "#/definitions/ConnectionLog"
|
@@ -12577,6 +13125,60 @@
|
|
12577
13125
|
"summary": "Get connection logs"
|
12578
13126
|
}
|
12579
13127
|
},
|
13128
|
+
"/users/{id_user}/connections/{id_connection}/pockets": {
|
13129
|
+
"get": {
|
13130
|
+
"responses": {
|
13131
|
+
"200": {
|
13132
|
+
"description": "pockets",
|
13133
|
+
"schema": {
|
13134
|
+
"required": [
|
13135
|
+
"pockets"
|
13136
|
+
],
|
13137
|
+
"type": "object",
|
13138
|
+
"properties": {
|
13139
|
+
"total": {
|
13140
|
+
"type": "number",
|
13141
|
+
"description": "total number of results"
|
13142
|
+
},
|
13143
|
+
"pockets": {
|
13144
|
+
"items": {
|
13145
|
+
"$ref": "#/definitions/Pocket"
|
13146
|
+
},
|
13147
|
+
"type": "array"
|
13148
|
+
}
|
13149
|
+
}
|
13150
|
+
}
|
13151
|
+
}
|
13152
|
+
},
|
13153
|
+
"tags": [
|
13154
|
+
"Wealth"
|
13155
|
+
],
|
13156
|
+
"description": "",
|
13157
|
+
"parameters": [
|
13158
|
+
{
|
13159
|
+
"required": true,
|
13160
|
+
"in": "path",
|
13161
|
+
"type": "string",
|
13162
|
+
"name": "id_user",
|
13163
|
+
"description": "Hint: you can use 'me' or 'all'"
|
13164
|
+
},
|
13165
|
+
{
|
13166
|
+
"required": true,
|
13167
|
+
"in": "path",
|
13168
|
+
"type": "integer",
|
13169
|
+
"name": "id_connection",
|
13170
|
+
"description": ""
|
13171
|
+
},
|
13172
|
+
{
|
13173
|
+
"required": false,
|
13174
|
+
"type": "string",
|
13175
|
+
"name": "expand",
|
13176
|
+
"in": "query"
|
13177
|
+
}
|
13178
|
+
],
|
13179
|
+
"summary": "Get pockets"
|
13180
|
+
}
|
13181
|
+
},
|
12580
13182
|
"/users/{id_user}/connections/{id_connection}/recipients": {
|
12581
13183
|
"get": {
|
12582
13184
|
"responses": {
|
@@ -12588,6 +13190,10 @@
|
|
12588
13190
|
],
|
12589
13191
|
"type": "object",
|
12590
13192
|
"properties": {
|
13193
|
+
"total": {
|
13194
|
+
"type": "number",
|
13195
|
+
"description": "total number of results"
|
13196
|
+
},
|
12591
13197
|
"recipients": {
|
12592
13198
|
"items": {
|
12593
13199
|
"$ref": "#/definitions/Recipient"
|
@@ -12754,6 +13360,10 @@
|
|
12754
13360
|
"$ref": "#/definitions/Transfer"
|
12755
13361
|
},
|
12756
13362
|
"type": "array"
|
13363
|
+
},
|
13364
|
+
"total": {
|
13365
|
+
"type": "number",
|
13366
|
+
"description": "total number of results"
|
12757
13367
|
}
|
12758
13368
|
}
|
12759
13369
|
}
|
@@ -13058,7 +13668,7 @@
|
|
13058
13668
|
"tags": [
|
13059
13669
|
"Providers"
|
13060
13670
|
],
|
13061
|
-
"description": "It deletes a specific subscription
|
13671
|
+
"description": "It deletes a specific subscription.<br><br>",
|
13062
13672
|
"parameters": [
|
13063
13673
|
{
|
13064
13674
|
"required": true,
|
@@ -13102,6 +13712,10 @@
|
|
13102
13712
|
],
|
13103
13713
|
"type": "object",
|
13104
13714
|
"properties": {
|
13715
|
+
"total": {
|
13716
|
+
"type": "number",
|
13717
|
+
"description": "total number of results"
|
13718
|
+
},
|
13105
13719
|
"documents": {
|
13106
13720
|
"items": {
|
13107
13721
|
"$ref": "#/definitions/Document"
|
@@ -13654,6 +14268,10 @@
|
|
13654
14268
|
],
|
13655
14269
|
"type": "object",
|
13656
14270
|
"properties": {
|
14271
|
+
"total": {
|
14272
|
+
"type": "number",
|
14273
|
+
"description": "total number of results"
|
14274
|
+
},
|
13657
14275
|
"transactions": {
|
13658
14276
|
"items": {
|
13659
14277
|
"$ref": "#/definitions/Transaction"
|
@@ -14029,6 +14647,14 @@
|
|
14029
14647
|
],
|
14030
14648
|
"type": "object",
|
14031
14649
|
"properties": {
|
14650
|
+
"total": {
|
14651
|
+
"type": "number",
|
14652
|
+
"description": "total number of results"
|
14653
|
+
},
|
14654
|
+
"total": {
|
14655
|
+
"type": "number",
|
14656
|
+
"description": "total number of results"
|
14657
|
+
},
|
14032
14658
|
"documents": {
|
14033
14659
|
"items": {
|
14034
14660
|
"$ref": "#/definitions/Document"
|
@@ -14586,6 +15212,10 @@
|
|
14586
15212
|
"$ref": "#/definitions/TransactionInformation"
|
14587
15213
|
},
|
14588
15214
|
"type": "array"
|
15215
|
+
},
|
15216
|
+
"total": {
|
15217
|
+
"type": "number",
|
15218
|
+
"description": "total number of results"
|
14589
15219
|
}
|
14590
15220
|
}
|
14591
15221
|
}
|
@@ -14830,6 +15460,10 @@
|
|
14830
15460
|
],
|
14831
15461
|
"type": "object",
|
14832
15462
|
"properties": {
|
15463
|
+
"total": {
|
15464
|
+
"type": "number",
|
15465
|
+
"description": "total number of results"
|
15466
|
+
},
|
14833
15467
|
"transactionsclusters": {
|
14834
15468
|
"items": {
|
14835
15469
|
"$ref": "#/definitions/TransactionsCluster"
|
@@ -14917,6 +15551,10 @@
|
|
14917
15551
|
],
|
14918
15552
|
"type": "object",
|
14919
15553
|
"properties": {
|
15554
|
+
"total": {
|
15555
|
+
"type": "number",
|
15556
|
+
"description": "total number of results"
|
15557
|
+
},
|
14920
15558
|
"documents": {
|
14921
15559
|
"items": {
|
14922
15560
|
"$ref": "#/definitions/Document"
|
@@ -15564,6 +16202,10 @@
|
|
15564
16202
|
"$ref": "#/definitions/Transfer"
|
15565
16203
|
},
|
15566
16204
|
"type": "array"
|
16205
|
+
},
|
16206
|
+
"total": {
|
16207
|
+
"type": "number",
|
16208
|
+
"description": "total number of results"
|
15567
16209
|
}
|
15568
16210
|
}
|
15569
16211
|
}
|
@@ -15780,6 +16422,10 @@
|
|
15780
16422
|
],
|
15781
16423
|
"type": "object",
|
15782
16424
|
"properties": {
|
16425
|
+
"total": {
|
16426
|
+
"type": "number",
|
16427
|
+
"description": "total number of results"
|
16428
|
+
},
|
15783
16429
|
"devices": {
|
15784
16430
|
"items": {
|
15785
16431
|
"$ref": "#/definitions/Device"
|
@@ -16008,6 +16654,10 @@
|
|
16008
16654
|
],
|
16009
16655
|
"type": "object",
|
16010
16656
|
"properties": {
|
16657
|
+
"total": {
|
16658
|
+
"type": "number",
|
16659
|
+
"description": "total number of results"
|
16660
|
+
},
|
16011
16661
|
"documents": {
|
16012
16662
|
"items": {
|
16013
16663
|
"$ref": "#/definitions/Document"
|
@@ -16500,6 +17150,10 @@
|
|
16500
17150
|
],
|
16501
17151
|
"type": "object",
|
16502
17152
|
"properties": {
|
17153
|
+
"total": {
|
17154
|
+
"type": "number",
|
17155
|
+
"description": "total number of results"
|
17156
|
+
},
|
16503
17157
|
"investments": {
|
16504
17158
|
"items": {
|
16505
17159
|
"$ref": "#/definitions/Investment"
|
@@ -16548,6 +17202,10 @@
|
|
16548
17202
|
"$ref": "#/definitions/InvestmentValue"
|
16549
17203
|
},
|
16550
17204
|
"type": "array"
|
17205
|
+
},
|
17206
|
+
"total": {
|
17207
|
+
"type": "number",
|
17208
|
+
"description": "total number of results"
|
16551
17209
|
}
|
16552
17210
|
}
|
16553
17211
|
}
|
@@ -16582,6 +17240,60 @@
|
|
16582
17240
|
"summary": "Get investment values"
|
16583
17241
|
}
|
16584
17242
|
},
|
17243
|
+
"/users/{id_user}/investments/{id_investment}/pockets": {
|
17244
|
+
"get": {
|
17245
|
+
"responses": {
|
17246
|
+
"200": {
|
17247
|
+
"description": "pockets",
|
17248
|
+
"schema": {
|
17249
|
+
"required": [
|
17250
|
+
"pockets"
|
17251
|
+
],
|
17252
|
+
"type": "object",
|
17253
|
+
"properties": {
|
17254
|
+
"total": {
|
17255
|
+
"type": "number",
|
17256
|
+
"description": "total number of results"
|
17257
|
+
},
|
17258
|
+
"pockets": {
|
17259
|
+
"items": {
|
17260
|
+
"$ref": "#/definitions/Pocket"
|
17261
|
+
},
|
17262
|
+
"type": "array"
|
17263
|
+
}
|
17264
|
+
}
|
17265
|
+
}
|
17266
|
+
}
|
17267
|
+
},
|
17268
|
+
"tags": [
|
17269
|
+
"Wealth"
|
17270
|
+
],
|
17271
|
+
"description": "",
|
17272
|
+
"parameters": [
|
17273
|
+
{
|
17274
|
+
"required": true,
|
17275
|
+
"in": "path",
|
17276
|
+
"type": "string",
|
17277
|
+
"name": "id_user",
|
17278
|
+
"description": "Hint: you can use 'me' or 'all'"
|
17279
|
+
},
|
17280
|
+
{
|
17281
|
+
"required": true,
|
17282
|
+
"in": "path",
|
17283
|
+
"type": "integer",
|
17284
|
+
"name": "id_investment",
|
17285
|
+
"description": ""
|
17286
|
+
},
|
17287
|
+
{
|
17288
|
+
"required": false,
|
17289
|
+
"type": "string",
|
17290
|
+
"name": "expand",
|
17291
|
+
"in": "query"
|
17292
|
+
}
|
17293
|
+
],
|
17294
|
+
"summary": "Get pockets"
|
17295
|
+
}
|
17296
|
+
},
|
16585
17297
|
"/users/{id_user}/investments/{id_investment}/security/history": {
|
16586
17298
|
"get": {
|
16587
17299
|
"responses": {
|
@@ -16660,6 +17372,10 @@
|
|
16660
17372
|
],
|
16661
17373
|
"type": "object",
|
16662
17374
|
"properties": {
|
17375
|
+
"total": {
|
17376
|
+
"type": "number",
|
17377
|
+
"description": "total number of results"
|
17378
|
+
},
|
16663
17379
|
"connectionlogs": {
|
16664
17380
|
"items": {
|
16665
17381
|
"$ref": "#/definitions/ConnectionLog"
|
@@ -16825,6 +17541,10 @@
|
|
16825
17541
|
],
|
16826
17542
|
"type": "object",
|
16827
17543
|
"properties": {
|
17544
|
+
"total": {
|
17545
|
+
"type": "number",
|
17546
|
+
"description": "total number of results"
|
17547
|
+
},
|
16828
17548
|
"useralerts": {
|
16829
17549
|
"items": {
|
16830
17550
|
"$ref": "#/definitions/UserAlert"
|
@@ -17055,6 +17775,53 @@
|
|
17055
17775
|
"summary": "Delete an alert on transactions or investemens"
|
17056
17776
|
}
|
17057
17777
|
},
|
17778
|
+
"/users/{id_user}/pockets": {
|
17779
|
+
"get": {
|
17780
|
+
"responses": {
|
17781
|
+
"200": {
|
17782
|
+
"description": "pockets",
|
17783
|
+
"schema": {
|
17784
|
+
"required": [
|
17785
|
+
"pockets"
|
17786
|
+
],
|
17787
|
+
"type": "object",
|
17788
|
+
"properties": {
|
17789
|
+
"total": {
|
17790
|
+
"type": "number",
|
17791
|
+
"description": "total number of results"
|
17792
|
+
},
|
17793
|
+
"pockets": {
|
17794
|
+
"items": {
|
17795
|
+
"$ref": "#/definitions/Pocket"
|
17796
|
+
},
|
17797
|
+
"type": "array"
|
17798
|
+
}
|
17799
|
+
}
|
17800
|
+
}
|
17801
|
+
}
|
17802
|
+
},
|
17803
|
+
"tags": [
|
17804
|
+
"Wealth"
|
17805
|
+
],
|
17806
|
+
"description": "",
|
17807
|
+
"parameters": [
|
17808
|
+
{
|
17809
|
+
"required": true,
|
17810
|
+
"in": "path",
|
17811
|
+
"type": "string",
|
17812
|
+
"name": "id_user",
|
17813
|
+
"description": "Hint: you can use 'me' or 'all'"
|
17814
|
+
},
|
17815
|
+
{
|
17816
|
+
"required": false,
|
17817
|
+
"type": "string",
|
17818
|
+
"name": "expand",
|
17819
|
+
"in": "query"
|
17820
|
+
}
|
17821
|
+
],
|
17822
|
+
"summary": "Get pockets"
|
17823
|
+
}
|
17824
|
+
},
|
17058
17825
|
"/users/{id_user}/profiles": {
|
17059
17826
|
"get": {
|
17060
17827
|
"responses": {
|
@@ -17066,6 +17833,10 @@
|
|
17066
17833
|
],
|
17067
17834
|
"type": "object",
|
17068
17835
|
"properties": {
|
17836
|
+
"total": {
|
17837
|
+
"type": "number",
|
17838
|
+
"description": "total number of results"
|
17839
|
+
},
|
17069
17840
|
"profiles": {
|
17070
17841
|
"items": {
|
17071
17842
|
"$ref": "#/definitions/Profile"
|
@@ -17295,6 +18066,10 @@
|
|
17295
18066
|
],
|
17296
18067
|
"type": "object",
|
17297
18068
|
"properties": {
|
18069
|
+
"total": {
|
18070
|
+
"type": "number",
|
18071
|
+
"description": "total number of results"
|
18072
|
+
},
|
17298
18073
|
"recipients": {
|
17299
18074
|
"items": {
|
17300
18075
|
"$ref": "#/definitions/Recipient"
|
@@ -17440,6 +18215,10 @@
|
|
17440
18215
|
"$ref": "#/definitions/Transfer"
|
17441
18216
|
},
|
17442
18217
|
"type": "array"
|
18218
|
+
},
|
18219
|
+
"total": {
|
18220
|
+
"type": "number",
|
18221
|
+
"description": "total number of results"
|
17443
18222
|
}
|
17444
18223
|
}
|
17445
18224
|
}
|
@@ -17800,7 +18579,7 @@
|
|
17800
18579
|
"tags": [
|
17801
18580
|
"Providers"
|
17802
18581
|
],
|
17803
|
-
"description": "It deletes a specific subscription
|
18582
|
+
"description": "It deletes a specific subscription.<br><br>",
|
17804
18583
|
"parameters": [
|
17805
18584
|
{
|
17806
18585
|
"required": true,
|
@@ -17837,6 +18616,10 @@
|
|
17837
18616
|
],
|
17838
18617
|
"type": "object",
|
17839
18618
|
"properties": {
|
18619
|
+
"total": {
|
18620
|
+
"type": "number",
|
18621
|
+
"description": "total number of results"
|
18622
|
+
},
|
17840
18623
|
"documents": {
|
17841
18624
|
"items": {
|
17842
18625
|
"$ref": "#/definitions/Document"
|
@@ -18355,6 +19138,10 @@
|
|
18355
19138
|
"$ref": "#/definitions/TermsOfService"
|
18356
19139
|
},
|
18357
19140
|
"type": "array"
|
19141
|
+
},
|
19142
|
+
"total": {
|
19143
|
+
"type": "number",
|
19144
|
+
"description": "total number of results"
|
18358
19145
|
}
|
18359
19146
|
}
|
18360
19147
|
}
|
@@ -18476,6 +19263,10 @@
|
|
18476
19263
|
],
|
18477
19264
|
"type": "object",
|
18478
19265
|
"properties": {
|
19266
|
+
"total": {
|
19267
|
+
"type": "number",
|
19268
|
+
"description": "total number of results"
|
19269
|
+
},
|
18479
19270
|
"transactions": {
|
18480
19271
|
"items": {
|
18481
19272
|
"$ref": "#/definitions/Transaction"
|
@@ -18829,6 +19620,10 @@
|
|
18829
19620
|
],
|
18830
19621
|
"type": "object",
|
18831
19622
|
"properties": {
|
19623
|
+
"total": {
|
19624
|
+
"type": "number",
|
19625
|
+
"description": "total number of results"
|
19626
|
+
},
|
18832
19627
|
"documents": {
|
18833
19628
|
"items": {
|
18834
19629
|
"$ref": "#/definitions/Document"
|
@@ -19347,6 +20142,10 @@
|
|
19347
20142
|
"$ref": "#/definitions/TransactionInformation"
|
19348
20143
|
},
|
19349
20144
|
"type": "array"
|
20145
|
+
},
|
20146
|
+
"total": {
|
20147
|
+
"type": "number",
|
20148
|
+
"description": "total number of results"
|
19350
20149
|
}
|
19351
20150
|
}
|
19352
20151
|
}
|
@@ -19556,6 +20355,10 @@
|
|
19556
20355
|
],
|
19557
20356
|
"type": "object",
|
19558
20357
|
"properties": {
|
20358
|
+
"total": {
|
20359
|
+
"type": "number",
|
20360
|
+
"description": "total number of results"
|
20361
|
+
},
|
19559
20362
|
"transactionsclusters": {
|
19560
20363
|
"items": {
|
19561
20364
|
"$ref": "#/definitions/TransactionsCluster"
|
@@ -19629,6 +20432,10 @@
|
|
19629
20432
|
],
|
19630
20433
|
"type": "object",
|
19631
20434
|
"properties": {
|
20435
|
+
"total": {
|
20436
|
+
"type": "number",
|
20437
|
+
"description": "total number of results"
|
20438
|
+
},
|
19632
20439
|
"documents": {
|
19633
20440
|
"items": {
|
19634
20441
|
"$ref": "#/definitions/Document"
|
@@ -20223,6 +21030,10 @@
|
|
20223
21030
|
"$ref": "#/definitions/Transfer"
|
20224
21031
|
},
|
20225
21032
|
"type": "array"
|
21033
|
+
},
|
21034
|
+
"total": {
|
21035
|
+
"type": "number",
|
21036
|
+
"description": "total number of results"
|
20226
21037
|
}
|
20227
21038
|
}
|
20228
21039
|
}
|
@@ -20484,6 +21295,10 @@
|
|
20484
21295
|
"$ref": "#/definitions/Webhook"
|
20485
21296
|
},
|
20486
21297
|
"type": "array"
|
21298
|
+
},
|
21299
|
+
"total": {
|
21300
|
+
"type": "number",
|
21301
|
+
"description": "total number of results"
|
20487
21302
|
}
|
20488
21303
|
}
|
20489
21304
|
}
|
@@ -20604,6 +21419,10 @@
|
|
20604
21419
|
],
|
20605
21420
|
"type": "object",
|
20606
21421
|
"properties": {
|
21422
|
+
"total": {
|
21423
|
+
"type": "number",
|
21424
|
+
"description": "total number of results"
|
21425
|
+
},
|
20607
21426
|
"authproviders": {
|
20608
21427
|
"items": {
|
20609
21428
|
"$ref": "#/definitions/AuthProvider"
|
@@ -21063,6 +21882,10 @@
|
|
21063
21882
|
],
|
21064
21883
|
"type": "object",
|
21065
21884
|
"properties": {
|
21885
|
+
"total": {
|
21886
|
+
"type": "number",
|
21887
|
+
"description": "total number of results"
|
21888
|
+
},
|
21066
21889
|
"webhooklogs": {
|
21067
21890
|
"items": {
|
21068
21891
|
"$ref": "#/definitions/WebhookLog"
|
@@ -21569,37 +22392,17 @@
|
|
21569
22392
|
"default": "",
|
21570
22393
|
"type": "string"
|
21571
22394
|
},
|
21572
|
-
"primary_color": {
|
21573
|
-
"type": "string",
|
21574
|
-
"description": "Primary color of client"
|
21575
|
-
},
|
21576
|
-
"secondary_color": {
|
21577
|
-
"type": "string",
|
21578
|
-
"description": "Secondary color of client"
|
21579
|
-
},
|
21580
22395
|
"pro": {
|
21581
22396
|
"default": false,
|
21582
22397
|
"type": "boolean",
|
21583
22398
|
"description": "Should the client display the company manager page."
|
21584
22399
|
},
|
21585
|
-
"description": {
|
21586
|
-
"type": "string",
|
21587
|
-
"description": "Text to display as a default description."
|
21588
|
-
},
|
21589
|
-
"description_banks": {
|
21590
|
-
"type": "string",
|
21591
|
-
"description": "Text to display as a description for banks."
|
21592
|
-
},
|
21593
|
-
"description_providers": {
|
21594
|
-
"type": "string",
|
21595
|
-
"description": "Text to display as a description for providers."
|
21596
|
-
},
|
21597
22400
|
"id_logo": {
|
21598
22401
|
"type": "integer"
|
21599
22402
|
},
|
21600
|
-
"
|
22403
|
+
"config": {
|
21601
22404
|
"type": "string",
|
21602
|
-
"description": "customizable
|
22405
|
+
"description": "customizable config"
|
21603
22406
|
}
|
21604
22407
|
},
|
21605
22408
|
"example": {
|
@@ -21609,12 +22412,7 @@
|
|
21609
22412
|
"public_key": "",
|
21610
22413
|
"private_key": "",
|
21611
22414
|
"redirect_uri": "",
|
21612
|
-
"primary_color": "",
|
21613
|
-
"secondary_color": "",
|
21614
22415
|
"pro": false,
|
21615
|
-
"description": "",
|
21616
|
-
"description_banks": "",
|
21617
|
-
"description_providers": "",
|
21618
22416
|
"id_logo": 0
|
21619
22417
|
}
|
21620
22418
|
},
|
@@ -21681,7 +22479,7 @@
|
|
21681
22479
|
"code": "",
|
21682
22480
|
"name": "",
|
21683
22481
|
"id_type": 0,
|
21684
|
-
"last_update": "2019-
|
22482
|
+
"last_update": "2019-08-02 17:21:59.346961"
|
21685
22483
|
}
|
21686
22484
|
},
|
21687
22485
|
"Webhook": {
|
@@ -21738,9 +22536,9 @@
|
|
21738
22536
|
},
|
21739
22537
|
"example": {
|
21740
22538
|
"id": 0,
|
21741
|
-
"created": "2019-
|
21742
|
-
"updated": "2019-
|
21743
|
-
"deleted": "2019-
|
22539
|
+
"created": "2019-08-02 17:21:59.349908",
|
22540
|
+
"updated": "2019-08-02 17:21:59.349984",
|
22541
|
+
"deleted": "2019-08-02 17:21:59.350042",
|
21744
22542
|
"id_service": 0,
|
21745
22543
|
"id_user": 0,
|
21746
22544
|
"id_event": 0,
|
@@ -21803,8 +22601,8 @@
|
|
21803
22601
|
"id_user": 0,
|
21804
22602
|
"id_resource": 0,
|
21805
22603
|
"mimetype": "",
|
21806
|
-
"created": "2019-
|
21807
|
-
"success": "2019-
|
22604
|
+
"created": "2019-08-02 17:21:59.351997",
|
22605
|
+
"success": "2019-08-02 17:21:59.352060"
|
21808
22606
|
}
|
21809
22607
|
},
|
21810
22608
|
"WebhookLog": {
|
@@ -21855,10 +22653,10 @@
|
|
21855
22653
|
"id_webhook_data": 0,
|
21856
22654
|
"id_service": 0,
|
21857
22655
|
"id_user": 0,
|
21858
|
-
"timestamp": "2019-
|
21859
|
-
"response_date": "2019-
|
22656
|
+
"timestamp": "2019-08-02 17:21:59.353067",
|
22657
|
+
"response_date": "2019-08-02 17:21:59.353127",
|
21860
22658
|
"response_code": 0,
|
21861
|
-
"next_try": "2019-
|
22659
|
+
"next_try": "2019-08-02 17:21:59.353228"
|
21862
22660
|
}
|
21863
22661
|
},
|
21864
22662
|
"DocumentType": {
|
@@ -21945,6 +22743,10 @@
|
|
21945
22743
|
"type": "string",
|
21946
22744
|
"description": "If the last update has failed, the error code"
|
21947
22745
|
},
|
22746
|
+
"error_message": {
|
22747
|
+
"type": "string",
|
22748
|
+
"description": "If fail, error message received from connector"
|
22749
|
+
},
|
21948
22750
|
"expire": {
|
21949
22751
|
"type": "string",
|
21950
22752
|
"description": "Expiration of the connection. Used during add of a two-factor authentication, to purge the connection if the user abort",
|
@@ -21976,12 +22778,12 @@
|
|
21976
22778
|
"id": 0,
|
21977
22779
|
"id_user": 0,
|
21978
22780
|
"id_connector": 0,
|
21979
|
-
"last_update": "2019-
|
22781
|
+
"last_update": "2019-08-02 17:21:59.365076",
|
21980
22782
|
"error": "",
|
21981
|
-
"expire": "2019-
|
22783
|
+
"expire": "2019-08-02 17:21:59.365257",
|
21982
22784
|
"active": true,
|
21983
|
-
"last_push": "2019-
|
21984
|
-
"next_try": "2019-
|
22785
|
+
"last_push": "2019-08-02 17:21:59.365378",
|
22786
|
+
"next_try": "2019-08-02 17:21:59.365554"
|
21985
22787
|
}
|
21986
22788
|
},
|
21987
22789
|
"Certificate": {
|
@@ -22016,7 +22818,7 @@
|
|
22016
22818
|
"id_public_key_file": 0,
|
22017
22819
|
"id_private_key_file": 0,
|
22018
22820
|
"type": "",
|
22019
|
-
"created": "2019-
|
22821
|
+
"created": "2019-08-02 17:21:59.372311"
|
22020
22822
|
}
|
22021
22823
|
},
|
22022
22824
|
"ConnectionLog": {
|
@@ -22090,6 +22892,10 @@
|
|
22090
22892
|
"session_folder_id": {
|
22091
22893
|
"type": "string",
|
22092
22894
|
"description": "Session folder uid"
|
22895
|
+
},
|
22896
|
+
"fields": {
|
22897
|
+
"type": "string",
|
22898
|
+
"description": "Fields for connection in additionalInformationNeeded state with background option"
|
22093
22899
|
}
|
22094
22900
|
},
|
22095
22901
|
"example": {
|
@@ -22100,12 +22906,12 @@
|
|
22100
22906
|
"login": "",
|
22101
22907
|
"error_uid": "",
|
22102
22908
|
"timestamp": "CURRENT_TIMESTAMP",
|
22103
|
-
"next_try": "2019-
|
22909
|
+
"next_try": "2019-08-02 17:21:59.374222",
|
22104
22910
|
"error": "",
|
22105
22911
|
"error_message": "",
|
22106
22912
|
"statut": 0,
|
22107
22913
|
"nb_accounts": 0,
|
22108
|
-
"start": "2019-
|
22914
|
+
"start": "2019-08-02 17:21:59.374490",
|
22109
22915
|
"worker": "",
|
22110
22916
|
"session_folder_id": ""
|
22111
22917
|
}
|
@@ -22166,7 +22972,7 @@
|
|
22166
22972
|
},
|
22167
22973
|
"recipient_iban": {
|
22168
22974
|
"type": "string",
|
22169
|
-
"description": "IBAN of the recipient"
|
22975
|
+
"description": "IBAN of the recipient in bank recipient list"
|
22170
22976
|
},
|
22171
22977
|
"exec_date": {
|
22172
22978
|
"type": "string",
|
@@ -22194,7 +23000,7 @@
|
|
22194
23000
|
},
|
22195
23001
|
"state": {
|
22196
23002
|
"type": "string",
|
22197
|
-
"description": "State of the transfer (created, scheduled, validating, pending, done, canceled, error, bug)"
|
23003
|
+
"description": "State of the transfer (created, scheduled, validating, pending, coming, done, canceled, transaction_not_found, deleted, error, bug)"
|
22198
23004
|
},
|
22199
23005
|
"error": {
|
22200
23006
|
"type": "string",
|
@@ -22225,8 +23031,8 @@
|
|
22225
23031
|
"id_recipient": 0,
|
22226
23032
|
"account_iban": "",
|
22227
23033
|
"recipient_iban": "",
|
22228
|
-
"exec_date": "2019-
|
22229
|
-
"register_date": "2019-
|
23034
|
+
"exec_date": "2019-08-02",
|
23035
|
+
"register_date": "2019-08-02 17:21:59.383325",
|
22230
23036
|
"amount": 0,
|
22231
23037
|
"fees": 0,
|
22232
23038
|
"webid": "",
|
@@ -22369,7 +23175,7 @@
|
|
22369
23175
|
"mean_amount": 0,
|
22370
23176
|
"median_increment": 0,
|
22371
23177
|
"enabled": true,
|
22372
|
-
"next_date": "2019-
|
23178
|
+
"next_date": "2019-08-02",
|
22373
23179
|
"wording": "",
|
22374
23180
|
"id_category": 0,
|
22375
23181
|
"created_by": ""
|
@@ -22585,11 +23391,11 @@
|
|
22585
23391
|
"number": "",
|
22586
23392
|
"label": "",
|
22587
23393
|
"subscriber": "",
|
22588
|
-
"validity": "2019-
|
22589
|
-
"renewdate": "2019-
|
22590
|
-
"last_update": "2019-
|
22591
|
-
"deleted": "2019-
|
22592
|
-
"disabled": "2019-
|
23394
|
+
"validity": "2019-08-02",
|
23395
|
+
"renewdate": "2019-08-02",
|
23396
|
+
"last_update": "2019-08-02 17:21:59.421714",
|
23397
|
+
"deleted": "2019-08-02 17:21:59.421772",
|
23398
|
+
"disabled": "2019-08-02 17:21:59.421828",
|
22593
23399
|
"error": ""
|
22594
23400
|
}
|
22595
23401
|
},
|
@@ -22754,24 +23560,24 @@
|
|
22754
23560
|
"id": 0,
|
22755
23561
|
"id_account": 0,
|
22756
23562
|
"webid": "",
|
22757
|
-
"application_date": "2019-
|
22758
|
-
"date": "2019-
|
23563
|
+
"application_date": "2019-08-02",
|
23564
|
+
"date": "2019-08-02",
|
22759
23565
|
"value": 0,
|
22760
23566
|
"gross_value": 0,
|
22761
23567
|
"nature": "inconnu",
|
22762
23568
|
"wording": "",
|
22763
23569
|
"id_category": 0,
|
22764
23570
|
"state": "new",
|
22765
|
-
"date_scraped": "2019-
|
22766
|
-
"rdate": "2019-
|
22767
|
-
"vdate": "2019-
|
22768
|
-
"bdate": "2019-
|
23571
|
+
"date_scraped": "2019-08-02 17:21:59.425220",
|
23572
|
+
"rdate": "2019-08-02",
|
23573
|
+
"vdate": "2019-08-02",
|
23574
|
+
"bdate": "2019-08-02",
|
22769
23575
|
"coming": false,
|
22770
23576
|
"active": true,
|
22771
23577
|
"id_cluster": 0,
|
22772
23578
|
"comment": "",
|
22773
|
-
"last_update": "2019-
|
22774
|
-
"deleted": "2019-
|
23579
|
+
"last_update": "2019-08-02 17:21:59.425674",
|
23580
|
+
"deleted": "2019-08-02 17:21:59.425732",
|
22775
23581
|
"original_value": 0,
|
22776
23582
|
"original_currency": "",
|
22777
23583
|
"commission": 0,
|
@@ -22928,16 +23734,16 @@
|
|
22928
23734
|
"diff_percent": 0,
|
22929
23735
|
"prev_diff": 0,
|
22930
23736
|
"portfolio_share": 0,
|
22931
|
-
"vdate": "2019-
|
22932
|
-
"prev_vdate": "2019-
|
23737
|
+
"vdate": "2019-08-02",
|
23738
|
+
"prev_vdate": "2019-08-02",
|
22933
23739
|
"id_security": 0,
|
22934
23740
|
"original_currency": "",
|
22935
23741
|
"original_valuation": 0,
|
22936
23742
|
"original_unitvalue": 0,
|
22937
23743
|
"original_unitprice": 0,
|
22938
23744
|
"original_diff": 0,
|
22939
|
-
"last_update": "2019-
|
22940
|
-
"deleted": "2019-
|
23745
|
+
"last_update": "2019-08-02 17:21:59.430536",
|
23746
|
+
"deleted": "2019-08-02 17:21:59.430602"
|
22941
23747
|
}
|
22942
23748
|
},
|
22943
23749
|
"Recipient": {
|
@@ -23036,11 +23842,11 @@
|
|
23036
23842
|
"iban": "",
|
23037
23843
|
"webid": "",
|
23038
23844
|
"category": "",
|
23039
|
-
"last_update": "2019-
|
23040
|
-
"time_scraped": "2019-
|
23041
|
-
"deleted": "2019-
|
23042
|
-
"expire": "2019-
|
23043
|
-
"enabled_at": "2019-
|
23845
|
+
"last_update": "2019-08-02 17:21:59.433156",
|
23846
|
+
"time_scraped": "2019-08-02 17:21:59.433215",
|
23847
|
+
"deleted": "2019-08-02 17:21:59.433271",
|
23848
|
+
"expire": "2019-08-02 17:21:59.433326",
|
23849
|
+
"enabled_at": "2019-08-02 17:21:59.433382",
|
23044
23850
|
"add_verified": false,
|
23045
23851
|
"state": "",
|
23046
23852
|
"error": "",
|
@@ -23052,8 +23858,8 @@
|
|
23052
23858
|
"id",
|
23053
23859
|
"id_user",
|
23054
23860
|
"timestamp",
|
23055
|
-
"
|
23056
|
-
"
|
23861
|
+
"readonly",
|
23862
|
+
"has_file_on_website"
|
23057
23863
|
],
|
23058
23864
|
"type": "object",
|
23059
23865
|
"properties": {
|
@@ -23078,12 +23884,6 @@
|
|
23078
23884
|
"id_thumbnail": {
|
23079
23885
|
"type": "integer"
|
23080
23886
|
},
|
23081
|
-
"url": {
|
23082
|
-
"type": "string"
|
23083
|
-
},
|
23084
|
-
"thumb_url": {
|
23085
|
-
"type": "string"
|
23086
|
-
},
|
23087
23887
|
"name": {
|
23088
23888
|
"type": "string"
|
23089
23889
|
},
|
@@ -23131,6 +23931,11 @@
|
|
23131
23931
|
"description": "Last successful update of the document",
|
23132
23932
|
"format": "date-time"
|
23133
23933
|
},
|
23934
|
+
"has_file_on_website": {
|
23935
|
+
"default": true,
|
23936
|
+
"type": "boolean",
|
23937
|
+
"description": "Boolean to set if file is available on website"
|
23938
|
+
},
|
23134
23939
|
"currency": {
|
23135
23940
|
"type": "object",
|
23136
23941
|
"description": "Document currency"
|
@@ -23144,12 +23949,10 @@
|
|
23144
23949
|
"id_subscription": 0,
|
23145
23950
|
"id_file": 0,
|
23146
23951
|
"id_thumbnail": 0,
|
23147
|
-
"url": "",
|
23148
|
-
"thumb_url": "",
|
23149
23952
|
"name": "",
|
23150
23953
|
"timestamp": "CURRENT_TIMESTAMP",
|
23151
|
-
"date": "2019-
|
23152
|
-
"duedate": "2019-
|
23954
|
+
"date": "2019-08-02 17:21:59.435173",
|
23955
|
+
"duedate": "2019-08-02",
|
23153
23956
|
"total_amount": 0,
|
23154
23957
|
"untaxed_amount": 0,
|
23155
23958
|
"vat": 0,
|
@@ -23157,7 +23960,8 @@
|
|
23157
23960
|
"readonly": true,
|
23158
23961
|
"number": "",
|
23159
23962
|
"issuer": "",
|
23160
|
-
"last_update": "2019-
|
23963
|
+
"last_update": "2019-08-02 17:21:59.435734",
|
23964
|
+
"has_file_on_website": true,
|
23161
23965
|
"currency": ""
|
23162
23966
|
}
|
23163
23967
|
},
|
@@ -23285,9 +24089,9 @@
|
|
23285
24089
|
"balance": 0,
|
23286
24090
|
"coming": 0,
|
23287
24091
|
"display": true,
|
23288
|
-
"last_update": "2019-
|
23289
|
-
"deleted": "2019-
|
23290
|
-
"disabled": "2019-
|
24092
|
+
"last_update": "2019-08-02 17:21:59.440223",
|
24093
|
+
"deleted": "2019-08-02 17:21:59.440285",
|
24094
|
+
"disabled": "2019-08-02 17:21:59.440342",
|
23291
24095
|
"iban": "",
|
23292
24096
|
"currency": "",
|
23293
24097
|
"id_type": 0,
|
@@ -23470,10 +24274,10 @@
|
|
23470
24274
|
"label": "",
|
23471
24275
|
"value": 0,
|
23472
24276
|
"quantity": 0,
|
23473
|
-
"availability_date": "2019-
|
24277
|
+
"availability_date": "2019-08-02",
|
23474
24278
|
"condition": "inconnu",
|
23475
|
-
"last_update": "2019-
|
23476
|
-
"deleted": "2019-
|
24279
|
+
"last_update": "2019-08-02 17:21:59.448433",
|
24280
|
+
"deleted": "2019-08-02 17:21:59.448498"
|
23477
24281
|
}
|
23478
24282
|
},
|
23479
24283
|
"Invite": {
|
@@ -23646,6 +24450,10 @@
|
|
23646
24450
|
"type": "string",
|
23647
24451
|
"description": "Timestamp of the log",
|
23648
24452
|
"format": "date-time"
|
24453
|
+
},
|
24454
|
+
"fields": {
|
24455
|
+
"type": "string",
|
24456
|
+
"description": "Fields for transfer in additionalInformationNeeded state with background option"
|
23649
24457
|
}
|
23650
24458
|
},
|
23651
24459
|
"example": {
|
@@ -23730,7 +24538,7 @@
|
|
23730
24538
|
"example": {
|
23731
24539
|
"id": 0,
|
23732
24540
|
"id_investment": 0,
|
23733
|
-
"vdate": "2019-
|
24541
|
+
"vdate": "2019-08-02",
|
23734
24542
|
"unitvalue": 0,
|
23735
24543
|
"original_currency": "",
|
23736
24544
|
"original_unitvalue": 0
|
@@ -23772,6 +24580,10 @@
|
|
23772
24580
|
"type": "string",
|
23773
24581
|
"description": "Timestamp of the log",
|
23774
24582
|
"format": "date-time"
|
24583
|
+
},
|
24584
|
+
"fields": {
|
24585
|
+
"type": "string",
|
24586
|
+
"description": "Fields for recipient in additionalInformationNeeded state with background option"
|
23775
24587
|
}
|
23776
24588
|
},
|
23777
24589
|
"example": {
|
@@ -23890,7 +24702,7 @@
|
|
23890
24702
|
"crypto": false,
|
23891
24703
|
"precision": 2,
|
23892
24704
|
"marketcap": 0,
|
23893
|
-
"datetime": "2019-
|
24705
|
+
"datetime": "2019-08-02 17:21:59.693929"
|
23894
24706
|
}
|
23895
24707
|
},
|
23896
24708
|
"ConnectorCategory": {
|
@@ -24065,10 +24877,6 @@
|
|
24065
24877
|
{
|
24066
24878
|
"url": "https://cashbee-mordor-sandbox.biapi.pro/2.0",
|
24067
24879
|
"description": "cashbee-mordor-sandbox.biapi.pro"
|
24068
|
-
},
|
24069
|
-
{
|
24070
|
-
"url": "https://cashbee-sandbox.biapi.pro/2.0",
|
24071
|
-
"description": "cashbee-sandbox.biapi.pro"
|
24072
24880
|
}
|
24073
24881
|
],
|
24074
24882
|
"securityDefinitions": {
|
@@ -24083,4 +24891,4 @@
|
|
24083
24891
|
"api_key": []
|
24084
24892
|
}
|
24085
24893
|
]
|
24086
|
-
}
|
24894
|
+
}
|