integration_api 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- 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,12 @@
|
|
1
|
+
# IntegrationApi::AggregationRequestObject
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**nucleus_aggregation_account_id** | **String** | | [optional]
|
7
|
+
**nucleus_client_id** | **String** | | [optional]
|
8
|
+
**product** | **String** | | [optional]
|
9
|
+
**vendor_config_id** | **String** | | [optional]
|
10
|
+
**vendor_request** | [**AggregationVendorRequestCO**](AggregationVendorRequestCO.md) | | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# IntegrationApi::AggregationVendorRequestCO
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**item_id** | **String** | | [optional]
|
7
|
+
**member_id** | **String** | | [optional]
|
8
|
+
**nucleus_account_id** | **String** | | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# IntegrationApi::ApplePayload
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**activation_data** | **String** | | [optional]
|
7
|
+
**encrypted_pass_data** | **String** | | [optional]
|
8
|
+
**ephemeral_public_key** | **String** | | [optional]
|
9
|
+
|
10
|
+
|
data/docs/AsyncApi.md
ADDED
@@ -0,0 +1,262 @@
|
|
1
|
+
# IntegrationApi::AsyncApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://sandbox.hydrogenplatform.com/integration/v1*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**get_async_data**](AsyncApi.md#get_async_data) | **GET** /async/{integration_type}/{service} | Create async transaction for GET endpoints for bulk data
|
8
|
+
[**get_async_data1**](AsyncApi.md#get_async_data1) | **GET** /async/{integration_type}/{service}/{id} | Create async transaction for GET endpoints for bulk data
|
9
|
+
[**get_async_data2**](AsyncApi.md#get_async_data2) | **POST** /async/{integration_type}/{service} | Create async transaction for POST endpoints for bulk data
|
10
|
+
[**get_async_status**](AsyncApi.md#get_async_status) | **GET** /async/status/{id} | Get Status of async transaction created through GET/POST endpoints
|
11
|
+
|
12
|
+
|
13
|
+
# **get_async_data**
|
14
|
+
> AsyncTransaction get_async_data(id, integration_type, service)
|
15
|
+
|
16
|
+
Create async transaction for GET endpoints for bulk data
|
17
|
+
|
18
|
+
Create async transaction for GET endpoints for bulk data
|
19
|
+
|
20
|
+
### Example
|
21
|
+
```ruby
|
22
|
+
# load the gem
|
23
|
+
require 'integration_api'
|
24
|
+
|
25
|
+
# Setup authorization
|
26
|
+
IntegrationApi.configure do |config|
|
27
|
+
# Use one of the below method to generate oauth token
|
28
|
+
# Creating a token for grant_type=client_credentials
|
29
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
30
|
+
# Creating a token for grant_type=password
|
31
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
32
|
+
# Creating a token using client token
|
33
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
34
|
+
end
|
35
|
+
|
36
|
+
api_instance = IntegrationApi::AsyncApi.new
|
37
|
+
|
38
|
+
id = 'id_example' # String | UUID id
|
39
|
+
|
40
|
+
integration_type = 'integration_type_example' # String | String integration_type
|
41
|
+
|
42
|
+
service = 'service_example' # String | String service
|
43
|
+
|
44
|
+
|
45
|
+
begin
|
46
|
+
#Create async transaction for GET endpoints for bulk data
|
47
|
+
result = api_instance.get_async_data(id, integration_type, service)
|
48
|
+
p result
|
49
|
+
rescue IntegrationApi::ApiError => e
|
50
|
+
puts "Exception when calling AsyncApi->get_async_data: #{e}"
|
51
|
+
end
|
52
|
+
```
|
53
|
+
|
54
|
+
### Parameters
|
55
|
+
|
56
|
+
Name | Type | Description | Notes
|
57
|
+
------------- | ------------- | ------------- | -------------
|
58
|
+
**id** | [**String**](.md)| UUID id |
|
59
|
+
**integration_type** | **String**| String integration_type |
|
60
|
+
**service** | **String**| String service |
|
61
|
+
|
62
|
+
### Return type
|
63
|
+
|
64
|
+
[**AsyncTransaction**](AsyncTransaction.md)
|
65
|
+
|
66
|
+
### Authorization
|
67
|
+
|
68
|
+
[oauth2](../README.md#oauth2)
|
69
|
+
|
70
|
+
### HTTP request headers
|
71
|
+
|
72
|
+
- **Content-Type**: Not defined
|
73
|
+
- **Accept**: application/json
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
# **get_async_data1**
|
78
|
+
> AsyncTransaction get_async_data1(id, integration_type, service)
|
79
|
+
|
80
|
+
Create async transaction for GET endpoints for bulk data
|
81
|
+
|
82
|
+
Create async transaction for GET endpoints for bulk data
|
83
|
+
|
84
|
+
### Example
|
85
|
+
```ruby
|
86
|
+
# load the gem
|
87
|
+
require 'integration_api'
|
88
|
+
|
89
|
+
# Setup authorization
|
90
|
+
IntegrationApi.configure do |config|
|
91
|
+
# Use one of the below method to generate oauth token
|
92
|
+
# Creating a token for grant_type=client_credentials
|
93
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
94
|
+
# Creating a token for grant_type=password
|
95
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
96
|
+
# Creating a token using client token
|
97
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
98
|
+
end
|
99
|
+
|
100
|
+
api_instance = IntegrationApi::AsyncApi.new
|
101
|
+
|
102
|
+
id = 'id_example' # String | UUID id
|
103
|
+
|
104
|
+
integration_type = 'integration_type_example' # String | String integration_type
|
105
|
+
|
106
|
+
service = 'service_example' # String | String service
|
107
|
+
|
108
|
+
|
109
|
+
begin
|
110
|
+
#Create async transaction for GET endpoints for bulk data
|
111
|
+
result = api_instance.get_async_data1(id, integration_type, service)
|
112
|
+
p result
|
113
|
+
rescue IntegrationApi::ApiError => e
|
114
|
+
puts "Exception when calling AsyncApi->get_async_data1: #{e}"
|
115
|
+
end
|
116
|
+
```
|
117
|
+
|
118
|
+
### Parameters
|
119
|
+
|
120
|
+
Name | Type | Description | Notes
|
121
|
+
------------- | ------------- | ------------- | -------------
|
122
|
+
**id** | [**String**](.md)| UUID id |
|
123
|
+
**integration_type** | **String**| String integration_type |
|
124
|
+
**service** | **String**| String service |
|
125
|
+
|
126
|
+
### Return type
|
127
|
+
|
128
|
+
[**AsyncTransaction**](AsyncTransaction.md)
|
129
|
+
|
130
|
+
### Authorization
|
131
|
+
|
132
|
+
[oauth2](../README.md#oauth2)
|
133
|
+
|
134
|
+
### HTTP request headers
|
135
|
+
|
136
|
+
- **Content-Type**: Not defined
|
137
|
+
- **Accept**: application/json
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
# **get_async_data2**
|
142
|
+
> AsyncTransaction get_async_data2(data, integration_type, service)
|
143
|
+
|
144
|
+
Create async transaction for POST endpoints for bulk data
|
145
|
+
|
146
|
+
Create async transaction for POST endpoints for bulk data
|
147
|
+
|
148
|
+
### Example
|
149
|
+
```ruby
|
150
|
+
# load the gem
|
151
|
+
require 'integration_api'
|
152
|
+
|
153
|
+
# Setup authorization
|
154
|
+
IntegrationApi.configure do |config|
|
155
|
+
# Use one of the below method to generate oauth token
|
156
|
+
# Creating a token for grant_type=client_credentials
|
157
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
158
|
+
# Creating a token for grant_type=password
|
159
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
160
|
+
# Creating a token using client token
|
161
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
162
|
+
end
|
163
|
+
|
164
|
+
api_instance = IntegrationApi::AsyncApi.new
|
165
|
+
|
166
|
+
data = IntegrationApi::JsonNode.new # JsonNode | data
|
167
|
+
|
168
|
+
integration_type = 'integration_type_example' # String | String integration_type
|
169
|
+
|
170
|
+
service = 'service_example' # String | String service
|
171
|
+
|
172
|
+
|
173
|
+
begin
|
174
|
+
#Create async transaction for POST endpoints for bulk data
|
175
|
+
result = api_instance.get_async_data2(data, integration_type, service)
|
176
|
+
p result
|
177
|
+
rescue IntegrationApi::ApiError => e
|
178
|
+
puts "Exception when calling AsyncApi->get_async_data2: #{e}"
|
179
|
+
end
|
180
|
+
```
|
181
|
+
|
182
|
+
### Parameters
|
183
|
+
|
184
|
+
Name | Type | Description | Notes
|
185
|
+
------------- | ------------- | ------------- | -------------
|
186
|
+
**data** | [**JsonNode**](JsonNode.md)| data |
|
187
|
+
**integration_type** | **String**| String integration_type |
|
188
|
+
**service** | **String**| String service |
|
189
|
+
|
190
|
+
### Return type
|
191
|
+
|
192
|
+
[**AsyncTransaction**](AsyncTransaction.md)
|
193
|
+
|
194
|
+
### Authorization
|
195
|
+
|
196
|
+
[oauth2](../README.md#oauth2)
|
197
|
+
|
198
|
+
### HTTP request headers
|
199
|
+
|
200
|
+
- **Content-Type**: application/json
|
201
|
+
- **Accept**: application/json
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
# **get_async_status**
|
206
|
+
> AsyncTransactionVO get_async_status(id)
|
207
|
+
|
208
|
+
Get Status of async transaction created through GET/POST endpoints
|
209
|
+
|
210
|
+
Get Status of async transaction created through GET/POST endpoints
|
211
|
+
|
212
|
+
### Example
|
213
|
+
```ruby
|
214
|
+
# load the gem
|
215
|
+
require 'integration_api'
|
216
|
+
|
217
|
+
# Setup authorization
|
218
|
+
IntegrationApi.configure do |config|
|
219
|
+
# Use one of the below method to generate oauth token
|
220
|
+
# Creating a token for grant_type=client_credentials
|
221
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
222
|
+
# Creating a token for grant_type=password
|
223
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
224
|
+
# Creating a token using client token
|
225
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
226
|
+
end
|
227
|
+
|
228
|
+
api_instance = IntegrationApi::AsyncApi.new
|
229
|
+
|
230
|
+
id = 'id_example' # String | UUID Async Transaction Id
|
231
|
+
|
232
|
+
|
233
|
+
begin
|
234
|
+
#Get Status of async transaction created through GET/POST endpoints
|
235
|
+
result = api_instance.get_async_status(id)
|
236
|
+
p result
|
237
|
+
rescue IntegrationApi::ApiError => e
|
238
|
+
puts "Exception when calling AsyncApi->get_async_status: #{e}"
|
239
|
+
end
|
240
|
+
```
|
241
|
+
|
242
|
+
### Parameters
|
243
|
+
|
244
|
+
Name | Type | Description | Notes
|
245
|
+
------------- | ------------- | ------------- | -------------
|
246
|
+
**id** | [**String**](.md)| UUID Async Transaction Id |
|
247
|
+
|
248
|
+
### Return type
|
249
|
+
|
250
|
+
[**AsyncTransactionVO**](AsyncTransactionVO.md)
|
251
|
+
|
252
|
+
### Authorization
|
253
|
+
|
254
|
+
[oauth2](../README.md#oauth2)
|
255
|
+
|
256
|
+
### HTTP request headers
|
257
|
+
|
258
|
+
- **Content-Type**: Not defined
|
259
|
+
- **Accept**: application/json
|
260
|
+
|
261
|
+
|
262
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# IntegrationApi::AsyncTransaction
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**create_date** | **DateTime** | | [optional]
|
7
|
+
**id** | **String** | | [optional]
|
8
|
+
**response** | **Object** | | [optional]
|
9
|
+
**status** | **String** | | [optional]
|
10
|
+
**update_date** | **DateTime** | | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# IntegrationApi::AsyncTransactionVO
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **String** | | [optional]
|
7
|
+
**response** | **Object** | | [optional]
|
8
|
+
**status** | **String** | | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# IntegrationApi::BaasAccountVO
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**account_number** | **String** | | [optional]
|
7
|
+
**account_status** | **String** | | [optional]
|
8
|
+
**account_type** | **String** | | [optional]
|
9
|
+
**message** | **String** | | [optional]
|
10
|
+
**nucleus_account_id** | **String** | | [optional]
|
11
|
+
**nucleus_client_id** | **String** | | [optional]
|
12
|
+
**status** | **String** | | [optional]
|
13
|
+
**vendor_name** | **String** | | [optional]
|
14
|
+
**vendor_response** | **Object** | | [optional]
|
15
|
+
|
16
|
+
|
data/docs/BaasApi.md
ADDED
@@ -0,0 +1,551 @@
|
|
1
|
+
# IntegrationApi::BaasApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://sandbox.hydrogenplatform.com/integration/v1*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**create_baas_account_using_post**](BaasApi.md#create_baas_account_using_post) | **POST** /baas/account | create a Baas account
|
8
|
+
[**create_baas_business_using_post**](BaasApi.md#create_baas_business_using_post) | **POST** /baas/business | Create a Baas Business
|
9
|
+
[**create_baas_client_using_post**](BaasApi.md#create_baas_client_using_post) | **POST** /baas/client | Create a Baas Client
|
10
|
+
[**create_baas_sub_account_using_post**](BaasApi.md#create_baas_sub_account_using_post) | **POST** /baas/subaccount | create a Baas subaccount
|
11
|
+
[**get_baas_account_statement_using_get**](BaasApi.md#get_baas_account_statement_using_get) | **GET** /baas/statement/{nucleus_account_id} | Get a Baas account statement
|
12
|
+
[**get_baas_portfolio_balance_using_get**](BaasApi.md#get_baas_portfolio_balance_using_get) | **GET** /baas/balance/{nucleus_portfolio_id} | Get a Baas portfolio balance
|
13
|
+
[**get_baas_portfolio_transaction_using_get**](BaasApi.md#get_baas_portfolio_transaction_using_get) | **GET** /baas/transaction/{nucleus_portfolio_id} | Get a Baas portfolio transaction
|
14
|
+
[**update_baas_business_using_put**](BaasApi.md#update_baas_business_using_put) | **PUT** /baas/business/{nucleus_business_id} | Update a Baas business
|
15
|
+
[**update_baas_client_using_put**](BaasApi.md#update_baas_client_using_put) | **PUT** /baas/client/{nucleus_client_id} | Update a Baas client
|
16
|
+
|
17
|
+
|
18
|
+
# **create_baas_account_using_post**
|
19
|
+
> BaasAccountVO create_baas_account_using_post(baas_account_co)
|
20
|
+
|
21
|
+
create a Baas account
|
22
|
+
|
23
|
+
### Example
|
24
|
+
```ruby
|
25
|
+
# load the gem
|
26
|
+
require 'integration_api'
|
27
|
+
|
28
|
+
# Setup authorization
|
29
|
+
IntegrationApi.configure do |config|
|
30
|
+
# Use one of the below method to generate oauth token
|
31
|
+
# Creating a token for grant_type=client_credentials
|
32
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
33
|
+
# Creating a token for grant_type=password
|
34
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
35
|
+
# Creating a token using client token
|
36
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
37
|
+
end
|
38
|
+
|
39
|
+
api_instance = IntegrationApi::BaasApi.new
|
40
|
+
|
41
|
+
baas_account_co = IntegrationApi::BaasAccountCO.new # BaasAccountCO | baasAccountCO
|
42
|
+
|
43
|
+
|
44
|
+
begin
|
45
|
+
#create a Baas account
|
46
|
+
result = api_instance.create_baas_account_using_post(baas_account_co)
|
47
|
+
p result
|
48
|
+
rescue IntegrationApi::ApiError => e
|
49
|
+
puts "Exception when calling BaasApi->create_baas_account_using_post: #{e}"
|
50
|
+
end
|
51
|
+
```
|
52
|
+
|
53
|
+
### Parameters
|
54
|
+
|
55
|
+
Name | Type | Description | Notes
|
56
|
+
------------- | ------------- | ------------- | -------------
|
57
|
+
**baas_account_co** | [**BaasAccountCO**](BaasAccountCO.md)| baasAccountCO |
|
58
|
+
|
59
|
+
### Return type
|
60
|
+
|
61
|
+
[**BaasAccountVO**](BaasAccountVO.md)
|
62
|
+
|
63
|
+
### Authorization
|
64
|
+
|
65
|
+
[oauth2](../README.md#oauth2)
|
66
|
+
|
67
|
+
### HTTP request headers
|
68
|
+
|
69
|
+
- **Content-Type**: application/json
|
70
|
+
- **Accept**: */*
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
# **create_baas_business_using_post**
|
75
|
+
> BaasBusinessVO create_baas_business_using_post(baas_business_co)
|
76
|
+
|
77
|
+
Create a Baas Business
|
78
|
+
|
79
|
+
### Example
|
80
|
+
```ruby
|
81
|
+
# load the gem
|
82
|
+
require 'integration_api'
|
83
|
+
|
84
|
+
# Setup authorization
|
85
|
+
IntegrationApi.configure do |config|
|
86
|
+
# Use one of the below method to generate oauth token
|
87
|
+
# Creating a token for grant_type=client_credentials
|
88
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
89
|
+
# Creating a token for grant_type=password
|
90
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
91
|
+
# Creating a token using client token
|
92
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
93
|
+
end
|
94
|
+
|
95
|
+
api_instance = IntegrationApi::BaasApi.new
|
96
|
+
|
97
|
+
baas_business_co = IntegrationApi::CreateBaasBusinessCO.new # CreateBaasBusinessCO | baasBusinessCO
|
98
|
+
|
99
|
+
|
100
|
+
begin
|
101
|
+
#Create a Baas Business
|
102
|
+
result = api_instance.create_baas_business_using_post(baas_business_co)
|
103
|
+
p result
|
104
|
+
rescue IntegrationApi::ApiError => e
|
105
|
+
puts "Exception when calling BaasApi->create_baas_business_using_post: #{e}"
|
106
|
+
end
|
107
|
+
```
|
108
|
+
|
109
|
+
### Parameters
|
110
|
+
|
111
|
+
Name | Type | Description | Notes
|
112
|
+
------------- | ------------- | ------------- | -------------
|
113
|
+
**baas_business_co** | [**CreateBaasBusinessCO**](CreateBaasBusinessCO.md)| baasBusinessCO |
|
114
|
+
|
115
|
+
### Return type
|
116
|
+
|
117
|
+
[**BaasBusinessVO**](BaasBusinessVO.md)
|
118
|
+
|
119
|
+
### Authorization
|
120
|
+
|
121
|
+
[oauth2](../README.md#oauth2)
|
122
|
+
|
123
|
+
### HTTP request headers
|
124
|
+
|
125
|
+
- **Content-Type**: application/json
|
126
|
+
- **Accept**: */*
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
# **create_baas_client_using_post**
|
131
|
+
> BaasClientVO create_baas_client_using_post(baas_client_co)
|
132
|
+
|
133
|
+
Create a Baas Client
|
134
|
+
|
135
|
+
### Example
|
136
|
+
```ruby
|
137
|
+
# load the gem
|
138
|
+
require 'integration_api'
|
139
|
+
|
140
|
+
# Setup authorization
|
141
|
+
IntegrationApi.configure do |config|
|
142
|
+
# Use one of the below method to generate oauth token
|
143
|
+
# Creating a token for grant_type=client_credentials
|
144
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
145
|
+
# Creating a token for grant_type=password
|
146
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
147
|
+
# Creating a token using client token
|
148
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
149
|
+
end
|
150
|
+
|
151
|
+
api_instance = IntegrationApi::BaasApi.new
|
152
|
+
|
153
|
+
baas_client_co = IntegrationApi::CreateBaasClientCO.new # CreateBaasClientCO | baasClientCO
|
154
|
+
|
155
|
+
|
156
|
+
begin
|
157
|
+
#Create a Baas Client
|
158
|
+
result = api_instance.create_baas_client_using_post(baas_client_co)
|
159
|
+
p result
|
160
|
+
rescue IntegrationApi::ApiError => e
|
161
|
+
puts "Exception when calling BaasApi->create_baas_client_using_post: #{e}"
|
162
|
+
end
|
163
|
+
```
|
164
|
+
|
165
|
+
### Parameters
|
166
|
+
|
167
|
+
Name | Type | Description | Notes
|
168
|
+
------------- | ------------- | ------------- | -------------
|
169
|
+
**baas_client_co** | [**CreateBaasClientCO**](CreateBaasClientCO.md)| baasClientCO |
|
170
|
+
|
171
|
+
### Return type
|
172
|
+
|
173
|
+
[**BaasClientVO**](BaasClientVO.md)
|
174
|
+
|
175
|
+
### Authorization
|
176
|
+
|
177
|
+
[oauth2](../README.md#oauth2)
|
178
|
+
|
179
|
+
### HTTP request headers
|
180
|
+
|
181
|
+
- **Content-Type**: application/json
|
182
|
+
- **Accept**: */*
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
# **create_baas_sub_account_using_post**
|
187
|
+
> BaasSubAccountVO create_baas_sub_account_using_post(baas_sub_account_co)
|
188
|
+
|
189
|
+
create a Baas subaccount
|
190
|
+
|
191
|
+
### Example
|
192
|
+
```ruby
|
193
|
+
# load the gem
|
194
|
+
require 'integration_api'
|
195
|
+
|
196
|
+
# Setup authorization
|
197
|
+
IntegrationApi.configure do |config|
|
198
|
+
# Use one of the below method to generate oauth token
|
199
|
+
# Creating a token for grant_type=client_credentials
|
200
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
201
|
+
# Creating a token for grant_type=password
|
202
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
203
|
+
# Creating a token using client token
|
204
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
205
|
+
end
|
206
|
+
|
207
|
+
api_instance = IntegrationApi::BaasApi.new
|
208
|
+
|
209
|
+
baas_sub_account_co = IntegrationApi::BaasSubAccountCO.new # BaasSubAccountCO | baasSubAccountCO
|
210
|
+
|
211
|
+
|
212
|
+
begin
|
213
|
+
#create a Baas subaccount
|
214
|
+
result = api_instance.create_baas_sub_account_using_post(baas_sub_account_co)
|
215
|
+
p result
|
216
|
+
rescue IntegrationApi::ApiError => e
|
217
|
+
puts "Exception when calling BaasApi->create_baas_sub_account_using_post: #{e}"
|
218
|
+
end
|
219
|
+
```
|
220
|
+
|
221
|
+
### Parameters
|
222
|
+
|
223
|
+
Name | Type | Description | Notes
|
224
|
+
------------- | ------------- | ------------- | -------------
|
225
|
+
**baas_sub_account_co** | [**BaasSubAccountCO**](BaasSubAccountCO.md)| baasSubAccountCO |
|
226
|
+
|
227
|
+
### Return type
|
228
|
+
|
229
|
+
[**BaasSubAccountVO**](BaasSubAccountVO.md)
|
230
|
+
|
231
|
+
### Authorization
|
232
|
+
|
233
|
+
[oauth2](../README.md#oauth2)
|
234
|
+
|
235
|
+
### HTTP request headers
|
236
|
+
|
237
|
+
- **Content-Type**: application/json
|
238
|
+
- **Accept**: */*
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
# **get_baas_account_statement_using_get**
|
243
|
+
> BaasStatementsVO get_baas_account_statement_using_get(end_date, nucleus_account_id, start_date, opts)
|
244
|
+
|
245
|
+
Get a Baas account statement
|
246
|
+
|
247
|
+
### Example
|
248
|
+
```ruby
|
249
|
+
# load the gem
|
250
|
+
require 'integration_api'
|
251
|
+
|
252
|
+
# Setup authorization
|
253
|
+
IntegrationApi.configure do |config|
|
254
|
+
# Use one of the below method to generate oauth token
|
255
|
+
# Creating a token for grant_type=client_credentials
|
256
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
257
|
+
# Creating a token for grant_type=password
|
258
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
259
|
+
# Creating a token using client token
|
260
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
261
|
+
end
|
262
|
+
|
263
|
+
api_instance = IntegrationApi::BaasApi.new
|
264
|
+
|
265
|
+
end_date = Date.parse('2013-10-20') # Date | end_date
|
266
|
+
|
267
|
+
nucleus_account_id = 'nucleus_account_id_example' # String | nucleus_account_id
|
268
|
+
|
269
|
+
start_date = Date.parse('2013-10-20') # Date | start_date
|
270
|
+
|
271
|
+
opts = {
|
272
|
+
statement_type: 'statement_type_example' # String | statement_type
|
273
|
+
}
|
274
|
+
|
275
|
+
begin
|
276
|
+
#Get a Baas account statement
|
277
|
+
result = api_instance.get_baas_account_statement_using_get(end_date, nucleus_account_id, start_date, opts)
|
278
|
+
p result
|
279
|
+
rescue IntegrationApi::ApiError => e
|
280
|
+
puts "Exception when calling BaasApi->get_baas_account_statement_using_get: #{e}"
|
281
|
+
end
|
282
|
+
```
|
283
|
+
|
284
|
+
### Parameters
|
285
|
+
|
286
|
+
Name | Type | Description | Notes
|
287
|
+
------------- | ------------- | ------------- | -------------
|
288
|
+
**end_date** | **Date**| end_date |
|
289
|
+
**nucleus_account_id** | [**String**](.md)| nucleus_account_id |
|
290
|
+
**start_date** | **Date**| start_date |
|
291
|
+
**statement_type** | **String**| statement_type | [optional]
|
292
|
+
|
293
|
+
### Return type
|
294
|
+
|
295
|
+
[**BaasStatementsVO**](BaasStatementsVO.md)
|
296
|
+
|
297
|
+
### Authorization
|
298
|
+
|
299
|
+
[oauth2](../README.md#oauth2)
|
300
|
+
|
301
|
+
### HTTP request headers
|
302
|
+
|
303
|
+
- **Content-Type**: Not defined
|
304
|
+
- **Accept**: */*
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
# **get_baas_portfolio_balance_using_get**
|
309
|
+
> BaasBalanceVO get_baas_portfolio_balance_using_get(nucleus_portfolio_id, opts)
|
310
|
+
|
311
|
+
Get a Baas portfolio balance
|
312
|
+
|
313
|
+
### Example
|
314
|
+
```ruby
|
315
|
+
# load the gem
|
316
|
+
require 'integration_api'
|
317
|
+
|
318
|
+
# Setup authorization
|
319
|
+
IntegrationApi.configure do |config|
|
320
|
+
# Use one of the below method to generate oauth token
|
321
|
+
# Creating a token for grant_type=client_credentials
|
322
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
323
|
+
# Creating a token for grant_type=password
|
324
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
325
|
+
# Creating a token using client token
|
326
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
327
|
+
end
|
328
|
+
|
329
|
+
api_instance = IntegrationApi::BaasApi.new
|
330
|
+
|
331
|
+
nucleus_portfolio_id = 'nucleus_portfolio_id_example' # String | nucleus_portfolio_id
|
332
|
+
|
333
|
+
opts = {
|
334
|
+
end_date: Date.parse('2013-10-20'), # Date | end_date
|
335
|
+
start_date: Date.parse('2013-10-20') # Date | start_date
|
336
|
+
}
|
337
|
+
|
338
|
+
begin
|
339
|
+
#Get a Baas portfolio balance
|
340
|
+
result = api_instance.get_baas_portfolio_balance_using_get(nucleus_portfolio_id, opts)
|
341
|
+
p result
|
342
|
+
rescue IntegrationApi::ApiError => e
|
343
|
+
puts "Exception when calling BaasApi->get_baas_portfolio_balance_using_get: #{e}"
|
344
|
+
end
|
345
|
+
```
|
346
|
+
|
347
|
+
### Parameters
|
348
|
+
|
349
|
+
Name | Type | Description | Notes
|
350
|
+
------------- | ------------- | ------------- | -------------
|
351
|
+
**nucleus_portfolio_id** | [**String**](.md)| nucleus_portfolio_id |
|
352
|
+
**end_date** | **Date**| end_date | [optional]
|
353
|
+
**start_date** | **Date**| start_date | [optional]
|
354
|
+
|
355
|
+
### Return type
|
356
|
+
|
357
|
+
[**BaasBalanceVO**](BaasBalanceVO.md)
|
358
|
+
|
359
|
+
### Authorization
|
360
|
+
|
361
|
+
[oauth2](../README.md#oauth2)
|
362
|
+
|
363
|
+
### HTTP request headers
|
364
|
+
|
365
|
+
- **Content-Type**: Not defined
|
366
|
+
- **Accept**: */*
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
# **get_baas_portfolio_transaction_using_get**
|
371
|
+
> BaasTransactionsVO get_baas_portfolio_transaction_using_get(nucleus_portfolio_id, opts)
|
372
|
+
|
373
|
+
Get a Baas portfolio transaction
|
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::BaasApi.new
|
392
|
+
|
393
|
+
nucleus_portfolio_id = 'nucleus_portfolio_id_example' # String | nucleus_portfolio_id
|
394
|
+
|
395
|
+
opts = {
|
396
|
+
end_date: Date.parse('2013-10-20'), # Date | end_date
|
397
|
+
start_date: Date.parse('2013-10-20') # Date | start_date
|
398
|
+
}
|
399
|
+
|
400
|
+
begin
|
401
|
+
#Get a Baas portfolio transaction
|
402
|
+
result = api_instance.get_baas_portfolio_transaction_using_get(nucleus_portfolio_id, opts)
|
403
|
+
p result
|
404
|
+
rescue IntegrationApi::ApiError => e
|
405
|
+
puts "Exception when calling BaasApi->get_baas_portfolio_transaction_using_get: #{e}"
|
406
|
+
end
|
407
|
+
```
|
408
|
+
|
409
|
+
### Parameters
|
410
|
+
|
411
|
+
Name | Type | Description | Notes
|
412
|
+
------------- | ------------- | ------------- | -------------
|
413
|
+
**nucleus_portfolio_id** | [**String**](.md)| nucleus_portfolio_id |
|
414
|
+
**end_date** | **Date**| end_date | [optional]
|
415
|
+
**start_date** | **Date**| start_date | [optional]
|
416
|
+
|
417
|
+
### Return type
|
418
|
+
|
419
|
+
[**BaasTransactionsVO**](BaasTransactionsVO.md)
|
420
|
+
|
421
|
+
### Authorization
|
422
|
+
|
423
|
+
[oauth2](../README.md#oauth2)
|
424
|
+
|
425
|
+
### HTTP request headers
|
426
|
+
|
427
|
+
- **Content-Type**: Not defined
|
428
|
+
- **Accept**: */*
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
# **update_baas_business_using_put**
|
433
|
+
> BaasBusinessVO update_baas_business_using_put(nucleus_business_id, opts)
|
434
|
+
|
435
|
+
Update a Baas business
|
436
|
+
|
437
|
+
### Example
|
438
|
+
```ruby
|
439
|
+
# load the gem
|
440
|
+
require 'integration_api'
|
441
|
+
|
442
|
+
# Setup authorization
|
443
|
+
IntegrationApi.configure do |config|
|
444
|
+
# Use one of the below method to generate oauth token
|
445
|
+
# Creating a token for grant_type=client_credentials
|
446
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
447
|
+
# Creating a token for grant_type=password
|
448
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
449
|
+
# Creating a token using client token
|
450
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
451
|
+
end
|
452
|
+
|
453
|
+
api_instance = IntegrationApi::BaasApi.new
|
454
|
+
|
455
|
+
nucleus_business_id = 'nucleus_business_id_example' # String | nucleus_business_id
|
456
|
+
|
457
|
+
opts = {
|
458
|
+
baas_business_co: IntegrationApi::UpdateBaasBusinessCO.new # UpdateBaasBusinessCO | baasBusinessCO
|
459
|
+
}
|
460
|
+
|
461
|
+
begin
|
462
|
+
#Update a Baas business
|
463
|
+
result = api_instance.update_baas_business_using_put(nucleus_business_id, opts)
|
464
|
+
p result
|
465
|
+
rescue IntegrationApi::ApiError => e
|
466
|
+
puts "Exception when calling BaasApi->update_baas_business_using_put: #{e}"
|
467
|
+
end
|
468
|
+
```
|
469
|
+
|
470
|
+
### Parameters
|
471
|
+
|
472
|
+
Name | Type | Description | Notes
|
473
|
+
------------- | ------------- | ------------- | -------------
|
474
|
+
**nucleus_business_id** | [**String**](.md)| nucleus_business_id |
|
475
|
+
**baas_business_co** | [**UpdateBaasBusinessCO**](UpdateBaasBusinessCO.md)| baasBusinessCO | [optional]
|
476
|
+
|
477
|
+
### Return type
|
478
|
+
|
479
|
+
[**BaasBusinessVO**](BaasBusinessVO.md)
|
480
|
+
|
481
|
+
### Authorization
|
482
|
+
|
483
|
+
[oauth2](../README.md#oauth2)
|
484
|
+
|
485
|
+
### HTTP request headers
|
486
|
+
|
487
|
+
- **Content-Type**: application/json
|
488
|
+
- **Accept**: */*
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
# **update_baas_client_using_put**
|
493
|
+
> BaasClientVO update_baas_client_using_put(nucleus_client_id, opts)
|
494
|
+
|
495
|
+
Update a Baas client
|
496
|
+
|
497
|
+
### Example
|
498
|
+
```ruby
|
499
|
+
# load the gem
|
500
|
+
require 'integration_api'
|
501
|
+
|
502
|
+
# Setup authorization
|
503
|
+
IntegrationApi.configure do |config|
|
504
|
+
# Use one of the below method to generate oauth token
|
505
|
+
# Creating a token for grant_type=client_credentials
|
506
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
507
|
+
# Creating a token for grant_type=password
|
508
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
509
|
+
# Creating a token using client token
|
510
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
511
|
+
end
|
512
|
+
|
513
|
+
api_instance = IntegrationApi::BaasApi.new
|
514
|
+
|
515
|
+
nucleus_client_id = 'nucleus_client_id_example' # String | nucleus_client_id
|
516
|
+
|
517
|
+
opts = {
|
518
|
+
baas_client_co: IntegrationApi::UpdateBaasClientCO.new # UpdateBaasClientCO | baasClientCO
|
519
|
+
}
|
520
|
+
|
521
|
+
begin
|
522
|
+
#Update a Baas client
|
523
|
+
result = api_instance.update_baas_client_using_put(nucleus_client_id, opts)
|
524
|
+
p result
|
525
|
+
rescue IntegrationApi::ApiError => e
|
526
|
+
puts "Exception when calling BaasApi->update_baas_client_using_put: #{e}"
|
527
|
+
end
|
528
|
+
```
|
529
|
+
|
530
|
+
### Parameters
|
531
|
+
|
532
|
+
Name | Type | Description | Notes
|
533
|
+
------------- | ------------- | ------------- | -------------
|
534
|
+
**nucleus_client_id** | [**String**](.md)| nucleus_client_id |
|
535
|
+
**baas_client_co** | [**UpdateBaasClientCO**](UpdateBaasClientCO.md)| baasClientCO | [optional]
|
536
|
+
|
537
|
+
### Return type
|
538
|
+
|
539
|
+
[**BaasClientVO**](BaasClientVO.md)
|
540
|
+
|
541
|
+
### Authorization
|
542
|
+
|
543
|
+
[oauth2](../README.md#oauth2)
|
544
|
+
|
545
|
+
### HTTP request headers
|
546
|
+
|
547
|
+
- **Content-Type**: application/json
|
548
|
+
- **Accept**: */*
|
549
|
+
|
550
|
+
|
551
|
+
|