integration_api 1.2.1
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 +7 -0
- data/Gemfile +7 -0
- data/README.md +438 -0
- data/Rakefile +8 -0
- data/docs/ACHApi.md +878 -0
- data/docs/AccountingApi.md +633 -0
- data/docs/AccountingCustomerResponseVO.md +9 -0
- data/docs/AccountingCustomerRevenueResponseVO.md +9 -0
- data/docs/AccountingFinalResponseVO.md +15 -0
- data/docs/AccountingInvoicePaymentResponseVO.md +9 -0
- data/docs/AccountingInvoiceResponseVO.md +9 -0
- data/docs/AccountingStatsResponseVO.md +9 -0
- data/docs/AchBalanceResponseVO.md +13 -0
- data/docs/AchBankLinkRequestCO.md +10 -0
- data/docs/AchBankLinkResponseVO.md +14 -0
- data/docs/AchBusinessRequestCO.md +10 -0
- data/docs/AchBusinessResponseVO.md +12 -0
- data/docs/AchCardLinkRequestCO.md +9 -0
- data/docs/AchCardLinkResponseVO.md +12 -0
- data/docs/AchClientRequestCO.md +10 -0
- data/docs/AchClientResponseVO.md +12 -0
- data/docs/AchTransferRequestCO.md +10 -0
- data/docs/AchTransferResponseVO.md +14 -0
- data/docs/Acquiree.md +10 -0
- data/docs/Acquirer.md +10 -0
- data/docs/Address.md +15 -0
- data/docs/AggregationAccount.md +29 -0
- data/docs/AggregationAccountBalance.md +18 -0
- data/docs/AggregationAccountBalanceResponseVO.md +11 -0
- data/docs/AggregationAccountHolding.md +27 -0
- data/docs/AggregationAccountHoldingResponseInternalObjectVO.md +9 -0
- data/docs/AggregationAccountHoldingResponseVO.md +11 -0
- data/docs/AggregationAccountResponseInternalObjectVO.md +9 -0
- data/docs/AggregationAccountResponseVO.md +11 -0
- data/docs/AggregationAccountTransaction.md +24 -0
- data/docs/AggregationAccountTransactionResponseInternalObjectVO.md +9 -0
- data/docs/AggregationAccountTransactionResponseVO.md +12 -0
- data/docs/AggregationAccountsResponseVO.md +11 -0
- data/docs/AggregationApi.md +722 -0
- data/docs/AggregationRequestObject.md +12 -0
- data/docs/AggregationVendorRequestCO.md +10 -0
- data/docs/ApplePayload.md +10 -0
- data/docs/AsyncApi.md +262 -0
- data/docs/AsyncTransaction.md +12 -0
- data/docs/AsyncTransactionVO.md +10 -0
- data/docs/BaasAccountCO.md +9 -0
- data/docs/BaasAccountVO.md +16 -0
- data/docs/BaasApi.md +551 -0
- data/docs/BaasBalanceVO.md +12 -0
- data/docs/BaasBusinessVO.md +14 -0
- data/docs/BaasClientVO.md +14 -0
- data/docs/BaasStatementVO.md +13 -0
- data/docs/BaasStatementsVO.md +10 -0
- data/docs/BaasSubAccountCO.md +8 -0
- data/docs/BaasSubAccountVO.md +15 -0
- data/docs/BaasTransactionsVO.md +12 -0
- data/docs/BankCredit.md +15 -0
- data/docs/BankLink.md +29 -0
- data/docs/BankLinkResponseInternalObjectVO.md +9 -0
- data/docs/BankLinkVendorDataVO.md +9 -0
- data/docs/BaseResponseVO.md +10 -0
- data/docs/BrokerageAccountCO.md +9 -0
- data/docs/BrokerageAccountVO.md +12 -0
- data/docs/BrokerageApi.md +1170 -0
- data/docs/BrokerageBalanceVO.md +13 -0
- data/docs/BrokerageBankLinkCO.md +8 -0
- data/docs/BrokerageBankLinkVO.md +13 -0
- data/docs/BrokerageClientCO.md +9 -0
- data/docs/BrokerageCreateClientVO.md +12 -0
- data/docs/BrokerageDepositCO.md +8 -0
- data/docs/BrokerageDepositVO.md +12 -0
- data/docs/BrokerageDocumentCO.md +9 -0
- data/docs/BrokerageDocumentVO.md +13 -0
- data/docs/BrokerageHoldingVO.md +13 -0
- data/docs/BrokerageOrderCO.md +8 -0
- data/docs/BrokerageOrderVO.md +13 -0
- data/docs/BrokeragePerformanceVO.md +13 -0
- data/docs/BrokerageSecuritiesVO.md +11 -0
- data/docs/BrokerageStatementVO.md +10 -0
- data/docs/BrokerageTransactionVO.md +13 -0
- data/docs/BrokerageUpdateClientVO.md +13 -0
- data/docs/BrokerageWithdrawalCO.md +8 -0
- data/docs/BrokerageWithdrawalVO.md +12 -0
- data/docs/BusinessAddress.md +14 -0
- data/docs/BusinessVendorRequestDataVO.md +22 -0
- data/docs/CardApi.md +1684 -0
- data/docs/CardAutoReloadRequestCO.md +11 -0
- data/docs/CardAutoReloadResponseVO.md +13 -0
- data/docs/CardBalanceResponseVO.md +13 -0
- data/docs/CardBaseRequestCO.md +10 -0
- data/docs/CardBusinessRequestCO.md +8 -0
- data/docs/CardClientRequestCO.md +9 -0
- data/docs/CardLoadRequestCO.md +9 -0
- data/docs/CardLoadUnloadResponseVO.md +14 -0
- data/docs/CardPinRequestCO.md +11 -0
- data/docs/CardReplaceResponseVO.md +14 -0
- data/docs/CardReserveAccountResponseVO.md +14 -0
- data/docs/CardSpendingControlRequestCO.md +8 -0
- data/docs/CardSpendingControlResponseVO.md +12 -0
- data/docs/CardTokenRequestCO.md +11 -0
- data/docs/CardTokenResponseVO.md +15 -0
- data/docs/CardTransactionResponseVO.md +13 -0
- data/docs/CardUnloadRequestCO.md +9 -0
- data/docs/CardUpdatePinRequestCO.md +11 -0
- data/docs/Cash.md +10 -0
- data/docs/ClientAddress.md +15 -0
- data/docs/ClientVendorRequestDataVO.md +25 -0
- data/docs/CreateBaasBusinessCO.md +9 -0
- data/docs/CreateBaasClientCO.md +9 -0
- data/docs/CreateBusinessResponseVO.md +12 -0
- data/docs/CreateCardClientResponseVO.md +12 -0
- data/docs/CreateUserRequest.md +13 -0
- data/docs/Customer.md +21 -0
- data/docs/CustomerAddress.md +14 -0
- data/docs/CustomerRevenue.md +16 -0
- data/docs/Dividend.md +10 -0
- data/docs/DividendTax.md +9 -0
- data/docs/Email.md +26 -0
- data/docs/EmailClick.md +11 -0
- data/docs/EmailOpen.md +10 -0
- data/docs/ExchangePublicTokenVO.md +12 -0
- data/docs/ExchangeTokenCO.md +13 -0
- data/docs/FinancialStatement.md +23 -0
- data/docs/GetCardImageResponseVO.md +12 -0
- data/docs/GetCardPciDetailsResponseVO.md +14 -0
- data/docs/GetCardStatementResponseVO.md +15 -0
- data/docs/GetCardTokenResponseVO.md +15 -0
- data/docs/GetTransactionsResponse.md +8 -0
- data/docs/GooglePayload.md +8 -0
- data/docs/IAVApi.md +126 -0
- data/docs/IavAggregationResponseVo.md +9 -0
- data/docs/IavBankLinkResponseVo.md +9 -0
- data/docs/IavRequestCO.md +14 -0
- data/docs/IavResponseVo.md +10 -0
- data/docs/IavTokenExchangeVendorResponseVO.md +7 -0
- data/docs/IavVendorRequestCO.md +10 -0
- data/docs/Identification.md +14 -0
- data/docs/Instrument.md +10 -0
- data/docs/Investment.md +16 -0
- data/docs/Invoice.md +32 -0
- data/docs/InvoicePayment.md +15 -0
- data/docs/JsonNode.md +28 -0
- data/docs/KMSApi.md +314 -0
- data/docs/KYCApi.md +135 -0
- data/docs/KmsConfig.md +19 -0
- data/docs/KycRequestCO.md +16 -0
- data/docs/KycResponseVo.md +18 -0
- data/docs/KycVendorRequestDataVO.md +30 -0
- data/docs/LineItems.md +15 -0
- data/docs/Location.md +15 -0
- data/docs/Mapstringobject.md +7 -0
- data/docs/MarketDataApi.md +122 -0
- data/docs/MdHistoryItemVO.md +14 -0
- data/docs/MdHistoryRequestCO.md +12 -0
- data/docs/MdHistoryResponseVO.md +8 -0
- data/docs/MdQuoteItemVO.md +25 -0
- data/docs/MdQuoteRequestCO.md +11 -0
- data/docs/MdQuoteResponseVO.md +8 -0
- data/docs/MergerAcquisition.md +10 -0
- data/docs/NucleusTransferFieldsCO.md +9 -0
- data/docs/Ownership.md +9 -0
- data/docs/PageAchTransferResponseVO.md +16 -0
- data/docs/PageKmsConfig.md +16 -0
- data/docs/PageWebhook.md +16 -0
- data/docs/Pageobject.md +16 -0
- data/docs/PoliticallyExposedPersonDTO.md +11 -0
- data/docs/PortfolioAssetSizeLog.md +20 -0
- data/docs/PropertyValueResponseVO.md +12 -0
- data/docs/RTPApi.md +521 -0
- data/docs/ResponseEntity.md +10 -0
- data/docs/RtpBankLinkRequestCO.md +9 -0
- data/docs/RtpBankLinkResponseVO.md +14 -0
- data/docs/RtpTransferRequestCO.md +9 -0
- data/docs/RtpTransferResponseVO.md +13 -0
- data/docs/SMS.md +24 -0
- data/docs/SMSApi.md +128 -0
- data/docs/SMSResponseVO.md +13 -0
- data/docs/SMSVO.md +12 -0
- data/docs/SMTPApi.md +128 -0
- data/docs/SamsungPayload.md +8 -0
- data/docs/SmtpResponseVO.md +13 -0
- data/docs/SmtpVO.md +17 -0
- data/docs/Sort.md +13 -0
- data/docs/SpendingControlVendorRequestDataVO.md +16 -0
- data/docs/Stat.md +9 -0
- data/docs/Transaction.md +29 -0
- data/docs/UpdateBaasBusinessCO.md +8 -0
- data/docs/UpdateBaasClientCO.md +8 -0
- data/docs/UpdateBusinessResponseVO.md +12 -0
- data/docs/UpdateCardClientResponseVO.md +12 -0
- data/docs/UserResponseInterface.md +7 -0
- data/docs/UserResponseVO.md +13 -0
- data/docs/UtilsApi.md +273 -0
- data/docs/VendorAccessConfigVO.md +10 -0
- data/docs/Webhook.md +15 -0
- data/docs/WebhookApi.md +314 -0
- data/docs/WidgetUrlVO.md +9 -0
- data/docs/WireApi.md +521 -0
- data/docs/WireBankLinkRequestCO.md +9 -0
- data/docs/WireBankLinkResponseVO.md +14 -0
- data/docs/WireTransferRequestCO.md +9 -0
- data/docs/WireTransferResponseVO.md +13 -0
- data/docs/ZillowPropertyVendorResponseVO.md +12 -0
- data/git_push.sh +55 -0
- data/integration_api.gemspec +46 -0
- data/lib/integration_api.rb +239 -0
- data/lib/integration_api/api/accounting_api.rb +597 -0
- data/lib/integration_api/api/ach_api.rb +800 -0
- data/lib/integration_api/api/aggregation_api.rb +665 -0
- data/lib/integration_api/api/async_api.rb +269 -0
- data/lib/integration_api/api/baas_api.rb +518 -0
- data/lib/integration_api/api/brokerage_api.rb +1089 -0
- data/lib/integration_api/api/card_api.rb +1548 -0
- data/lib/integration_api/api/iav_api.rb +129 -0
- data/lib/integration_api/api/kms_api.rb +301 -0
- data/lib/integration_api/api/kyc_api.rb +138 -0
- data/lib/integration_api/api/market_data_api.rb +127 -0
- data/lib/integration_api/api/rtp_api.rb +479 -0
- data/lib/integration_api/api/sms_api.rb +129 -0
- data/lib/integration_api/api/smtp_api.rb +129 -0
- data/lib/integration_api/api/utils_api.rb +272 -0
- data/lib/integration_api/api/webhook_api.rb +301 -0
- data/lib/integration_api/api/wire_api.rb +479 -0
- data/lib/integration_api/api_client.rb +391 -0
- data/lib/integration_api/api_error.rb +38 -0
- data/lib/integration_api/auth_configuration.rb +177 -0
- data/lib/integration_api/configuration.rb +209 -0
- data/lib/integration_api/models/accounting_customer_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_customer_revenue_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_final_response_vo.rb +253 -0
- data/lib/integration_api/models/accounting_invoice_payment_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_invoice_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_stats_response_vo.rb +191 -0
- data/lib/integration_api/models/ach_balance_response_vo.rb +231 -0
- data/lib/integration_api/models/ach_bank_link_request_co.rb +200 -0
- data/lib/integration_api/models/ach_bank_link_response_vo.rb +236 -0
- data/lib/integration_api/models/ach_business_request_co.rb +200 -0
- data/lib/integration_api/models/ach_business_response_vo.rb +218 -0
- data/lib/integration_api/models/ach_card_link_request_co.rb +191 -0
- data/lib/integration_api/models/ach_card_link_response_vo.rb +218 -0
- data/lib/integration_api/models/ach_client_request_co.rb +200 -0
- data/lib/integration_api/models/ach_client_response_vo.rb +218 -0
- data/lib/integration_api/models/ach_transfer_request_co.rb +200 -0
- data/lib/integration_api/models/ach_transfer_response_vo.rb +236 -0
- data/lib/integration_api/models/acquiree.rb +200 -0
- data/lib/integration_api/models/acquirer.rb +200 -0
- data/lib/integration_api/models/address.rb +281 -0
- data/lib/integration_api/models/aggregation_account.rb +411 -0
- data/lib/integration_api/models/aggregation_account_balance.rb +293 -0
- data/lib/integration_api/models/aggregation_account_balance_response_vo.rb +209 -0
- data/lib/integration_api/models/aggregation_account_holding.rb +381 -0
- data/lib/integration_api/models/aggregation_account_holding_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/aggregation_account_holding_response_vo.rb +211 -0
- data/lib/integration_api/models/aggregation_account_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/aggregation_account_response_vo.rb +209 -0
- data/lib/integration_api/models/aggregation_account_transaction.rb +348 -0
- data/lib/integration_api/models/aggregation_account_transaction_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/aggregation_account_transaction_response_vo.rb +222 -0
- data/lib/integration_api/models/aggregation_accounts_response_vo.rb +211 -0
- data/lib/integration_api/models/aggregation_request_object.rb +218 -0
- data/lib/integration_api/models/aggregation_vendor_request_co.rb +200 -0
- data/lib/integration_api/models/apple_payload.rb +200 -0
- data/lib/integration_api/models/async_transaction.rb +218 -0
- data/lib/integration_api/models/async_transaction_vo.rb +200 -0
- data/lib/integration_api/models/baas_account_co.rb +191 -0
- data/lib/integration_api/models/baas_account_vo.rb +254 -0
- data/lib/integration_api/models/baas_balance_vo.rb +222 -0
- data/lib/integration_api/models/baas_business_vo.rb +238 -0
- data/lib/integration_api/models/baas_client_vo.rb +238 -0
- data/lib/integration_api/models/baas_statement_vo.rb +227 -0
- data/lib/integration_api/models/baas_statements_vo.rb +202 -0
- data/lib/integration_api/models/baas_sub_account_co.rb +182 -0
- data/lib/integration_api/models/baas_sub_account_vo.rb +245 -0
- data/lib/integration_api/models/baas_transactions_vo.rb +222 -0
- data/lib/integration_api/models/bank_credit.rb +263 -0
- data/lib/integration_api/models/bank_link.rb +412 -0
- data/lib/integration_api/models/bank_link_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/bank_link_vendor_data_vo.rb +191 -0
- data/lib/integration_api/models/base_response_vo.rb +200 -0
- data/lib/integration_api/models/brokerage_account_co.rb +193 -0
- data/lib/integration_api/models/brokerage_account_vo.rb +218 -0
- data/lib/integration_api/models/brokerage_balance_vo.rb +229 -0
- data/lib/integration_api/models/brokerage_bank_link_co.rb +182 -0
- data/lib/integration_api/models/brokerage_bank_link_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_client_co.rb +193 -0
- data/lib/integration_api/models/brokerage_create_client_vo.rb +218 -0
- data/lib/integration_api/models/brokerage_deposit_co.rb +182 -0
- data/lib/integration_api/models/brokerage_deposit_vo.rb +218 -0
- data/lib/integration_api/models/brokerage_document_co.rb +191 -0
- data/lib/integration_api/models/brokerage_document_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_holding_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_order_co.rb +182 -0
- data/lib/integration_api/models/brokerage_order_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_performance_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_securities_vo.rb +209 -0
- data/lib/integration_api/models/brokerage_statement_vo.rb +200 -0
- data/lib/integration_api/models/brokerage_transaction_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_update_client_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_withdrawal_co.rb +182 -0
- data/lib/integration_api/models/brokerage_withdrawal_vo.rb +218 -0
- data/lib/integration_api/models/business_address.rb +244 -0
- data/lib/integration_api/models/business_vendor_request_data_vo.rb +314 -0
- data/lib/integration_api/models/card_auto_reload_request_co.rb +209 -0
- data/lib/integration_api/models/card_auto_reload_response_vo.rb +227 -0
- data/lib/integration_api/models/card_balance_response_vo.rb +231 -0
- data/lib/integration_api/models/card_base_request_co.rb +200 -0
- data/lib/integration_api/models/card_business_request_co.rb +182 -0
- data/lib/integration_api/models/card_client_request_co.rb +193 -0
- data/lib/integration_api/models/card_load_request_co.rb +191 -0
- data/lib/integration_api/models/card_load_unload_response_vo.rb +236 -0
- data/lib/integration_api/models/card_pin_request_co.rb +209 -0
- data/lib/integration_api/models/card_replace_response_vo.rb +236 -0
- data/lib/integration_api/models/card_reserve_account_response_vo.rb +236 -0
- data/lib/integration_api/models/card_spending_control_request_co.rb +182 -0
- data/lib/integration_api/models/card_spending_control_response_vo.rb +218 -0
- data/lib/integration_api/models/card_token_request_co.rb +243 -0
- data/lib/integration_api/models/card_token_response_vo.rb +279 -0
- data/lib/integration_api/models/card_transaction_response_vo.rb +231 -0
- data/lib/integration_api/models/card_unload_request_co.rb +191 -0
- data/lib/integration_api/models/card_update_pin_request_co.rb +209 -0
- data/lib/integration_api/models/cash.rb +214 -0
- data/lib/integration_api/models/client_address.rb +286 -0
- data/lib/integration_api/models/client_vendor_request_data_vo.rb +341 -0
- data/lib/integration_api/models/create_baas_business_co.rb +193 -0
- data/lib/integration_api/models/create_baas_client_co.rb +193 -0
- data/lib/integration_api/models/create_business_response_vo.rb +218 -0
- data/lib/integration_api/models/create_card_client_response_vo.rb +218 -0
- data/lib/integration_api/models/create_user_request.rb +227 -0
- data/lib/integration_api/models/customer.rb +318 -0
- data/lib/integration_api/models/customer_address.rb +269 -0
- data/lib/integration_api/models/customer_revenue.rb +285 -0
- data/lib/integration_api/models/dividend.rb +200 -0
- data/lib/integration_api/models/dividend_tax.rb +191 -0
- data/lib/integration_api/models/email.rb +360 -0
- data/lib/integration_api/models/email_click.rb +221 -0
- data/lib/integration_api/models/email_open.rb +206 -0
- data/lib/integration_api/models/exchange_public_token_vo.rb +218 -0
- data/lib/integration_api/models/exchange_token_co.rb +227 -0
- data/lib/integration_api/models/financial_statement.rb +353 -0
- data/lib/integration_api/models/get_card_image_response_vo.rb +218 -0
- data/lib/integration_api/models/get_card_pci_details_response_vo.rb +236 -0
- data/lib/integration_api/models/get_card_statement_response_vo.rb +247 -0
- data/lib/integration_api/models/get_card_token_response_vo.rb +279 -0
- data/lib/integration_api/models/get_transactions_response.rb +184 -0
- data/lib/integration_api/models/google_payload.rb +182 -0
- data/lib/integration_api/models/iav_aggregation_response_vo.rb +191 -0
- data/lib/integration_api/models/iav_bank_link_response_vo.rb +193 -0
- data/lib/integration_api/models/iav_request_co.rb +236 -0
- data/lib/integration_api/models/iav_response_vo.rb +200 -0
- data/lib/integration_api/models/iav_token_exchange_vendor_response_vo.rb +173 -0
- data/lib/integration_api/models/iav_vendor_request_co.rb +200 -0
- data/lib/integration_api/models/identification.rb +236 -0
- data/lib/integration_api/models/instrument.rb +200 -0
- data/lib/integration_api/models/investment.rb +284 -0
- data/lib/integration_api/models/invoice.rb +453 -0
- data/lib/integration_api/models/invoice_payment.rb +270 -0
- data/lib/integration_api/models/json_node.rb +396 -0
- data/lib/integration_api/models/kms_config.rb +308 -0
- data/lib/integration_api/models/kyc_request_co.rb +256 -0
- data/lib/integration_api/models/kyc_response_vo.rb +272 -0
- data/lib/integration_api/models/kyc_vendor_request_data_vo.rb +386 -0
- data/lib/integration_api/models/line_items.rb +279 -0
- data/lib/integration_api/models/location.rb +254 -0
- data/lib/integration_api/models/mapstringobject.rb +173 -0
- data/lib/integration_api/models/md_history_item_vo.rb +236 -0
- data/lib/integration_api/models/md_history_request_co.rb +222 -0
- data/lib/integration_api/models/md_history_response_vo.rb +184 -0
- data/lib/integration_api/models/md_quote_item_vo.rb +335 -0
- data/lib/integration_api/models/md_quote_request_co.rb +247 -0
- data/lib/integration_api/models/md_quote_response_vo.rb +184 -0
- data/lib/integration_api/models/merger_acquisition.rb +200 -0
- data/lib/integration_api/models/nucleus_transfer_fields_co.rb +191 -0
- data/lib/integration_api/models/ownership.rb +191 -0
- data/lib/integration_api/models/page_ach_transfer_response_vo.rb +259 -0
- data/lib/integration_api/models/page_kms_config.rb +259 -0
- data/lib/integration_api/models/page_webhook.rb +259 -0
- data/lib/integration_api/models/pageobject.rb +259 -0
- data/lib/integration_api/models/politically_exposed_person_dto.rb +209 -0
- data/lib/integration_api/models/portfolio_asset_size_log.rb +330 -0
- data/lib/integration_api/models/property_value_response_vo.rb +218 -0
- data/lib/integration_api/models/response_entity.rb +234 -0
- data/lib/integration_api/models/rtp_bank_link_request_co.rb +191 -0
- data/lib/integration_api/models/rtp_bank_link_response_vo.rb +236 -0
- data/lib/integration_api/models/rtp_transfer_request_co.rb +191 -0
- data/lib/integration_api/models/rtp_transfer_response_vo.rb +227 -0
- data/lib/integration_api/models/samsung_payload.rb +182 -0
- data/lib/integration_api/models/sms.rb +338 -0
- data/lib/integration_api/models/sms_response_vo.rb +227 -0
- data/lib/integration_api/models/smsvo.rb +218 -0
- data/lib/integration_api/models/smtp_response_vo.rb +227 -0
- data/lib/integration_api/models/smtp_vo.rb +263 -0
- data/lib/integration_api/models/sort.rb +234 -0
- data/lib/integration_api/models/spending_control_vendor_request_data_vo.rb +256 -0
- data/lib/integration_api/models/stat.rb +204 -0
- data/lib/integration_api/models/transaction.rb +371 -0
- data/lib/integration_api/models/update_baas_business_co.rb +184 -0
- data/lib/integration_api/models/update_baas_client_co.rb +184 -0
- data/lib/integration_api/models/update_business_response_vo.rb +218 -0
- data/lib/integration_api/models/update_card_client_response_vo.rb +218 -0
- data/lib/integration_api/models/user_response_interface.rb +173 -0
- data/lib/integration_api/models/user_response_vo.rb +227 -0
- data/lib/integration_api/models/vendor_access_config_vo.rb +203 -0
- data/lib/integration_api/models/webhook.rb +280 -0
- data/lib/integration_api/models/widget_url_vo.rb +191 -0
- data/lib/integration_api/models/wire_bank_link_request_co.rb +191 -0
- data/lib/integration_api/models/wire_bank_link_response_vo.rb +236 -0
- data/lib/integration_api/models/wire_transfer_request_co.rb +191 -0
- data/lib/integration_api/models/wire_transfer_response_vo.rb +227 -0
- data/lib/integration_api/models/zillow_property_vendor_response_vo.rb +218 -0
- data/lib/integration_api/version.rb +15 -0
- data/spec/api/accounting_api_spec.rb +169 -0
- data/spec/api/ach_api_spec.rb +207 -0
- data/spec/api/aggregation_api_spec.rb +181 -0
- data/spec/api/async_api_spec.rb +89 -0
- data/spec/api/baas_api_spec.rb +143 -0
- data/spec/api/brokerage_api_spec.rb +263 -0
- data/spec/api/card_api_spec.rb +363 -0
- data/spec/api/iav_api_spec.rb +59 -0
- data/spec/api/kms_api_spec.rb +100 -0
- data/spec/api/kyc_api_spec.rb +63 -0
- data/spec/api/market_data_api_spec.rb +57 -0
- data/spec/api/rtp_api_spec.rb +134 -0
- data/spec/api/sms_api_spec.rb +59 -0
- data/spec/api/smtp_api_spec.rb +59 -0
- data/spec/api/utils_api_spec.rb +96 -0
- data/spec/api/webhook_api_spec.rb +100 -0
- data/spec/api/wire_api_spec.rb +134 -0
- data/spec/api_client_spec.rb +243 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/accounting_customer_response_vo_spec.rb +47 -0
- data/spec/models/accounting_customer_revenue_response_vo_spec.rb +47 -0
- data/spec/models/accounting_final_response_vo_spec.rb +83 -0
- data/spec/models/accounting_invoice_payment_response_vo_spec.rb +47 -0
- data/spec/models/accounting_invoice_response_vo_spec.rb +47 -0
- data/spec/models/accounting_stats_response_vo_spec.rb +47 -0
- data/spec/models/ach_balance_response_vo_spec.rb +71 -0
- data/spec/models/ach_bank_link_request_co_spec.rb +53 -0
- data/spec/models/ach_bank_link_response_vo_spec.rb +77 -0
- data/spec/models/ach_business_request_co_spec.rb +53 -0
- data/spec/models/ach_business_response_vo_spec.rb +65 -0
- data/spec/models/ach_card_link_request_co_spec.rb +47 -0
- data/spec/models/ach_card_link_response_vo_spec.rb +65 -0
- data/spec/models/ach_client_request_co_spec.rb +53 -0
- data/spec/models/ach_client_response_vo_spec.rb +65 -0
- data/spec/models/ach_transfer_request_co_spec.rb +53 -0
- data/spec/models/ach_transfer_response_vo_spec.rb +77 -0
- data/spec/models/acquiree_spec.rb +53 -0
- data/spec/models/acquirer_spec.rb +53 -0
- data/spec/models/address_spec.rb +87 -0
- data/spec/models/aggregation_account_balance_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_account_balance_spec.rb +101 -0
- data/spec/models/aggregation_account_holding_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/aggregation_account_holding_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_account_holding_spec.rb +155 -0
- data/spec/models/aggregation_account_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/aggregation_account_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_account_spec.rb +167 -0
- data/spec/models/aggregation_account_transaction_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/aggregation_account_transaction_response_vo_spec.rb +65 -0
- data/spec/models/aggregation_account_transaction_spec.rb +137 -0
- data/spec/models/aggregation_accounts_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_request_object_spec.rb +65 -0
- data/spec/models/aggregation_vendor_request_co_spec.rb +53 -0
- data/spec/models/apple_payload_spec.rb +53 -0
- data/spec/models/async_transaction_spec.rb +65 -0
- data/spec/models/async_transaction_vo_spec.rb +53 -0
- data/spec/models/baas_account_co_spec.rb +47 -0
- data/spec/models/baas_account_vo_spec.rb +89 -0
- data/spec/models/baas_balance_vo_spec.rb +65 -0
- data/spec/models/baas_business_vo_spec.rb +77 -0
- data/spec/models/baas_client_vo_spec.rb +77 -0
- data/spec/models/baas_statement_vo_spec.rb +71 -0
- data/spec/models/baas_statements_vo_spec.rb +53 -0
- data/spec/models/baas_sub_account_co_spec.rb +41 -0
- data/spec/models/baas_sub_account_vo_spec.rb +83 -0
- data/spec/models/baas_transactions_vo_spec.rb +65 -0
- data/spec/models/bank_credit_spec.rb +83 -0
- data/spec/models/bank_link_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/bank_link_spec.rb +167 -0
- data/spec/models/bank_link_vendor_data_vo_spec.rb +47 -0
- data/spec/models/base_response_vo_spec.rb +53 -0
- data/spec/models/brokerage_account_co_spec.rb +47 -0
- data/spec/models/brokerage_account_vo_spec.rb +65 -0
- data/spec/models/brokerage_balance_vo_spec.rb +71 -0
- data/spec/models/brokerage_bank_link_co_spec.rb +41 -0
- data/spec/models/brokerage_bank_link_vo_spec.rb +71 -0
- data/spec/models/brokerage_client_co_spec.rb +47 -0
- data/spec/models/brokerage_create_client_vo_spec.rb +65 -0
- data/spec/models/brokerage_deposit_co_spec.rb +41 -0
- data/spec/models/brokerage_deposit_vo_spec.rb +65 -0
- data/spec/models/brokerage_document_co_spec.rb +47 -0
- data/spec/models/brokerage_document_vo_spec.rb +71 -0
- data/spec/models/brokerage_holding_vo_spec.rb +71 -0
- data/spec/models/brokerage_order_co_spec.rb +41 -0
- data/spec/models/brokerage_order_vo_spec.rb +71 -0
- data/spec/models/brokerage_performance_vo_spec.rb +71 -0
- data/spec/models/brokerage_securities_vo_spec.rb +59 -0
- data/spec/models/brokerage_statement_vo_spec.rb +53 -0
- data/spec/models/brokerage_transaction_vo_spec.rb +71 -0
- data/spec/models/brokerage_update_client_vo_spec.rb +71 -0
- data/spec/models/brokerage_withdrawal_co_spec.rb +41 -0
- data/spec/models/brokerage_withdrawal_vo_spec.rb +65 -0
- data/spec/models/business_address_spec.rb +77 -0
- data/spec/models/business_vendor_request_data_vo_spec.rb +125 -0
- data/spec/models/card_auto_reload_request_co_spec.rb +59 -0
- data/spec/models/card_auto_reload_response_vo_spec.rb +71 -0
- data/spec/models/card_balance_response_vo_spec.rb +71 -0
- data/spec/models/card_base_request_co_spec.rb +53 -0
- data/spec/models/card_business_request_co_spec.rb +41 -0
- data/spec/models/card_client_request_co_spec.rb +47 -0
- data/spec/models/card_load_request_co_spec.rb +47 -0
- data/spec/models/card_load_unload_response_vo_spec.rb +77 -0
- data/spec/models/card_pin_request_co_spec.rb +59 -0
- data/spec/models/card_replace_response_vo_spec.rb +77 -0
- data/spec/models/card_reserve_account_response_vo_spec.rb +77 -0
- data/spec/models/card_spending_control_request_co_spec.rb +41 -0
- data/spec/models/card_spending_control_response_vo_spec.rb +65 -0
- data/spec/models/card_token_request_co_spec.rb +63 -0
- data/spec/models/card_token_response_vo_spec.rb +87 -0
- data/spec/models/card_transaction_response_vo_spec.rb +71 -0
- data/spec/models/card_unload_request_co_spec.rb +47 -0
- data/spec/models/card_update_pin_request_co_spec.rb +59 -0
- data/spec/models/cash_spec.rb +53 -0
- data/spec/models/client_address_spec.rb +87 -0
- data/spec/models/client_vendor_request_data_vo_spec.rb +143 -0
- data/spec/models/create_baas_business_co_spec.rb +47 -0
- data/spec/models/create_baas_client_co_spec.rb +47 -0
- data/spec/models/create_business_response_vo_spec.rb +65 -0
- data/spec/models/create_card_client_response_vo_spec.rb +65 -0
- data/spec/models/create_user_request_spec.rb +71 -0
- data/spec/models/customer_address_spec.rb +77 -0
- data/spec/models/customer_revenue_spec.rb +89 -0
- data/spec/models/customer_spec.rb +119 -0
- data/spec/models/dividend_spec.rb +53 -0
- data/spec/models/dividend_tax_spec.rb +47 -0
- data/spec/models/email_click_spec.rb +59 -0
- data/spec/models/email_open_spec.rb +53 -0
- data/spec/models/email_spec.rb +149 -0
- data/spec/models/exchange_public_token_vo_spec.rb +65 -0
- data/spec/models/exchange_token_co_spec.rb +71 -0
- data/spec/models/financial_statement_spec.rb +131 -0
- data/spec/models/get_card_image_response_vo_spec.rb +65 -0
- data/spec/models/get_card_pci_details_response_vo_spec.rb +77 -0
- data/spec/models/get_card_statement_response_vo_spec.rb +83 -0
- data/spec/models/get_card_token_response_vo_spec.rb +87 -0
- data/spec/models/get_transactions_response_spec.rb +41 -0
- data/spec/models/google_payload_spec.rb +41 -0
- data/spec/models/iav_aggregation_response_vo_spec.rb +47 -0
- data/spec/models/iav_bank_link_response_vo_spec.rb +47 -0
- data/spec/models/iav_request_co_spec.rb +77 -0
- data/spec/models/iav_response_vo_spec.rb +53 -0
- data/spec/models/iav_token_exchange_vendor_response_vo_spec.rb +35 -0
- data/spec/models/iav_vendor_request_co_spec.rb +53 -0
- data/spec/models/identification_spec.rb +77 -0
- data/spec/models/instrument_spec.rb +53 -0
- data/spec/models/investment_spec.rb +89 -0
- data/spec/models/invoice_payment_spec.rb +83 -0
- data/spec/models/invoice_spec.rb +185 -0
- data/spec/models/json_node_spec.rb +165 -0
- data/spec/models/kms_config_spec.rb +107 -0
- data/spec/models/kyc_request_co_spec.rb +89 -0
- data/spec/models/kyc_response_vo_spec.rb +101 -0
- data/spec/models/kyc_vendor_request_data_vo_spec.rb +173 -0
- data/spec/models/line_items_spec.rb +83 -0
- data/spec/models/location_spec.rb +83 -0
- data/spec/models/mapstringobject_spec.rb +35 -0
- data/spec/models/md_history_item_vo_spec.rb +77 -0
- data/spec/models/md_history_request_co_spec.rb +65 -0
- data/spec/models/md_history_response_vo_spec.rb +41 -0
- data/spec/models/md_quote_item_vo_spec.rb +143 -0
- data/spec/models/md_quote_request_co_spec.rb +63 -0
- data/spec/models/md_quote_response_vo_spec.rb +41 -0
- data/spec/models/merger_acquisition_spec.rb +53 -0
- data/spec/models/nucleus_transfer_fields_co_spec.rb +47 -0
- data/spec/models/ownership_spec.rb +47 -0
- data/spec/models/page_ach_transfer_response_vo_spec.rb +89 -0
- data/spec/models/page_kms_config_spec.rb +89 -0
- data/spec/models/page_webhook_spec.rb +89 -0
- data/spec/models/pageobject_spec.rb +89 -0
- data/spec/models/politically_exposed_person_dto_spec.rb +59 -0
- data/spec/models/portfolio_asset_size_log_spec.rb +113 -0
- data/spec/models/property_value_response_vo_spec.rb +65 -0
- data/spec/models/response_entity_spec.rb +57 -0
- data/spec/models/rtp_bank_link_request_co_spec.rb +47 -0
- data/spec/models/rtp_bank_link_response_vo_spec.rb +77 -0
- data/spec/models/rtp_transfer_request_co_spec.rb +47 -0
- data/spec/models/rtp_transfer_response_vo_spec.rb +71 -0
- data/spec/models/samsung_payload_spec.rb +41 -0
- data/spec/models/sms_response_vo_spec.rb +71 -0
- data/spec/models/sms_spec.rb +137 -0
- data/spec/models/smsvo_spec.rb +65 -0
- data/spec/models/smtp_response_vo_spec.rb +71 -0
- data/spec/models/smtp_vo_spec.rb +95 -0
- data/spec/models/sort_spec.rb +71 -0
- data/spec/models/spending_control_vendor_request_data_vo_spec.rb +89 -0
- data/spec/models/stat_spec.rb +47 -0
- data/spec/models/transaction_spec.rb +167 -0
- data/spec/models/update_baas_business_co_spec.rb +41 -0
- data/spec/models/update_baas_client_co_spec.rb +41 -0
- data/spec/models/update_business_response_vo_spec.rb +65 -0
- data/spec/models/update_card_client_response_vo_spec.rb +65 -0
- data/spec/models/user_response_interface_spec.rb +35 -0
- data/spec/models/user_response_vo_spec.rb +71 -0
- data/spec/models/vendor_access_config_vo_spec.rb +53 -0
- data/spec/models/webhook_spec.rb +87 -0
- data/spec/models/widget_url_vo_spec.rb +47 -0
- data/spec/models/wire_bank_link_request_co_spec.rb +47 -0
- data/spec/models/wire_bank_link_response_vo_spec.rb +77 -0
- data/spec/models/wire_transfer_request_co_spec.rb +47 -0
- data/spec/models/wire_transfer_response_vo_spec.rb +71 -0
- data/spec/models/zillow_property_vendor_response_vo_spec.rb +65 -0
- data/spec/spec_helper.rb +111 -0
- metadata +1056 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# IntegrationApi::AggregationAccountsResponseVO
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**message** | **String** | | [optional]
|
|
7
|
+
**nucleus_aggregation_account_id** | **String** | | [optional]
|
|
8
|
+
**nucleus_aggregation_accounts** | [**Array<AggregationAccountResponseInternalObjectVO>**](AggregationAccountResponseInternalObjectVO.md) | | [optional]
|
|
9
|
+
**vendor_name** | **String** | | [optional]
|
|
10
|
+
|
|
11
|
+
|
|
@@ -0,0 +1,722 @@
|
|
|
1
|
+
# IntegrationApi::AggregationApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://sandbox.hydrogenplatform.com/integration/v1*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**create_aggregation_account_using_post**](AggregationApi.md#create_aggregation_account_using_post) | **POST** /aggregation/account | Create mapping between client,vendor,tenant
|
|
8
|
+
[**create_property_value_using_post**](AggregationApi.md#create_property_value_using_post) | **POST** /property_value | Create mapping between client,vendor,tenant for the property
|
|
9
|
+
[**delete_aggregation_account_using_delete**](AggregationApi.md#delete_aggregation_account_using_delete) | **DELETE** /aggregation/account/{nucleus_aggregation_account_id} | De-Link mapping between client,vendor,tenant
|
|
10
|
+
[**get_aggregation_account_all_using_get**](AggregationApi.md#get_aggregation_account_all_using_get) | **GET** /aggregation/account | Fetch all aggregation account(s) details with the mapping created in POST endpoint for a client
|
|
11
|
+
[**get_aggregation_account_balance_all_using_get**](AggregationApi.md#get_aggregation_account_balance_all_using_get) | **GET** /aggregation/balance | Fetch all aggregation account balance details with for the given aggregation accounts
|
|
12
|
+
[**get_aggregation_account_balance_using_get**](AggregationApi.md#get_aggregation_account_balance_using_get) | **GET** /aggregation/balance/{nucleus_aggregation_account_id} | Fetch aggregation account balance details with the mapping created in POST endpoint
|
|
13
|
+
[**get_aggregation_account_holding_all_using_get**](AggregationApi.md#get_aggregation_account_holding_all_using_get) | **GET** /aggregation/holding | Fetch all aggregation account(s) holding details with the mapping created in POST endpoint
|
|
14
|
+
[**get_aggregation_account_holding_using_get**](AggregationApi.md#get_aggregation_account_holding_using_get) | **GET** /aggregation/holding/{nucleus_aggregation_account_id} | Fetch aggregation account holding details with the mapping created in POST endpoint
|
|
15
|
+
[**get_aggregation_account_transaction_all_using_get**](AggregationApi.md#get_aggregation_account_transaction_all_using_get) | **GET** /aggregation/transaction | Fetch all aggregation account balance details with for the given aggregation accounts
|
|
16
|
+
[**get_aggregation_account_transaction_using_get**](AggregationApi.md#get_aggregation_account_transaction_using_get) | **GET** /aggregation/transaction/{nucleus_aggregation_account_id} | Fetch aggregation account transaction details with the mapping created in POST endpoint
|
|
17
|
+
[**get_aggregation_account_using_get**](AggregationApi.md#get_aggregation_account_using_get) | **GET** /aggregation/account/{nucleus_aggregation_account_id} | Fetch aggregation account details with the mapping created in POST endpoint
|
|
18
|
+
[**get_property_value**](AggregationApi.md#get_property_value) | **GET** /property_value | Get Value of the given property
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# **create_aggregation_account_using_post**
|
|
22
|
+
> AggregationAccountsResponseVO create_aggregation_account_using_post(aggregation_request_object)
|
|
23
|
+
|
|
24
|
+
Create mapping between client,vendor,tenant
|
|
25
|
+
|
|
26
|
+
Create mapping between client,vendor,tenant
|
|
27
|
+
|
|
28
|
+
### Example
|
|
29
|
+
```ruby
|
|
30
|
+
# load the gem
|
|
31
|
+
require 'integration_api'
|
|
32
|
+
|
|
33
|
+
# Setup authorization
|
|
34
|
+
IntegrationApi.configure do |config|
|
|
35
|
+
# Use one of the below method to generate oauth token
|
|
36
|
+
# Creating a token for grant_type=client_credentials
|
|
37
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
38
|
+
# Creating a token for grant_type=password
|
|
39
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
40
|
+
# Creating a token using client token
|
|
41
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
45
|
+
|
|
46
|
+
aggregation_request_object = IntegrationApi::AggregationRequestObject.new # AggregationRequestObject | aggregationRequestObject
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
begin
|
|
50
|
+
#Create mapping between client,vendor,tenant
|
|
51
|
+
result = api_instance.create_aggregation_account_using_post(aggregation_request_object)
|
|
52
|
+
p result
|
|
53
|
+
rescue IntegrationApi::ApiError => e
|
|
54
|
+
puts "Exception when calling AggregationApi->create_aggregation_account_using_post: #{e}"
|
|
55
|
+
end
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Parameters
|
|
59
|
+
|
|
60
|
+
Name | Type | Description | Notes
|
|
61
|
+
------------- | ------------- | ------------- | -------------
|
|
62
|
+
**aggregation_request_object** | [**AggregationRequestObject**](AggregationRequestObject.md)| aggregationRequestObject |
|
|
63
|
+
|
|
64
|
+
### Return type
|
|
65
|
+
|
|
66
|
+
[**AggregationAccountsResponseVO**](AggregationAccountsResponseVO.md)
|
|
67
|
+
|
|
68
|
+
### Authorization
|
|
69
|
+
|
|
70
|
+
[oauth2](../README.md#oauth2)
|
|
71
|
+
|
|
72
|
+
### HTTP request headers
|
|
73
|
+
|
|
74
|
+
- **Content-Type**: application/json
|
|
75
|
+
- **Accept**: application/json
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
# **create_property_value_using_post**
|
|
80
|
+
> PropertyValueResponseVO create_property_value_using_post(aggregation_request_object)
|
|
81
|
+
|
|
82
|
+
Create mapping between client,vendor,tenant for the property
|
|
83
|
+
|
|
84
|
+
Create mapping between client,vendor,tenant for property
|
|
85
|
+
|
|
86
|
+
### Example
|
|
87
|
+
```ruby
|
|
88
|
+
# load the gem
|
|
89
|
+
require 'integration_api'
|
|
90
|
+
|
|
91
|
+
# Setup authorization
|
|
92
|
+
IntegrationApi.configure do |config|
|
|
93
|
+
# Use one of the below method to generate oauth token
|
|
94
|
+
# Creating a token for grant_type=client_credentials
|
|
95
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
96
|
+
# Creating a token for grant_type=password
|
|
97
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
98
|
+
# Creating a token using client token
|
|
99
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
103
|
+
|
|
104
|
+
aggregation_request_object = IntegrationApi::AggregationRequestObject.new # AggregationRequestObject | aggregationRequestObject
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
begin
|
|
108
|
+
#Create mapping between client,vendor,tenant for the property
|
|
109
|
+
result = api_instance.create_property_value_using_post(aggregation_request_object)
|
|
110
|
+
p result
|
|
111
|
+
rescue IntegrationApi::ApiError => e
|
|
112
|
+
puts "Exception when calling AggregationApi->create_property_value_using_post: #{e}"
|
|
113
|
+
end
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Parameters
|
|
117
|
+
|
|
118
|
+
Name | Type | Description | Notes
|
|
119
|
+
------------- | ------------- | ------------- | -------------
|
|
120
|
+
**aggregation_request_object** | [**AggregationRequestObject**](AggregationRequestObject.md)| aggregationRequestObject |
|
|
121
|
+
|
|
122
|
+
### Return type
|
|
123
|
+
|
|
124
|
+
[**PropertyValueResponseVO**](PropertyValueResponseVO.md)
|
|
125
|
+
|
|
126
|
+
### Authorization
|
|
127
|
+
|
|
128
|
+
[oauth2](../README.md#oauth2)
|
|
129
|
+
|
|
130
|
+
### HTTP request headers
|
|
131
|
+
|
|
132
|
+
- **Content-Type**: application/json
|
|
133
|
+
- **Accept**: application/json
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
# **delete_aggregation_account_using_delete**
|
|
138
|
+
> delete_aggregation_account_using_delete(nucleus_aggregation_account_id)
|
|
139
|
+
|
|
140
|
+
De-Link mapping between client,vendor,tenant
|
|
141
|
+
|
|
142
|
+
De-Link mapping between client,vendor,tenant
|
|
143
|
+
|
|
144
|
+
### Example
|
|
145
|
+
```ruby
|
|
146
|
+
# load the gem
|
|
147
|
+
require 'integration_api'
|
|
148
|
+
|
|
149
|
+
# Setup authorization
|
|
150
|
+
IntegrationApi.configure do |config|
|
|
151
|
+
# Use one of the below method to generate oauth token
|
|
152
|
+
# Creating a token for grant_type=client_credentials
|
|
153
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
154
|
+
# Creating a token for grant_type=password
|
|
155
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
156
|
+
# Creating a token using client token
|
|
157
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
161
|
+
|
|
162
|
+
nucleus_aggregation_account_id = 'nucleus_aggregation_account_id_example' # String | nucleus_aggregation_account_id
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
begin
|
|
166
|
+
#De-Link mapping between client,vendor,tenant
|
|
167
|
+
api_instance.delete_aggregation_account_using_delete(nucleus_aggregation_account_id)
|
|
168
|
+
rescue IntegrationApi::ApiError => e
|
|
169
|
+
puts "Exception when calling AggregationApi->delete_aggregation_account_using_delete: #{e}"
|
|
170
|
+
end
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Parameters
|
|
174
|
+
|
|
175
|
+
Name | Type | Description | Notes
|
|
176
|
+
------------- | ------------- | ------------- | -------------
|
|
177
|
+
**nucleus_aggregation_account_id** | [**String**](.md)| nucleus_aggregation_account_id |
|
|
178
|
+
|
|
179
|
+
### Return type
|
|
180
|
+
|
|
181
|
+
nil (empty response body)
|
|
182
|
+
|
|
183
|
+
### Authorization
|
|
184
|
+
|
|
185
|
+
[oauth2](../README.md#oauth2)
|
|
186
|
+
|
|
187
|
+
### HTTP request headers
|
|
188
|
+
|
|
189
|
+
- **Content-Type**: Not defined
|
|
190
|
+
- **Accept**: application/json
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
# **get_aggregation_account_all_using_get**
|
|
195
|
+
> Array<AggregationAccountResponseVO> get_aggregation_account_all_using_get(aggregation_account_id_list)
|
|
196
|
+
|
|
197
|
+
Fetch all aggregation account(s) details with the mapping created in POST endpoint for a client
|
|
198
|
+
|
|
199
|
+
Fetch all aggregation account(s) details with the mapping created in POST endpoint for a client
|
|
200
|
+
|
|
201
|
+
### Example
|
|
202
|
+
```ruby
|
|
203
|
+
# load the gem
|
|
204
|
+
require 'integration_api'
|
|
205
|
+
|
|
206
|
+
# Setup authorization
|
|
207
|
+
IntegrationApi.configure do |config|
|
|
208
|
+
# Use one of the below method to generate oauth token
|
|
209
|
+
# Creating a token for grant_type=client_credentials
|
|
210
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
211
|
+
# Creating a token for grant_type=password
|
|
212
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
213
|
+
# Creating a token using client token
|
|
214
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
218
|
+
|
|
219
|
+
aggregation_account_id_list = ['aggregation_account_id_list_example'] # Array<String> | aggregation_account_id_list
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
begin
|
|
223
|
+
#Fetch all aggregation account(s) details with the mapping created in POST endpoint for a client
|
|
224
|
+
result = api_instance.get_aggregation_account_all_using_get(aggregation_account_id_list)
|
|
225
|
+
p result
|
|
226
|
+
rescue IntegrationApi::ApiError => e
|
|
227
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_all_using_get: #{e}"
|
|
228
|
+
end
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
### Parameters
|
|
232
|
+
|
|
233
|
+
Name | Type | Description | Notes
|
|
234
|
+
------------- | ------------- | ------------- | -------------
|
|
235
|
+
**aggregation_account_id_list** | [**Array<String>**](String.md)| aggregation_account_id_list |
|
|
236
|
+
|
|
237
|
+
### Return type
|
|
238
|
+
|
|
239
|
+
[**Array<AggregationAccountResponseVO>**](AggregationAccountResponseVO.md)
|
|
240
|
+
|
|
241
|
+
### Authorization
|
|
242
|
+
|
|
243
|
+
[oauth2](../README.md#oauth2)
|
|
244
|
+
|
|
245
|
+
### HTTP request headers
|
|
246
|
+
|
|
247
|
+
- **Content-Type**: Not defined
|
|
248
|
+
- **Accept**: application/json
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
# **get_aggregation_account_balance_all_using_get**
|
|
253
|
+
> Array<AggregationAccountBalanceResponseVO> get_aggregation_account_balance_all_using_get(aggregation_account_id_list)
|
|
254
|
+
|
|
255
|
+
Fetch all aggregation account balance details with for the given aggregation accounts
|
|
256
|
+
|
|
257
|
+
Fetch all aggregation account balance details with for the given aggregation accounts
|
|
258
|
+
|
|
259
|
+
### Example
|
|
260
|
+
```ruby
|
|
261
|
+
# load the gem
|
|
262
|
+
require 'integration_api'
|
|
263
|
+
|
|
264
|
+
# Setup authorization
|
|
265
|
+
IntegrationApi.configure do |config|
|
|
266
|
+
# Use one of the below method to generate oauth token
|
|
267
|
+
# Creating a token for grant_type=client_credentials
|
|
268
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
269
|
+
# Creating a token for grant_type=password
|
|
270
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
271
|
+
# Creating a token using client token
|
|
272
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
273
|
+
end
|
|
274
|
+
|
|
275
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
276
|
+
|
|
277
|
+
aggregation_account_id_list = ['aggregation_account_id_list_example'] # Array<String> | aggregation_account_id_list
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
begin
|
|
281
|
+
#Fetch all aggregation account balance details with for the given aggregation accounts
|
|
282
|
+
result = api_instance.get_aggregation_account_balance_all_using_get(aggregation_account_id_list)
|
|
283
|
+
p result
|
|
284
|
+
rescue IntegrationApi::ApiError => e
|
|
285
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_balance_all_using_get: #{e}"
|
|
286
|
+
end
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
### Parameters
|
|
290
|
+
|
|
291
|
+
Name | Type | Description | Notes
|
|
292
|
+
------------- | ------------- | ------------- | -------------
|
|
293
|
+
**aggregation_account_id_list** | [**Array<String>**](String.md)| aggregation_account_id_list |
|
|
294
|
+
|
|
295
|
+
### Return type
|
|
296
|
+
|
|
297
|
+
[**Array<AggregationAccountBalanceResponseVO>**](AggregationAccountBalanceResponseVO.md)
|
|
298
|
+
|
|
299
|
+
### Authorization
|
|
300
|
+
|
|
301
|
+
[oauth2](../README.md#oauth2)
|
|
302
|
+
|
|
303
|
+
### HTTP request headers
|
|
304
|
+
|
|
305
|
+
- **Content-Type**: Not defined
|
|
306
|
+
- **Accept**: application/json
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
# **get_aggregation_account_balance_using_get**
|
|
311
|
+
> AggregationAccountBalanceResponseVO get_aggregation_account_balance_using_get(nucleus_aggregation_account_id)
|
|
312
|
+
|
|
313
|
+
Fetch aggregation account balance details with the mapping created in POST endpoint
|
|
314
|
+
|
|
315
|
+
Fetch aggregation account balance details with the mapping created in POST endpoint
|
|
316
|
+
|
|
317
|
+
### Example
|
|
318
|
+
```ruby
|
|
319
|
+
# load the gem
|
|
320
|
+
require 'integration_api'
|
|
321
|
+
|
|
322
|
+
# Setup authorization
|
|
323
|
+
IntegrationApi.configure do |config|
|
|
324
|
+
# Use one of the below method to generate oauth token
|
|
325
|
+
# Creating a token for grant_type=client_credentials
|
|
326
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
327
|
+
# Creating a token for grant_type=password
|
|
328
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
329
|
+
# Creating a token using client token
|
|
330
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
331
|
+
end
|
|
332
|
+
|
|
333
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
334
|
+
|
|
335
|
+
nucleus_aggregation_account_id = 'nucleus_aggregation_account_id_example' # String | nucleus_aggregation_account_id
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
begin
|
|
339
|
+
#Fetch aggregation account balance details with the mapping created in POST endpoint
|
|
340
|
+
result = api_instance.get_aggregation_account_balance_using_get(nucleus_aggregation_account_id)
|
|
341
|
+
p result
|
|
342
|
+
rescue IntegrationApi::ApiError => e
|
|
343
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_balance_using_get: #{e}"
|
|
344
|
+
end
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
### Parameters
|
|
348
|
+
|
|
349
|
+
Name | Type | Description | Notes
|
|
350
|
+
------------- | ------------- | ------------- | -------------
|
|
351
|
+
**nucleus_aggregation_account_id** | [**String**](.md)| nucleus_aggregation_account_id |
|
|
352
|
+
|
|
353
|
+
### Return type
|
|
354
|
+
|
|
355
|
+
[**AggregationAccountBalanceResponseVO**](AggregationAccountBalanceResponseVO.md)
|
|
356
|
+
|
|
357
|
+
### Authorization
|
|
358
|
+
|
|
359
|
+
[oauth2](../README.md#oauth2)
|
|
360
|
+
|
|
361
|
+
### HTTP request headers
|
|
362
|
+
|
|
363
|
+
- **Content-Type**: Not defined
|
|
364
|
+
- **Accept**: */*
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
# **get_aggregation_account_holding_all_using_get**
|
|
369
|
+
> Array<AggregationAccountHoldingResponseVO> get_aggregation_account_holding_all_using_get(aggregation_account_id_list)
|
|
370
|
+
|
|
371
|
+
Fetch all aggregation account(s) holding details with the mapping created in POST endpoint
|
|
372
|
+
|
|
373
|
+
Fetch all aggregation account(s) holding details with the mapping created in POST endpoint
|
|
374
|
+
|
|
375
|
+
### Example
|
|
376
|
+
```ruby
|
|
377
|
+
# load the gem
|
|
378
|
+
require 'integration_api'
|
|
379
|
+
|
|
380
|
+
# Setup authorization
|
|
381
|
+
IntegrationApi.configure do |config|
|
|
382
|
+
# Use one of the below method to generate oauth token
|
|
383
|
+
# Creating a token for grant_type=client_credentials
|
|
384
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
385
|
+
# Creating a token for grant_type=password
|
|
386
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
387
|
+
# Creating a token using client token
|
|
388
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
392
|
+
|
|
393
|
+
aggregation_account_id_list = ['aggregation_account_id_list_example'] # Array<String> | aggregation_account_id_list
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
begin
|
|
397
|
+
#Fetch all aggregation account(s) holding details with the mapping created in POST endpoint
|
|
398
|
+
result = api_instance.get_aggregation_account_holding_all_using_get(aggregation_account_id_list)
|
|
399
|
+
p result
|
|
400
|
+
rescue IntegrationApi::ApiError => e
|
|
401
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_holding_all_using_get: #{e}"
|
|
402
|
+
end
|
|
403
|
+
```
|
|
404
|
+
|
|
405
|
+
### Parameters
|
|
406
|
+
|
|
407
|
+
Name | Type | Description | Notes
|
|
408
|
+
------------- | ------------- | ------------- | -------------
|
|
409
|
+
**aggregation_account_id_list** | [**Array<String>**](String.md)| aggregation_account_id_list |
|
|
410
|
+
|
|
411
|
+
### Return type
|
|
412
|
+
|
|
413
|
+
[**Array<AggregationAccountHoldingResponseVO>**](AggregationAccountHoldingResponseVO.md)
|
|
414
|
+
|
|
415
|
+
### Authorization
|
|
416
|
+
|
|
417
|
+
[oauth2](../README.md#oauth2)
|
|
418
|
+
|
|
419
|
+
### HTTP request headers
|
|
420
|
+
|
|
421
|
+
- **Content-Type**: Not defined
|
|
422
|
+
- **Accept**: application/json
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
# **get_aggregation_account_holding_using_get**
|
|
427
|
+
> AggregationAccountHoldingResponseVO get_aggregation_account_holding_using_get(nucleus_aggregation_account_id)
|
|
428
|
+
|
|
429
|
+
Fetch aggregation account holding details with the mapping created in POST endpoint
|
|
430
|
+
|
|
431
|
+
Fetch aggregation account holding details with the mapping created in POST endpoint
|
|
432
|
+
|
|
433
|
+
### Example
|
|
434
|
+
```ruby
|
|
435
|
+
# load the gem
|
|
436
|
+
require 'integration_api'
|
|
437
|
+
|
|
438
|
+
# Setup authorization
|
|
439
|
+
IntegrationApi.configure do |config|
|
|
440
|
+
# Use one of the below method to generate oauth token
|
|
441
|
+
# Creating a token for grant_type=client_credentials
|
|
442
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
443
|
+
# Creating a token for grant_type=password
|
|
444
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
445
|
+
# Creating a token using client token
|
|
446
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
447
|
+
end
|
|
448
|
+
|
|
449
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
450
|
+
|
|
451
|
+
nucleus_aggregation_account_id = 'nucleus_aggregation_account_id_example' # String | nucleus_aggregation_account_id
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
begin
|
|
455
|
+
#Fetch aggregation account holding details with the mapping created in POST endpoint
|
|
456
|
+
result = api_instance.get_aggregation_account_holding_using_get(nucleus_aggregation_account_id)
|
|
457
|
+
p result
|
|
458
|
+
rescue IntegrationApi::ApiError => e
|
|
459
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_holding_using_get: #{e}"
|
|
460
|
+
end
|
|
461
|
+
```
|
|
462
|
+
|
|
463
|
+
### Parameters
|
|
464
|
+
|
|
465
|
+
Name | Type | Description | Notes
|
|
466
|
+
------------- | ------------- | ------------- | -------------
|
|
467
|
+
**nucleus_aggregation_account_id** | [**String**](.md)| nucleus_aggregation_account_id |
|
|
468
|
+
|
|
469
|
+
### Return type
|
|
470
|
+
|
|
471
|
+
[**AggregationAccountHoldingResponseVO**](AggregationAccountHoldingResponseVO.md)
|
|
472
|
+
|
|
473
|
+
### Authorization
|
|
474
|
+
|
|
475
|
+
[oauth2](../README.md#oauth2)
|
|
476
|
+
|
|
477
|
+
### HTTP request headers
|
|
478
|
+
|
|
479
|
+
- **Content-Type**: Not defined
|
|
480
|
+
- **Accept**: */*
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
# **get_aggregation_account_transaction_all_using_get**
|
|
485
|
+
> Array<AggregationAccountTransactionResponseVO> get_aggregation_account_transaction_all_using_get(aggregation_account_id_list)
|
|
486
|
+
|
|
487
|
+
Fetch all aggregation account balance details with for the given aggregation accounts
|
|
488
|
+
|
|
489
|
+
Fetch all aggregation account balance details with for the given aggregation accounts
|
|
490
|
+
|
|
491
|
+
### Example
|
|
492
|
+
```ruby
|
|
493
|
+
# load the gem
|
|
494
|
+
require 'integration_api'
|
|
495
|
+
|
|
496
|
+
# Setup authorization
|
|
497
|
+
IntegrationApi.configure do |config|
|
|
498
|
+
# Use one of the below method to generate oauth token
|
|
499
|
+
# Creating a token for grant_type=client_credentials
|
|
500
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
501
|
+
# Creating a token for grant_type=password
|
|
502
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
503
|
+
# Creating a token using client token
|
|
504
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
508
|
+
|
|
509
|
+
aggregation_account_id_list = ['aggregation_account_id_list_example'] # Array<String> | aggregation_account_id_list
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
begin
|
|
513
|
+
#Fetch all aggregation account balance details with for the given aggregation accounts
|
|
514
|
+
result = api_instance.get_aggregation_account_transaction_all_using_get(aggregation_account_id_list)
|
|
515
|
+
p result
|
|
516
|
+
rescue IntegrationApi::ApiError => e
|
|
517
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_transaction_all_using_get: #{e}"
|
|
518
|
+
end
|
|
519
|
+
```
|
|
520
|
+
|
|
521
|
+
### Parameters
|
|
522
|
+
|
|
523
|
+
Name | Type | Description | Notes
|
|
524
|
+
------------- | ------------- | ------------- | -------------
|
|
525
|
+
**aggregation_account_id_list** | [**Array<String>**](String.md)| aggregation_account_id_list |
|
|
526
|
+
|
|
527
|
+
### Return type
|
|
528
|
+
|
|
529
|
+
[**Array<AggregationAccountTransactionResponseVO>**](AggregationAccountTransactionResponseVO.md)
|
|
530
|
+
|
|
531
|
+
### Authorization
|
|
532
|
+
|
|
533
|
+
[oauth2](../README.md#oauth2)
|
|
534
|
+
|
|
535
|
+
### HTTP request headers
|
|
536
|
+
|
|
537
|
+
- **Content-Type**: Not defined
|
|
538
|
+
- **Accept**: application/json
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
# **get_aggregation_account_transaction_using_get**
|
|
543
|
+
> AggregationAccountTransactionResponseVO get_aggregation_account_transaction_using_get(nucleus_aggregation_account_id)
|
|
544
|
+
|
|
545
|
+
Fetch aggregation account transaction details with the mapping created in POST endpoint
|
|
546
|
+
|
|
547
|
+
Fetch aggregation account transaction details with the mapping created in POST endpoint
|
|
548
|
+
|
|
549
|
+
### Example
|
|
550
|
+
```ruby
|
|
551
|
+
# load the gem
|
|
552
|
+
require 'integration_api'
|
|
553
|
+
|
|
554
|
+
# Setup authorization
|
|
555
|
+
IntegrationApi.configure do |config|
|
|
556
|
+
# Use one of the below method to generate oauth token
|
|
557
|
+
# Creating a token for grant_type=client_credentials
|
|
558
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
559
|
+
# Creating a token for grant_type=password
|
|
560
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
561
|
+
# Creating a token using client token
|
|
562
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
563
|
+
end
|
|
564
|
+
|
|
565
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
566
|
+
|
|
567
|
+
nucleus_aggregation_account_id = 'nucleus_aggregation_account_id_example' # String | nucleus_aggregation_account_id
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
begin
|
|
571
|
+
#Fetch aggregation account transaction details with the mapping created in POST endpoint
|
|
572
|
+
result = api_instance.get_aggregation_account_transaction_using_get(nucleus_aggregation_account_id)
|
|
573
|
+
p result
|
|
574
|
+
rescue IntegrationApi::ApiError => e
|
|
575
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_transaction_using_get: #{e}"
|
|
576
|
+
end
|
|
577
|
+
```
|
|
578
|
+
|
|
579
|
+
### Parameters
|
|
580
|
+
|
|
581
|
+
Name | Type | Description | Notes
|
|
582
|
+
------------- | ------------- | ------------- | -------------
|
|
583
|
+
**nucleus_aggregation_account_id** | [**String**](.md)| nucleus_aggregation_account_id |
|
|
584
|
+
|
|
585
|
+
### Return type
|
|
586
|
+
|
|
587
|
+
[**AggregationAccountTransactionResponseVO**](AggregationAccountTransactionResponseVO.md)
|
|
588
|
+
|
|
589
|
+
### Authorization
|
|
590
|
+
|
|
591
|
+
[oauth2](../README.md#oauth2)
|
|
592
|
+
|
|
593
|
+
### HTTP request headers
|
|
594
|
+
|
|
595
|
+
- **Content-Type**: Not defined
|
|
596
|
+
- **Accept**: */*
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
# **get_aggregation_account_using_get**
|
|
601
|
+
> AggregationAccountResponseVO get_aggregation_account_using_get(nucleus_aggregation_account_id)
|
|
602
|
+
|
|
603
|
+
Fetch aggregation account details with the mapping created in POST endpoint
|
|
604
|
+
|
|
605
|
+
Fetch aggregation account details with the mapping created in POST endpoint
|
|
606
|
+
|
|
607
|
+
### Example
|
|
608
|
+
```ruby
|
|
609
|
+
# load the gem
|
|
610
|
+
require 'integration_api'
|
|
611
|
+
|
|
612
|
+
# Setup authorization
|
|
613
|
+
IntegrationApi.configure do |config|
|
|
614
|
+
# Use one of the below method to generate oauth token
|
|
615
|
+
# Creating a token for grant_type=client_credentials
|
|
616
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
617
|
+
# Creating a token for grant_type=password
|
|
618
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
619
|
+
# Creating a token using client token
|
|
620
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
621
|
+
end
|
|
622
|
+
|
|
623
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
624
|
+
|
|
625
|
+
nucleus_aggregation_account_id = 'nucleus_aggregation_account_id_example' # String | nucleus_aggregation_account_id
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
begin
|
|
629
|
+
#Fetch aggregation account details with the mapping created in POST endpoint
|
|
630
|
+
result = api_instance.get_aggregation_account_using_get(nucleus_aggregation_account_id)
|
|
631
|
+
p result
|
|
632
|
+
rescue IntegrationApi::ApiError => e
|
|
633
|
+
puts "Exception when calling AggregationApi->get_aggregation_account_using_get: #{e}"
|
|
634
|
+
end
|
|
635
|
+
```
|
|
636
|
+
|
|
637
|
+
### Parameters
|
|
638
|
+
|
|
639
|
+
Name | Type | Description | Notes
|
|
640
|
+
------------- | ------------- | ------------- | -------------
|
|
641
|
+
**nucleus_aggregation_account_id** | [**String**](.md)| nucleus_aggregation_account_id |
|
|
642
|
+
|
|
643
|
+
### Return type
|
|
644
|
+
|
|
645
|
+
[**AggregationAccountResponseVO**](AggregationAccountResponseVO.md)
|
|
646
|
+
|
|
647
|
+
### Authorization
|
|
648
|
+
|
|
649
|
+
[oauth2](../README.md#oauth2)
|
|
650
|
+
|
|
651
|
+
### HTTP request headers
|
|
652
|
+
|
|
653
|
+
- **Content-Type**: Not defined
|
|
654
|
+
- **Accept**: */*
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
# **get_property_value**
|
|
659
|
+
> PropertyValueResponseVO get_property_value(nucleus_aggregation_account_id, nucleus_client_id, opts)
|
|
660
|
+
|
|
661
|
+
Get Value of the given property
|
|
662
|
+
|
|
663
|
+
Get Value of the given property
|
|
664
|
+
|
|
665
|
+
### Example
|
|
666
|
+
```ruby
|
|
667
|
+
# load the gem
|
|
668
|
+
require 'integration_api'
|
|
669
|
+
|
|
670
|
+
# Setup authorization
|
|
671
|
+
IntegrationApi.configure do |config|
|
|
672
|
+
# Use one of the below method to generate oauth token
|
|
673
|
+
# Creating a token for grant_type=client_credentials
|
|
674
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
|
675
|
+
# Creating a token for grant_type=password
|
|
676
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
|
677
|
+
# Creating a token using client token
|
|
678
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
api_instance = IntegrationApi::AggregationApi.new
|
|
682
|
+
|
|
683
|
+
nucleus_aggregation_account_id = 'nucleus_aggregation_account_id_example' # String | nucleus_aggregation_account_id
|
|
684
|
+
|
|
685
|
+
nucleus_client_id = 'nucleus_client_id_example' # String | nucleus_client_id
|
|
686
|
+
|
|
687
|
+
opts = {
|
|
688
|
+
product: 'atom' # String | product
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
begin
|
|
692
|
+
#Get Value of the given property
|
|
693
|
+
result = api_instance.get_property_value(nucleus_aggregation_account_id, nucleus_client_id, opts)
|
|
694
|
+
p result
|
|
695
|
+
rescue IntegrationApi::ApiError => e
|
|
696
|
+
puts "Exception when calling AggregationApi->get_property_value: #{e}"
|
|
697
|
+
end
|
|
698
|
+
```
|
|
699
|
+
|
|
700
|
+
### Parameters
|
|
701
|
+
|
|
702
|
+
Name | Type | Description | Notes
|
|
703
|
+
------------- | ------------- | ------------- | -------------
|
|
704
|
+
**nucleus_aggregation_account_id** | [**String**](.md)| nucleus_aggregation_account_id |
|
|
705
|
+
**nucleus_client_id** | [**String**](.md)| nucleus_client_id |
|
|
706
|
+
**product** | **String**| product | [optional] [default to atom]
|
|
707
|
+
|
|
708
|
+
### Return type
|
|
709
|
+
|
|
710
|
+
[**PropertyValueResponseVO**](PropertyValueResponseVO.md)
|
|
711
|
+
|
|
712
|
+
### Authorization
|
|
713
|
+
|
|
714
|
+
[oauth2](../README.md#oauth2)
|
|
715
|
+
|
|
716
|
+
### HTTP request headers
|
|
717
|
+
|
|
718
|
+
- **Content-Type**: Not defined
|
|
719
|
+
- **Accept**: application/json
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|