merge_accounting_client 1.0.0
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 +9 -0
- data/README.md +251 -0
- data/Rakefile +10 -0
- data/docs/Account.md +38 -0
- data/docs/AccountDetails.md +34 -0
- data/docs/AccountDetailsAndActions.md +34 -0
- data/docs/AccountDetailsAndActionsIntegration.md +32 -0
- data/docs/AccountDetailsAndActionsStatusEnum.md +15 -0
- data/docs/AccountDetailsApi.md +79 -0
- data/docs/AccountIntegration.md +28 -0
- data/docs/AccountStatusEnum.md +15 -0
- data/docs/AccountToken.md +20 -0
- data/docs/AccountTokenApi.md +79 -0
- data/docs/AccountingAttachment.md +26 -0
- data/docs/AccountingPhoneNumber.md +20 -0
- data/docs/AccountsApi.md +177 -0
- data/docs/Address.md +30 -0
- data/docs/AddressTypeEnum.md +15 -0
- data/docs/AddressesApi.md +85 -0
- data/docs/AttachmentsApi.md +177 -0
- data/docs/AvailableActions.md +22 -0
- data/docs/AvailableActionsApi.md +79 -0
- data/docs/BalanceSheet.md +36 -0
- data/docs/BalanceSheetsApi.md +177 -0
- data/docs/CashFlowStatement.md +40 -0
- data/docs/CashFlowStatementsApi.md +177 -0
- data/docs/CategoriesEnum.md +15 -0
- data/docs/CategoryEnum.md +15 -0
- data/docs/ClassificationEnum.md +15 -0
- data/docs/CompanyInfo.md +42 -0
- data/docs/CompanyInfoApi.md +181 -0
- data/docs/Contact.md +42 -0
- data/docs/ContactsApi.md +181 -0
- data/docs/CountryEnum.md +15 -0
- data/docs/CreditNote.md +38 -0
- data/docs/CreditNoteStatusEnum.md +15 -0
- data/docs/CreditNotesApi.md +181 -0
- data/docs/CurrencyEnum.md +15 -0
- data/docs/DataPassthroughRequest.md +30 -0
- data/docs/DebugModeLog.md +22 -0
- data/docs/DebugModelLogSummary.md +22 -0
- data/docs/DeleteAccountApi.md +78 -0
- data/docs/EncodingEnum.md +15 -0
- data/docs/EndUserDetailsRequest.md +28 -0
- data/docs/ErrorValidationProblem.md +24 -0
- data/docs/Expense.md +38 -0
- data/docs/ExpenseLine.md +28 -0
- data/docs/ExpensesApi.md +181 -0
- data/docs/ForceResyncApi.md +79 -0
- data/docs/GenerateKeyApi.md +79 -0
- data/docs/GenerateRemoteKeyRequest.md +18 -0
- data/docs/IncomeStatement.md +42 -0
- data/docs/IncomeStatementsApi.md +177 -0
- data/docs/Invoice.md +54 -0
- data/docs/InvoiceEndpointRequest.md +18 -0
- data/docs/InvoiceLineItem.md +34 -0
- data/docs/InvoiceLineItemRequest.md +30 -0
- data/docs/InvoiceRequest.md +48 -0
- data/docs/InvoiceResponse.md +24 -0
- data/docs/InvoiceTypeEnum.md +15 -0
- data/docs/InvoicesApi.md +337 -0
- data/docs/Issue.md +30 -0
- data/docs/IssueStatusEnum.md +15 -0
- data/docs/IssuesApi.md +177 -0
- data/docs/Item.md +36 -0
- data/docs/ItemsApi.md +181 -0
- data/docs/JournalEntriesApi.md +333 -0
- data/docs/JournalEntry.md +32 -0
- data/docs/JournalEntryEndpointRequest.md +18 -0
- data/docs/JournalEntryRequest.md +26 -0
- data/docs/JournalEntryResponse.md +24 -0
- data/docs/JournalLine.md +26 -0
- data/docs/JournalLineRequest.md +26 -0
- data/docs/LinkToken.md +20 -0
- data/docs/LinkTokenApi.md +79 -0
- data/docs/LinkedAccountStatus.md +20 -0
- data/docs/LinkedAccountsApi.md +103 -0
- data/docs/MetaResponse.md +24 -0
- data/docs/MethodEnum.md +15 -0
- data/docs/ModelOperation.md +24 -0
- data/docs/MultipartFormFieldRequest.md +26 -0
- data/docs/PaginatedAccountDetailsAndActionsList.md +22 -0
- data/docs/PaginatedAccountList.md +22 -0
- data/docs/PaginatedAccountingAttachmentList.md +22 -0
- data/docs/PaginatedBalanceSheetList.md +22 -0
- data/docs/PaginatedCashFlowStatementList.md +22 -0
- data/docs/PaginatedCompanyInfoList.md +22 -0
- data/docs/PaginatedContactList.md +22 -0
- data/docs/PaginatedCreditNoteList.md +22 -0
- data/docs/PaginatedExpenseList.md +22 -0
- data/docs/PaginatedIncomeStatementList.md +22 -0
- data/docs/PaginatedInvoiceList.md +22 -0
- data/docs/PaginatedIssueList.md +22 -0
- data/docs/PaginatedItemList.md +22 -0
- data/docs/PaginatedJournalEntryList.md +22 -0
- data/docs/PaginatedPaymentList.md +22 -0
- data/docs/PaginatedPurchaseOrderList.md +22 -0
- data/docs/PaginatedSyncStatusList.md +22 -0
- data/docs/PaginatedTaxRateList.md +22 -0
- data/docs/PaginatedTrackingCategoryList.md +22 -0
- data/docs/PaginatedWebhookReceiverList.md +22 -0
- data/docs/PassthroughApi.md +81 -0
- data/docs/Payment.md +32 -0
- data/docs/PaymentsApi.md +185 -0
- data/docs/PhoneNumbersApi.md +85 -0
- data/docs/PurchaseOrder.md +40 -0
- data/docs/PurchaseOrderLineItem.md +24 -0
- data/docs/PurchaseOrderStatusEnum.md +15 -0
- data/docs/PurchaseOrdersApi.md +181 -0
- data/docs/RegenerateKeyApi.md +79 -0
- data/docs/RemoteData.md +20 -0
- data/docs/RemoteDataRequest.md +20 -0
- data/docs/RemoteKey.md +20 -0
- data/docs/RemoteKeyForRegenerationRequest.md +18 -0
- data/docs/RemoteResponse.md +26 -0
- data/docs/ReportItem.md +24 -0
- data/docs/RequestFormatEnum.md +15 -0
- data/docs/StateEnum.md +15 -0
- data/docs/Status7d1Enum.md +15 -0
- data/docs/SyncStatus.md +28 -0
- data/docs/SyncStatusApi.md +85 -0
- data/docs/SyncStatusStatusEnum.md +15 -0
- data/docs/TaxRate.md +28 -0
- data/docs/TaxRatesApi.md +177 -0
- data/docs/TrackingCategoriesApi.md +177 -0
- data/docs/TrackingCategory.md +26 -0
- data/docs/ValidationProblemSource.md +18 -0
- data/docs/WarningValidationProblem.md +24 -0
- data/docs/WebhookReceiver.md +22 -0
- data/docs/WebhookReceiverRequest.md +22 -0
- data/docs/WebhookReceiversApi.md +155 -0
- data/lib/merge_accounting_client/api/account_details_api.rb +84 -0
- data/lib/merge_accounting_client/api/account_token_api.rb +83 -0
- data/lib/merge_accounting_client/api/accounts_api.rb +182 -0
- data/lib/merge_accounting_client/api/addresses_api.rb +93 -0
- data/lib/merge_accounting_client/api/attachments_api.rb +182 -0
- data/lib/merge_accounting_client/api/available_actions_api.rb +84 -0
- data/lib/merge_accounting_client/api/balance_sheets_api.rb +182 -0
- data/lib/merge_accounting_client/api/cash_flow_statements_api.rb +182 -0
- data/lib/merge_accounting_client/api/company_info_api.rb +196 -0
- data/lib/merge_accounting_client/api/contacts_api.rb +196 -0
- data/lib/merge_accounting_client/api/credit_notes_api.rb +196 -0
- data/lib/merge_accounting_client/api/delete_account_api.rb +82 -0
- data/lib/merge_accounting_client/api/expenses_api.rb +196 -0
- data/lib/merge_accounting_client/api/force_resync_api.rb +84 -0
- data/lib/merge_accounting_client/api/generate_key_api.rb +85 -0
- data/lib/merge_accounting_client/api/income_statements_api.rb +182 -0
- data/lib/merge_accounting_client/api/invoices_api.rb +344 -0
- data/lib/merge_accounting_client/api/issues_api.rb +181 -0
- data/lib/merge_accounting_client/api/items_api.rb +196 -0
- data/lib/merge_accounting_client/api/journal_entries_api.rb +334 -0
- data/lib/merge_accounting_client/api/link_token_api.rb +85 -0
- data/lib/merge_accounting_client/api/linked_accounts_api.rb +117 -0
- data/lib/merge_accounting_client/api/passthrough_api.rb +92 -0
- data/lib/merge_accounting_client/api/payments_api.rb +202 -0
- data/lib/merge_accounting_client/api/phone_numbers_api.rb +93 -0
- data/lib/merge_accounting_client/api/purchase_orders_api.rb +196 -0
- data/lib/merge_accounting_client/api/regenerate_key_api.rb +85 -0
- data/lib/merge_accounting_client/api/sync_status_api.rb +90 -0
- data/lib/merge_accounting_client/api/tax_rates_api.rb +182 -0
- data/lib/merge_accounting_client/api/tracking_categories_api.rb +182 -0
- data/lib/merge_accounting_client/api/webhook_receivers_api.rb +146 -0
- data/lib/merge_accounting_client/api_client.rb +390 -0
- data/lib/merge_accounting_client/api_error.rb +57 -0
- data/lib/merge_accounting_client/configuration.rb +281 -0
- data/lib/merge_accounting_client/models/account.rb +330 -0
- data/lib/merge_accounting_client/models/account_details.rb +291 -0
- data/lib/merge_accounting_client/models/account_details_and_actions.rb +316 -0
- data/lib/merge_accounting_client/models/account_details_and_actions_integration.rb +310 -0
- data/lib/merge_accounting_client/models/account_details_and_actions_status_enum.rb +38 -0
- data/lib/merge_accounting_client/models/account_integration.rb +303 -0
- data/lib/merge_accounting_client/models/account_status_enum.rb +38 -0
- data/lib/merge_accounting_client/models/account_token.rb +237 -0
- data/lib/merge_accounting_client/models/accounting_attachment.rb +279 -0
- data/lib/merge_accounting_client/models/accounting_phone_number.rb +232 -0
- data/lib/merge_accounting_client/models/address.rb +287 -0
- data/lib/merge_accounting_client/models/address_type_enum.rb +37 -0
- data/lib/merge_accounting_client/models/available_actions.rb +249 -0
- data/lib/merge_accounting_client/models/balance_sheet.rb +319 -0
- data/lib/merge_accounting_client/models/cash_flow_statement.rb +341 -0
- data/lib/merge_accounting_client/models/categories_enum.rb +39 -0
- data/lib/merge_accounting_client/models/category_enum.rb +39 -0
- data/lib/merge_accounting_client/models/classification_enum.rb +40 -0
- data/lib/merge_accounting_client/models/company_info.rb +402 -0
- data/lib/merge_accounting_client/models/contact.rb +354 -0
- data/lib/merge_accounting_client/models/country_enum.rb +284 -0
- data/lib/merge_accounting_client/models/credit_note.rb +331 -0
- data/lib/merge_accounting_client/models/credit_note_status_enum.rb +38 -0
- data/lib/merge_accounting_client/models/currency_enum.rb +341 -0
- data/lib/merge_accounting_client/models/data_passthrough_request.rb +343 -0
- data/lib/merge_accounting_client/models/debug_mode_log.rb +251 -0
- data/lib/merge_accounting_client/models/debug_model_log_summary.rb +251 -0
- data/lib/merge_accounting_client/models/encoding_enum.rb +37 -0
- data/lib/merge_accounting_client/models/end_user_details_request.rb +413 -0
- data/lib/merge_accounting_client/models/error_validation_problem.rb +260 -0
- data/lib/merge_accounting_client/models/expense.rb +328 -0
- data/lib/merge_accounting_client/models/expense_line.rb +274 -0
- data/lib/merge_accounting_client/models/generate_remote_key_request.rb +243 -0
- data/lib/merge_accounting_client/models/income_statement.rb +352 -0
- data/lib/merge_accounting_client/models/invoice.rb +418 -0
- data/lib/merge_accounting_client/models/invoice_endpoint_request.rb +223 -0
- data/lib/merge_accounting_client/models/invoice_line_item.rb +306 -0
- data/lib/merge_accounting_client/models/invoice_line_item_request.rb +285 -0
- data/lib/merge_accounting_client/models/invoice_request.rb +386 -0
- data/lib/merge_accounting_client/models/invoice_response.rb +266 -0
- data/lib/merge_accounting_client/models/invoice_type_enum.rb +37 -0
- data/lib/merge_accounting_client/models/issue.rb +281 -0
- data/lib/merge_accounting_client/models/issue_status_enum.rb +37 -0
- data/lib/merge_accounting_client/models/item.rb +317 -0
- data/lib/merge_accounting_client/models/journal_entry.rb +298 -0
- data/lib/merge_accounting_client/models/journal_entry_endpoint_request.rb +223 -0
- data/lib/merge_accounting_client/models/journal_entry_request.rb +266 -0
- data/lib/merge_accounting_client/models/journal_entry_response.rb +266 -0
- data/lib/merge_accounting_client/models/journal_line.rb +263 -0
- data/lib/merge_accounting_client/models/journal_line_request.rb +263 -0
- data/lib/merge_accounting_client/models/link_token.rb +237 -0
- data/lib/merge_accounting_client/models/linked_account_status.rb +237 -0
- data/lib/merge_accounting_client/models/meta_response.rb +262 -0
- data/lib/merge_accounting_client/models/method_enum.rb +42 -0
- data/lib/merge_accounting_client/models/model_operation.rb +272 -0
- data/lib/merge_accounting_client/models/multipart_form_field_request.rb +341 -0
- data/lib/merge_accounting_client/models/paginated_account_details_and_actions_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_account_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_accounting_attachment_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_balance_sheet_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_cash_flow_statement_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_company_info_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_contact_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_credit_note_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_expense_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_income_statement_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_invoice_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_issue_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_item_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_journal_entry_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_payment_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_purchase_order_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_sync_status_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_tax_rate_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_tracking_category_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_webhook_receiver_list.rb +240 -0
- data/lib/merge_accounting_client/models/payment.rb +295 -0
- data/lib/merge_accounting_client/models/purchase_order.rb +341 -0
- data/lib/merge_accounting_client/models/purchase_order_line_item.rb +253 -0
- data/lib/merge_accounting_client/models/purchase_order_status_enum.rb +40 -0
- data/lib/merge_accounting_client/models/remote_data.rb +234 -0
- data/lib/merge_accounting_client/models/remote_data_request.rb +253 -0
- data/lib/merge_accounting_client/models/remote_key.rb +238 -0
- data/lib/merge_accounting_client/models/remote_key_for_regeneration_request.rb +243 -0
- data/lib/merge_accounting_client/models/remote_response.rb +279 -0
- data/lib/merge_accounting_client/models/report_item.rb +254 -0
- data/lib/merge_accounting_client/models/request_format_enum.rb +38 -0
- data/lib/merge_accounting_client/models/state_enum.rb +94 -0
- data/lib/merge_accounting_client/models/status7d1_enum.rb +37 -0
- data/lib/merge_accounting_client/models/sync_status.rb +294 -0
- data/lib/merge_accounting_client/models/sync_status_status_enum.rb +39 -0
- data/lib/merge_accounting_client/models/tax_rate.rb +275 -0
- data/lib/merge_accounting_client/models/tracking_category.rb +264 -0
- data/lib/merge_accounting_client/models/validation_problem_source.rb +223 -0
- data/lib/merge_accounting_client/models/warning_validation_problem.rb +260 -0
- data/lib/merge_accounting_client/models/webhook_receiver.rb +246 -0
- data/lib/merge_accounting_client/models/webhook_receiver_request.rb +280 -0
- data/lib/merge_accounting_client/version.rb +15 -0
- data/lib/merge_accounting_client.rb +167 -0
- data/merge_accounting_client.gemspec +38 -0
- data/pull_request_template.md +19 -0
- data/spec/api/account_details_api_spec.rb +46 -0
- data/spec/api/account_token_api_spec.rb +46 -0
- data/spec/api/accounts_api_spec.rb +68 -0
- data/spec/api/addresses_api_spec.rb +48 -0
- data/spec/api/attachments_api_spec.rb +68 -0
- data/spec/api/available_actions_api_spec.rb +46 -0
- data/spec/api/balance_sheets_api_spec.rb +68 -0
- data/spec/api/cash_flow_statements_api_spec.rb +68 -0
- data/spec/api/company_info_api_spec.rb +70 -0
- data/spec/api/contacts_api_spec.rb +70 -0
- data/spec/api/credit_notes_api_spec.rb +70 -0
- data/spec/api/delete_account_api_spec.rb +46 -0
- data/spec/api/expenses_api_spec.rb +70 -0
- data/spec/api/force_resync_api_spec.rb +46 -0
- data/spec/api/generate_key_api_spec.rb +46 -0
- data/spec/api/income_statements_api_spec.rb +68 -0
- data/spec/api/invoices_api_spec.rb +97 -0
- data/spec/api/issues_api_spec.rb +69 -0
- data/spec/api/items_api_spec.rb +70 -0
- data/spec/api/journal_entries_api_spec.rb +95 -0
- data/spec/api/link_token_api_spec.rb +46 -0
- data/spec/api/linked_accounts_api_spec.rb +57 -0
- data/spec/api/passthrough_api_spec.rb +47 -0
- data/spec/api/payments_api_spec.rb +72 -0
- data/spec/api/phone_numbers_api_spec.rb +48 -0
- data/spec/api/purchase_orders_api_spec.rb +70 -0
- data/spec/api/regenerate_key_api_spec.rb +46 -0
- data/spec/api/sync_status_api_spec.rb +48 -0
- data/spec/api/tax_rates_api_spec.rb +68 -0
- data/spec/api/tracking_categories_api_spec.rb +68 -0
- data/spec/api/webhook_receivers_api_spec.rb +58 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_details_and_actions_integration_spec.rb +76 -0
- data/spec/models/account_details_and_actions_spec.rb +82 -0
- data/spec/models/account_details_and_actions_status_enum_spec.rb +28 -0
- data/spec/models/account_details_spec.rb +82 -0
- data/spec/models/account_integration_spec.rb +64 -0
- data/spec/models/account_spec.rb +94 -0
- data/spec/models/account_status_enum_spec.rb +28 -0
- data/spec/models/account_token_spec.rb +40 -0
- data/spec/models/accounting_attachment_spec.rb +58 -0
- data/spec/models/accounting_phone_number_spec.rb +40 -0
- data/spec/models/address_spec.rb +70 -0
- data/spec/models/address_type_enum_spec.rb +28 -0
- data/spec/models/available_actions_spec.rb +46 -0
- data/spec/models/balance_sheet_spec.rb +88 -0
- data/spec/models/cash_flow_statement_spec.rb +100 -0
- data/spec/models/categories_enum_spec.rb +28 -0
- data/spec/models/category_enum_spec.rb +28 -0
- data/spec/models/classification_enum_spec.rb +28 -0
- data/spec/models/company_info_spec.rb +106 -0
- data/spec/models/contact_spec.rb +106 -0
- data/spec/models/country_enum_spec.rb +28 -0
- data/spec/models/credit_note_spec.rb +94 -0
- data/spec/models/credit_note_status_enum_spec.rb +28 -0
- data/spec/models/currency_enum_spec.rb +28 -0
- data/spec/models/data_passthrough_request_spec.rb +70 -0
- data/spec/models/debug_mode_log_spec.rb +46 -0
- data/spec/models/debug_model_log_summary_spec.rb +46 -0
- data/spec/models/encoding_enum_spec.rb +28 -0
- data/spec/models/end_user_details_request_spec.rb +64 -0
- data/spec/models/error_validation_problem_spec.rb +52 -0
- data/spec/models/expense_line_spec.rb +64 -0
- data/spec/models/expense_spec.rb +94 -0
- data/spec/models/generate_remote_key_request_spec.rb +34 -0
- data/spec/models/income_statement_spec.rb +106 -0
- data/spec/models/invoice_endpoint_request_spec.rb +34 -0
- data/spec/models/invoice_line_item_request_spec.rb +70 -0
- data/spec/models/invoice_line_item_spec.rb +82 -0
- data/spec/models/invoice_request_spec.rb +124 -0
- data/spec/models/invoice_response_spec.rb +52 -0
- data/spec/models/invoice_spec.rb +142 -0
- data/spec/models/invoice_type_enum_spec.rb +28 -0
- data/spec/models/issue_spec.rb +70 -0
- data/spec/models/issue_status_enum_spec.rb +28 -0
- data/spec/models/item_spec.rb +88 -0
- data/spec/models/journal_entry_endpoint_request_spec.rb +34 -0
- data/spec/models/journal_entry_request_spec.rb +58 -0
- data/spec/models/journal_entry_response_spec.rb +52 -0
- data/spec/models/journal_entry_spec.rb +76 -0
- data/spec/models/journal_line_request_spec.rb +58 -0
- data/spec/models/journal_line_spec.rb +58 -0
- data/spec/models/link_token_spec.rb +40 -0
- data/spec/models/linked_account_status_spec.rb +40 -0
- data/spec/models/meta_response_spec.rb +52 -0
- data/spec/models/method_enum_spec.rb +28 -0
- data/spec/models/model_operation_spec.rb +52 -0
- data/spec/models/multipart_form_field_request_spec.rb +58 -0
- data/spec/models/paginated_account_details_and_actions_list_spec.rb +46 -0
- data/spec/models/paginated_account_list_spec.rb +46 -0
- data/spec/models/paginated_accounting_attachment_list_spec.rb +46 -0
- data/spec/models/paginated_balance_sheet_list_spec.rb +46 -0
- data/spec/models/paginated_cash_flow_statement_list_spec.rb +46 -0
- data/spec/models/paginated_company_info_list_spec.rb +46 -0
- data/spec/models/paginated_contact_list_spec.rb +46 -0
- data/spec/models/paginated_credit_note_list_spec.rb +46 -0
- data/spec/models/paginated_expense_list_spec.rb +46 -0
- data/spec/models/paginated_income_statement_list_spec.rb +46 -0
- data/spec/models/paginated_invoice_list_spec.rb +46 -0
- data/spec/models/paginated_issue_list_spec.rb +46 -0
- data/spec/models/paginated_item_list_spec.rb +46 -0
- data/spec/models/paginated_journal_entry_list_spec.rb +46 -0
- data/spec/models/paginated_payment_list_spec.rb +46 -0
- data/spec/models/paginated_purchase_order_list_spec.rb +46 -0
- data/spec/models/paginated_sync_status_list_spec.rb +46 -0
- data/spec/models/paginated_tax_rate_list_spec.rb +46 -0
- data/spec/models/paginated_tracking_category_list_spec.rb +46 -0
- data/spec/models/paginated_webhook_receiver_list_spec.rb +46 -0
- data/spec/models/payment_spec.rb +76 -0
- data/spec/models/purchase_order_line_item_spec.rb +52 -0
- data/spec/models/purchase_order_spec.rb +100 -0
- data/spec/models/purchase_order_status_enum_spec.rb +28 -0
- data/spec/models/remote_data_request_spec.rb +40 -0
- data/spec/models/remote_data_spec.rb +40 -0
- data/spec/models/remote_key_for_regeneration_request_spec.rb +34 -0
- data/spec/models/remote_key_spec.rb +40 -0
- data/spec/models/remote_response_spec.rb +58 -0
- data/spec/models/report_item_spec.rb +52 -0
- data/spec/models/request_format_enum_spec.rb +28 -0
- data/spec/models/state_enum_spec.rb +28 -0
- data/spec/models/status7d1_enum_spec.rb +28 -0
- data/spec/models/sync_status_spec.rb +64 -0
- data/spec/models/sync_status_status_enum_spec.rb +28 -0
- data/spec/models/tax_rate_spec.rb +64 -0
- data/spec/models/tracking_category_spec.rb +58 -0
- data/spec/models/validation_problem_source_spec.rb +34 -0
- data/spec/models/warning_validation_problem_spec.rb +52 -0
- data/spec/models/webhook_receiver_request_spec.rb +46 -0
- data/spec/models/webhook_receiver_spec.rb +46 -0
- data/spec/spec_helper.rb +111 -0
- metadata +612 -0
data/docs/ItemsApi.md
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
# MergeAccountingClient::ItemsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**items_list**](ItemsApi.md#items_list) | **GET** /items | |
|
|
8
|
+
| [**items_retrieve**](ItemsApi.md#items_retrieve) | **GET** /items/{id} | |
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## items_list
|
|
12
|
+
|
|
13
|
+
> <PaginatedItemList> items_list(x_account_token, opts)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Returns a list of `Item` objects.
|
|
18
|
+
|
|
19
|
+
### Examples
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'time'
|
|
23
|
+
require 'merge_accounting_client'
|
|
24
|
+
# setup authorization
|
|
25
|
+
MergeAccountingClient.configure do |config|
|
|
26
|
+
# Configure API key authorization: tokenAuth
|
|
27
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
28
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
29
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
api_instance = MergeAccountingClient::ItemsApi.new
|
|
33
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
34
|
+
opts = {
|
|
35
|
+
created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
|
|
36
|
+
created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
|
|
37
|
+
cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
|
|
38
|
+
expand: 'purchase_account', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
39
|
+
include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
|
|
40
|
+
include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
41
|
+
modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
|
|
42
|
+
modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
|
|
43
|
+
page_size: 56, # Integer | Number of results to return per page.
|
|
44
|
+
remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
begin
|
|
48
|
+
|
|
49
|
+
result = api_instance.items_list(x_account_token, opts)
|
|
50
|
+
p result
|
|
51
|
+
rescue MergeAccountingClient::ApiError => e
|
|
52
|
+
puts "Error when calling ItemsApi->items_list: #{e}"
|
|
53
|
+
end
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
#### Using the items_list_with_http_info variant
|
|
57
|
+
|
|
58
|
+
This returns an Array which contains the response data, status code and headers.
|
|
59
|
+
|
|
60
|
+
> <Array(<PaginatedItemList>, Integer, Hash)> items_list_with_http_info(x_account_token, opts)
|
|
61
|
+
|
|
62
|
+
```ruby
|
|
63
|
+
begin
|
|
64
|
+
|
|
65
|
+
data, status_code, headers = api_instance.items_list_with_http_info(x_account_token, opts)
|
|
66
|
+
p status_code # => 2xx
|
|
67
|
+
p headers # => { ... }
|
|
68
|
+
p data # => <PaginatedItemList>
|
|
69
|
+
rescue MergeAccountingClient::ApiError => e
|
|
70
|
+
puts "Error when calling ItemsApi->items_list_with_http_info: #{e}"
|
|
71
|
+
end
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### Parameters
|
|
75
|
+
|
|
76
|
+
| Name | Type | Description | Notes |
|
|
77
|
+
| ---- | ---- | ----------- | ----- |
|
|
78
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
79
|
+
| **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
|
|
80
|
+
| **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
|
|
81
|
+
| **cursor** | **String** | The pagination cursor value. | [optional] |
|
|
82
|
+
| **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
|
|
83
|
+
| **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
|
|
84
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
85
|
+
| **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
|
|
86
|
+
| **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
|
|
87
|
+
| **page_size** | **Integer** | Number of results to return per page. | [optional] |
|
|
88
|
+
| **remote_id** | **String** | The API provider's ID for the given object. | [optional] |
|
|
89
|
+
|
|
90
|
+
### Return type
|
|
91
|
+
|
|
92
|
+
[**PaginatedItemList**](PaginatedItemList.md)
|
|
93
|
+
|
|
94
|
+
### Authorization
|
|
95
|
+
|
|
96
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
97
|
+
|
|
98
|
+
### HTTP request headers
|
|
99
|
+
|
|
100
|
+
- **Content-Type**: Not defined
|
|
101
|
+
- **Accept**: application/json
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## items_retrieve
|
|
105
|
+
|
|
106
|
+
> <Item> items_retrieve(x_account_token, id, opts)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
Returns an `Item` object with the given `id`.
|
|
111
|
+
|
|
112
|
+
### Examples
|
|
113
|
+
|
|
114
|
+
```ruby
|
|
115
|
+
require 'time'
|
|
116
|
+
require 'merge_accounting_client'
|
|
117
|
+
# setup authorization
|
|
118
|
+
MergeAccountingClient.configure do |config|
|
|
119
|
+
# Configure API key authorization: tokenAuth
|
|
120
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
121
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
122
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
api_instance = MergeAccountingClient::ItemsApi.new
|
|
126
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
127
|
+
id = TODO # String |
|
|
128
|
+
opts = {
|
|
129
|
+
expand: 'purchase_account', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
130
|
+
include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
begin
|
|
134
|
+
|
|
135
|
+
result = api_instance.items_retrieve(x_account_token, id, opts)
|
|
136
|
+
p result
|
|
137
|
+
rescue MergeAccountingClient::ApiError => e
|
|
138
|
+
puts "Error when calling ItemsApi->items_retrieve: #{e}"
|
|
139
|
+
end
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
#### Using the items_retrieve_with_http_info variant
|
|
143
|
+
|
|
144
|
+
This returns an Array which contains the response data, status code and headers.
|
|
145
|
+
|
|
146
|
+
> <Array(<Item>, Integer, Hash)> items_retrieve_with_http_info(x_account_token, id, opts)
|
|
147
|
+
|
|
148
|
+
```ruby
|
|
149
|
+
begin
|
|
150
|
+
|
|
151
|
+
data, status_code, headers = api_instance.items_retrieve_with_http_info(x_account_token, id, opts)
|
|
152
|
+
p status_code # => 2xx
|
|
153
|
+
p headers # => { ... }
|
|
154
|
+
p data # => <Item>
|
|
155
|
+
rescue MergeAccountingClient::ApiError => e
|
|
156
|
+
puts "Error when calling ItemsApi->items_retrieve_with_http_info: #{e}"
|
|
157
|
+
end
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### Parameters
|
|
161
|
+
|
|
162
|
+
| Name | Type | Description | Notes |
|
|
163
|
+
| ---- | ---- | ----------- | ----- |
|
|
164
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
165
|
+
| **id** | [**String**](.md) | | |
|
|
166
|
+
| **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
|
|
167
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
168
|
+
|
|
169
|
+
### Return type
|
|
170
|
+
|
|
171
|
+
[**Item**](Item.md)
|
|
172
|
+
|
|
173
|
+
### Authorization
|
|
174
|
+
|
|
175
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
176
|
+
|
|
177
|
+
### HTTP request headers
|
|
178
|
+
|
|
179
|
+
- **Content-Type**: Not defined
|
|
180
|
+
- **Accept**: application/json
|
|
181
|
+
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
# MergeAccountingClient::JournalEntriesApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**journal_entries_create**](JournalEntriesApi.md#journal_entries_create) | **POST** /journal-entries | |
|
|
8
|
+
| [**journal_entries_list**](JournalEntriesApi.md#journal_entries_list) | **GET** /journal-entries | |
|
|
9
|
+
| [**journal_entries_meta_post_retrieve**](JournalEntriesApi.md#journal_entries_meta_post_retrieve) | **GET** /journal-entries/meta/post | |
|
|
10
|
+
| [**journal_entries_retrieve**](JournalEntriesApi.md#journal_entries_retrieve) | **GET** /journal-entries/{id} | |
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## journal_entries_create
|
|
14
|
+
|
|
15
|
+
> <JournalEntryResponse> journal_entries_create(x_account_token, journal_entry_endpoint_request, opts)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
Creates a `JournalEntry` object with the given values.
|
|
20
|
+
|
|
21
|
+
### Examples
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'time'
|
|
25
|
+
require 'merge_accounting_client'
|
|
26
|
+
# setup authorization
|
|
27
|
+
MergeAccountingClient.configure do |config|
|
|
28
|
+
# Configure API key authorization: tokenAuth
|
|
29
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
30
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
31
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
api_instance = MergeAccountingClient::JournalEntriesApi.new
|
|
35
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
36
|
+
journal_entry_endpoint_request = MergeAccountingClient::JournalEntryEndpointRequest.new({model: MergeAccountingClient::JournalEntryRequest.new}) # JournalEntryEndpointRequest |
|
|
37
|
+
opts = {
|
|
38
|
+
is_debug_mode: true, # Boolean | Whether to include debug fields (such as log file links) in the response.
|
|
39
|
+
run_async: true # Boolean | Whether or not third-party updates should be run asynchronously.
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
begin
|
|
43
|
+
|
|
44
|
+
result = api_instance.journal_entries_create(x_account_token, journal_entry_endpoint_request, opts)
|
|
45
|
+
p result
|
|
46
|
+
rescue MergeAccountingClient::ApiError => e
|
|
47
|
+
puts "Error when calling JournalEntriesApi->journal_entries_create: #{e}"
|
|
48
|
+
end
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
#### Using the journal_entries_create_with_http_info variant
|
|
52
|
+
|
|
53
|
+
This returns an Array which contains the response data, status code and headers.
|
|
54
|
+
|
|
55
|
+
> <Array(<JournalEntryResponse>, Integer, Hash)> journal_entries_create_with_http_info(x_account_token, journal_entry_endpoint_request, opts)
|
|
56
|
+
|
|
57
|
+
```ruby
|
|
58
|
+
begin
|
|
59
|
+
|
|
60
|
+
data, status_code, headers = api_instance.journal_entries_create_with_http_info(x_account_token, journal_entry_endpoint_request, opts)
|
|
61
|
+
p status_code # => 2xx
|
|
62
|
+
p headers # => { ... }
|
|
63
|
+
p data # => <JournalEntryResponse>
|
|
64
|
+
rescue MergeAccountingClient::ApiError => e
|
|
65
|
+
puts "Error when calling JournalEntriesApi->journal_entries_create_with_http_info: #{e}"
|
|
66
|
+
end
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Parameters
|
|
70
|
+
|
|
71
|
+
| Name | Type | Description | Notes |
|
|
72
|
+
| ---- | ---- | ----------- | ----- |
|
|
73
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
74
|
+
| **journal_entry_endpoint_request** | [**JournalEntryEndpointRequest**](JournalEntryEndpointRequest.md) | | |
|
|
75
|
+
| **is_debug_mode** | **Boolean** | Whether to include debug fields (such as log file links) in the response. | [optional] |
|
|
76
|
+
| **run_async** | **Boolean** | Whether or not third-party updates should be run asynchronously. | [optional] |
|
|
77
|
+
|
|
78
|
+
### Return type
|
|
79
|
+
|
|
80
|
+
[**JournalEntryResponse**](JournalEntryResponse.md)
|
|
81
|
+
|
|
82
|
+
### Authorization
|
|
83
|
+
|
|
84
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
85
|
+
|
|
86
|
+
### HTTP request headers
|
|
87
|
+
|
|
88
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
89
|
+
- **Accept**: application/json
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## journal_entries_list
|
|
93
|
+
|
|
94
|
+
> <PaginatedJournalEntryList> journal_entries_list(x_account_token, opts)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
Returns a list of `JournalEntry` objects.
|
|
99
|
+
|
|
100
|
+
### Examples
|
|
101
|
+
|
|
102
|
+
```ruby
|
|
103
|
+
require 'time'
|
|
104
|
+
require 'merge_accounting_client'
|
|
105
|
+
# setup authorization
|
|
106
|
+
MergeAccountingClient.configure do |config|
|
|
107
|
+
# Configure API key authorization: tokenAuth
|
|
108
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
109
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
110
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
api_instance = MergeAccountingClient::JournalEntriesApi.new
|
|
114
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
115
|
+
opts = {
|
|
116
|
+
created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
|
|
117
|
+
created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
|
|
118
|
+
cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
|
|
119
|
+
expand: 'lines', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
120
|
+
include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
|
|
121
|
+
include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
122
|
+
modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
|
|
123
|
+
modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
|
|
124
|
+
page_size: 56, # Integer | Number of results to return per page.
|
|
125
|
+
remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
begin
|
|
129
|
+
|
|
130
|
+
result = api_instance.journal_entries_list(x_account_token, opts)
|
|
131
|
+
p result
|
|
132
|
+
rescue MergeAccountingClient::ApiError => e
|
|
133
|
+
puts "Error when calling JournalEntriesApi->journal_entries_list: #{e}"
|
|
134
|
+
end
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
#### Using the journal_entries_list_with_http_info variant
|
|
138
|
+
|
|
139
|
+
This returns an Array which contains the response data, status code and headers.
|
|
140
|
+
|
|
141
|
+
> <Array(<PaginatedJournalEntryList>, Integer, Hash)> journal_entries_list_with_http_info(x_account_token, opts)
|
|
142
|
+
|
|
143
|
+
```ruby
|
|
144
|
+
begin
|
|
145
|
+
|
|
146
|
+
data, status_code, headers = api_instance.journal_entries_list_with_http_info(x_account_token, opts)
|
|
147
|
+
p status_code # => 2xx
|
|
148
|
+
p headers # => { ... }
|
|
149
|
+
p data # => <PaginatedJournalEntryList>
|
|
150
|
+
rescue MergeAccountingClient::ApiError => e
|
|
151
|
+
puts "Error when calling JournalEntriesApi->journal_entries_list_with_http_info: #{e}"
|
|
152
|
+
end
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
### Parameters
|
|
156
|
+
|
|
157
|
+
| Name | Type | Description | Notes |
|
|
158
|
+
| ---- | ---- | ----------- | ----- |
|
|
159
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
160
|
+
| **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
|
|
161
|
+
| **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
|
|
162
|
+
| **cursor** | **String** | The pagination cursor value. | [optional] |
|
|
163
|
+
| **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
|
|
164
|
+
| **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
|
|
165
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
166
|
+
| **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
|
|
167
|
+
| **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
|
|
168
|
+
| **page_size** | **Integer** | Number of results to return per page. | [optional] |
|
|
169
|
+
| **remote_id** | **String** | The API provider's ID for the given object. | [optional] |
|
|
170
|
+
|
|
171
|
+
### Return type
|
|
172
|
+
|
|
173
|
+
[**PaginatedJournalEntryList**](PaginatedJournalEntryList.md)
|
|
174
|
+
|
|
175
|
+
### Authorization
|
|
176
|
+
|
|
177
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
178
|
+
|
|
179
|
+
### HTTP request headers
|
|
180
|
+
|
|
181
|
+
- **Content-Type**: Not defined
|
|
182
|
+
- **Accept**: application/json
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## journal_entries_meta_post_retrieve
|
|
186
|
+
|
|
187
|
+
> <MetaResponse> journal_entries_meta_post_retrieve(x_account_token)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
Returns metadata for `JournalEntry` POSTs.
|
|
192
|
+
|
|
193
|
+
### Examples
|
|
194
|
+
|
|
195
|
+
```ruby
|
|
196
|
+
require 'time'
|
|
197
|
+
require 'merge_accounting_client'
|
|
198
|
+
# setup authorization
|
|
199
|
+
MergeAccountingClient.configure do |config|
|
|
200
|
+
# Configure API key authorization: tokenAuth
|
|
201
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
202
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
203
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
api_instance = MergeAccountingClient::JournalEntriesApi.new
|
|
207
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
208
|
+
|
|
209
|
+
begin
|
|
210
|
+
|
|
211
|
+
result = api_instance.journal_entries_meta_post_retrieve(x_account_token)
|
|
212
|
+
p result
|
|
213
|
+
rescue MergeAccountingClient::ApiError => e
|
|
214
|
+
puts "Error when calling JournalEntriesApi->journal_entries_meta_post_retrieve: #{e}"
|
|
215
|
+
end
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
#### Using the journal_entries_meta_post_retrieve_with_http_info variant
|
|
219
|
+
|
|
220
|
+
This returns an Array which contains the response data, status code and headers.
|
|
221
|
+
|
|
222
|
+
> <Array(<MetaResponse>, Integer, Hash)> journal_entries_meta_post_retrieve_with_http_info(x_account_token)
|
|
223
|
+
|
|
224
|
+
```ruby
|
|
225
|
+
begin
|
|
226
|
+
|
|
227
|
+
data, status_code, headers = api_instance.journal_entries_meta_post_retrieve_with_http_info(x_account_token)
|
|
228
|
+
p status_code # => 2xx
|
|
229
|
+
p headers # => { ... }
|
|
230
|
+
p data # => <MetaResponse>
|
|
231
|
+
rescue MergeAccountingClient::ApiError => e
|
|
232
|
+
puts "Error when calling JournalEntriesApi->journal_entries_meta_post_retrieve_with_http_info: #{e}"
|
|
233
|
+
end
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
### Parameters
|
|
237
|
+
|
|
238
|
+
| Name | Type | Description | Notes |
|
|
239
|
+
| ---- | ---- | ----------- | ----- |
|
|
240
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
241
|
+
|
|
242
|
+
### Return type
|
|
243
|
+
|
|
244
|
+
[**MetaResponse**](MetaResponse.md)
|
|
245
|
+
|
|
246
|
+
### Authorization
|
|
247
|
+
|
|
248
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
249
|
+
|
|
250
|
+
### HTTP request headers
|
|
251
|
+
|
|
252
|
+
- **Content-Type**: Not defined
|
|
253
|
+
- **Accept**: application/json
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## journal_entries_retrieve
|
|
257
|
+
|
|
258
|
+
> <JournalEntry> journal_entries_retrieve(x_account_token, id, opts)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
Returns a `JournalEntry` object with the given `id`.
|
|
263
|
+
|
|
264
|
+
### Examples
|
|
265
|
+
|
|
266
|
+
```ruby
|
|
267
|
+
require 'time'
|
|
268
|
+
require 'merge_accounting_client'
|
|
269
|
+
# setup authorization
|
|
270
|
+
MergeAccountingClient.configure do |config|
|
|
271
|
+
# Configure API key authorization: tokenAuth
|
|
272
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
273
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
274
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
api_instance = MergeAccountingClient::JournalEntriesApi.new
|
|
278
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
279
|
+
id = TODO # String |
|
|
280
|
+
opts = {
|
|
281
|
+
expand: 'lines', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
282
|
+
include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
begin
|
|
286
|
+
|
|
287
|
+
result = api_instance.journal_entries_retrieve(x_account_token, id, opts)
|
|
288
|
+
p result
|
|
289
|
+
rescue MergeAccountingClient::ApiError => e
|
|
290
|
+
puts "Error when calling JournalEntriesApi->journal_entries_retrieve: #{e}"
|
|
291
|
+
end
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
#### Using the journal_entries_retrieve_with_http_info variant
|
|
295
|
+
|
|
296
|
+
This returns an Array which contains the response data, status code and headers.
|
|
297
|
+
|
|
298
|
+
> <Array(<JournalEntry>, Integer, Hash)> journal_entries_retrieve_with_http_info(x_account_token, id, opts)
|
|
299
|
+
|
|
300
|
+
```ruby
|
|
301
|
+
begin
|
|
302
|
+
|
|
303
|
+
data, status_code, headers = api_instance.journal_entries_retrieve_with_http_info(x_account_token, id, opts)
|
|
304
|
+
p status_code # => 2xx
|
|
305
|
+
p headers # => { ... }
|
|
306
|
+
p data # => <JournalEntry>
|
|
307
|
+
rescue MergeAccountingClient::ApiError => e
|
|
308
|
+
puts "Error when calling JournalEntriesApi->journal_entries_retrieve_with_http_info: #{e}"
|
|
309
|
+
end
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
### Parameters
|
|
313
|
+
|
|
314
|
+
| Name | Type | Description | Notes |
|
|
315
|
+
| ---- | ---- | ----------- | ----- |
|
|
316
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
317
|
+
| **id** | [**String**](.md) | | |
|
|
318
|
+
| **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
|
|
319
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
320
|
+
|
|
321
|
+
### Return type
|
|
322
|
+
|
|
323
|
+
[**JournalEntry**](JournalEntry.md)
|
|
324
|
+
|
|
325
|
+
### Authorization
|
|
326
|
+
|
|
327
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
328
|
+
|
|
329
|
+
### HTTP request headers
|
|
330
|
+
|
|
331
|
+
- **Content-Type**: Not defined
|
|
332
|
+
- **Accept**: application/json
|
|
333
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# MergeAccountingClient::JournalEntry
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | | [optional][readonly] |
|
|
8
|
+
| **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
|
|
9
|
+
| **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
|
|
10
|
+
| **transaction_date** | **Time** | The journal entry's transaction date. | [optional] |
|
|
11
|
+
| **remote_created_at** | **Time** | When the third party's journal entry was created. | [optional] |
|
|
12
|
+
| **payments** | **Array<String>** | Array of `Payment` object IDs. | [optional] |
|
|
13
|
+
| **lines** | [**Array<JournalLine>**](JournalLine.md) | | [optional][readonly] |
|
|
14
|
+
| **memo** | **String** | The journal entry's private note. | [optional] |
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'merge_accounting_client'
|
|
20
|
+
|
|
21
|
+
instance = MergeAccountingClient::JournalEntry.new(
|
|
22
|
+
id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4,
|
|
23
|
+
remote_id: 088899,
|
|
24
|
+
remote_data: [{"path":"/actions","data":["Varies by platform"]}],
|
|
25
|
+
transaction_date: 2020-03-31T00:00Z,
|
|
26
|
+
remote_created_at: 2020-03-31T00:00Z,
|
|
27
|
+
payments: ["b26fd49a-cbae-470a-a8f8-bcbc119e0390"],
|
|
28
|
+
lines: [{"remote_id":"121222","account":"9d892439-5fab-4dbb-8bd8-34f7f96c7912","net_amount":25.54,"description":"Cash payment for lunch"},{"remote_id":"121223","account":"f963f34d-3d2f-4f77-b557-cf36bc7e6498","net_amount":10.0}],
|
|
29
|
+
memo: Weekly Payment
|
|
30
|
+
)
|
|
31
|
+
```
|
|
32
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# MergeAccountingClient::JournalEntryEndpointRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **model** | [**JournalEntryRequest**](JournalEntryRequest.md) | | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'merge_accounting_client'
|
|
13
|
+
|
|
14
|
+
instance = MergeAccountingClient::JournalEntryEndpointRequest.new(
|
|
15
|
+
model: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# MergeAccountingClient::JournalEntryRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
|
|
8
|
+
| **transaction_date** | **Time** | The journal entry's transaction date. | [optional] |
|
|
9
|
+
| **remote_created_at** | **Time** | When the third party's journal entry was created. | [optional] |
|
|
10
|
+
| **payments** | **Array<String>** | Array of `Payment` object IDs. | [optional] |
|
|
11
|
+
| **memo** | **String** | The journal entry's private note. | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'merge_accounting_client'
|
|
17
|
+
|
|
18
|
+
instance = MergeAccountingClient::JournalEntryRequest.new(
|
|
19
|
+
remote_id: 088899,
|
|
20
|
+
transaction_date: 2020-03-31T00:00Z,
|
|
21
|
+
remote_created_at: 2020-03-31T00:00Z,
|
|
22
|
+
payments: ["b26fd49a-cbae-470a-a8f8-bcbc119e0390"],
|
|
23
|
+
memo: Weekly Payment
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# MergeAccountingClient::JournalEntryResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **model** | [**JournalEntry**](JournalEntry.md) | | |
|
|
8
|
+
| **warnings** | [**Array<WarningValidationProblem>**](WarningValidationProblem.md) | | |
|
|
9
|
+
| **errors** | [**Array<ErrorValidationProblem>**](ErrorValidationProblem.md) | | |
|
|
10
|
+
| **logs** | [**Array<DebugModeLog>**](DebugModeLog.md) | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'merge_accounting_client'
|
|
16
|
+
|
|
17
|
+
instance = MergeAccountingClient::JournalEntryResponse.new(
|
|
18
|
+
model: null,
|
|
19
|
+
warnings: null,
|
|
20
|
+
errors: null,
|
|
21
|
+
logs: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/JournalLine.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# MergeAccountingClient::JournalLine
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
|
|
8
|
+
| **account** | **String** | | [optional] |
|
|
9
|
+
| **net_amount** | **Float** | The line's net amount. | [optional] |
|
|
10
|
+
| **tracking_category** | **String** | | [optional] |
|
|
11
|
+
| **description** | **String** | The line's description. | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'merge_accounting_client'
|
|
17
|
+
|
|
18
|
+
instance = MergeAccountingClient::JournalLine.new(
|
|
19
|
+
remote_id: 121222,
|
|
20
|
+
account: 9d892439-5fab-4dbb-8bd8-34f7f96c7912,
|
|
21
|
+
net_amount: 25.54,
|
|
22
|
+
tracking_category: d25d609b-945f-4762-b55a-1c8fb220c43c,
|
|
23
|
+
description: Cash payment for lunch
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# MergeAccountingClient::JournalLineRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
|
|
8
|
+
| **account** | **String** | | [optional] |
|
|
9
|
+
| **net_amount** | **Float** | The line's net amount. | [optional] |
|
|
10
|
+
| **tracking_category** | **String** | | [optional] |
|
|
11
|
+
| **description** | **String** | The line's description. | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'merge_accounting_client'
|
|
17
|
+
|
|
18
|
+
instance = MergeAccountingClient::JournalLineRequest.new(
|
|
19
|
+
remote_id: 121222,
|
|
20
|
+
account: 9d892439-5fab-4dbb-8bd8-34f7f96c7912,
|
|
21
|
+
net_amount: 25.54,
|
|
22
|
+
tracking_category: d25d609b-945f-4762-b55a-1c8fb220c43c,
|
|
23
|
+
description: Cash payment for lunch
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
data/docs/LinkToken.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# MergeAccountingClient::LinkToken
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **link_token** | **String** | | |
|
|
8
|
+
| **integration_name** | **String** | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'merge_accounting_client'
|
|
14
|
+
|
|
15
|
+
instance = MergeAccountingClient::LinkToken.new(
|
|
16
|
+
link_token: necdP7FtdASl1fQwm62be2_dM4wBG8_GactqoUV0,
|
|
17
|
+
integration_name: Lever
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|