merge_accounting_client 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +224 -224
- data/docs/Account.md +2 -0
- data/docs/AccountIntegration.md +5 -1
- data/docs/AccountingAttachment.md +2 -0
- data/docs/AccountingPhoneNumber.md +3 -1
- data/docs/AccountsApi.md +4 -4
- data/docs/Address.md +4 -2
- data/docs/AsyncPassthroughApi.md +155 -0
- data/docs/AsyncPassthroughReciept.md +18 -0
- data/docs/AttachmentsApi.md +4 -4
- data/docs/BalanceSheet.md +2 -0
- data/docs/BalanceSheetsApi.md +4 -4
- data/docs/CashFlowStatement.md +2 -0
- data/docs/CashFlowStatementsApi.md +4 -4
- data/docs/CompanyInfo.md +3 -1
- data/docs/CompanyInfoApi.md +4 -4
- data/docs/Contact.md +2 -0
- data/docs/ContactsApi.md +4 -4
- data/docs/CreditNote.md +6 -0
- data/docs/CreditNoteLineItem.md +3 -1
- data/docs/CreditNotesApi.md +4 -4
- data/docs/DeleteAccountApi.md +9 -9
- data/docs/EndUserDetailsRequest.md +1 -1
- data/docs/Expense.md +4 -0
- data/docs/ExpenseLine.md +3 -1
- data/docs/ExpenseRequest.md +2 -0
- data/docs/ExpensesApi.md +4 -4
- data/docs/ForceResyncApi.md +1 -1
- data/docs/IncomeStatement.md +2 -0
- data/docs/IncomeStatementsApi.md +4 -4
- data/docs/Invoice.md +7 -3
- data/docs/InvoiceLineItem.md +2 -0
- data/docs/InvoiceRequest.md +3 -1
- data/docs/InvoicesApi.md +4 -4
- data/docs/Issue.md +1 -1
- data/docs/IssuesApi.md +6 -6
- data/docs/Item.md +2 -0
- data/docs/ItemsApi.md +4 -4
- data/docs/JournalEntriesApi.md +4 -4
- data/docs/JournalEntry.md +4 -0
- data/docs/JournalLine.md +3 -1
- data/docs/LinkedAccountsApi.md +2 -2
- data/docs/Payment.md +4 -0
- data/docs/PaymentRequest.md +2 -0
- data/docs/PaymentsApi.md +4 -4
- data/docs/PurchaseOrder.md +4 -0
- data/docs/PurchaseOrderLineItem.md +3 -1
- data/docs/PurchaseOrdersApi.md +4 -4
- data/docs/RemoteData.md +1 -1
- data/docs/ReportItem.md +3 -1
- data/docs/SyncStatus.md +1 -1
- data/docs/SyncStatusApi.md +15 -11
- data/docs/TaxRate.md +2 -0
- data/docs/TaxRatesApi.md +4 -4
- data/docs/TrackingCategoriesApi.md +4 -4
- data/docs/TrackingCategory.md +2 -0
- data/docs/Transaction.md +2 -0
- data/docs/TransactionLineItem.md +3 -1
- data/docs/TransactionsApi.md +4 -4
- data/docs/VendorCredit.md +4 -0
- data/docs/VendorCreditLine.md +3 -1
- data/docs/VendorCreditsApi.md +4 -4
- data/git_push.sh +58 -0
- data/lib/merge_accounting_client/api/accounts_api.rb +4 -4
- data/lib/merge_accounting_client/api/async_passthrough_api.rb +160 -0
- data/lib/merge_accounting_client/api/attachments_api.rb +4 -4
- data/lib/merge_accounting_client/api/balance_sheets_api.rb +4 -4
- data/lib/merge_accounting_client/api/cash_flow_statements_api.rb +4 -4
- data/lib/merge_accounting_client/api/company_info_api.rb +4 -4
- data/lib/merge_accounting_client/api/contacts_api.rb +4 -4
- data/lib/merge_accounting_client/api/credit_notes_api.rb +6 -6
- data/lib/merge_accounting_client/api/delete_account_api.rb +7 -7
- data/lib/merge_accounting_client/api/expenses_api.rb +6 -6
- data/lib/merge_accounting_client/api/force_resync_api.rb +2 -2
- data/lib/merge_accounting_client/api/income_statements_api.rb +4 -4
- data/lib/merge_accounting_client/api/invoices_api.rb +6 -6
- data/lib/merge_accounting_client/api/issues_api.rb +6 -6
- data/lib/merge_accounting_client/api/items_api.rb +4 -4
- data/lib/merge_accounting_client/api/journal_entries_api.rb +6 -6
- data/lib/merge_accounting_client/api/linked_accounts_api.rb +2 -2
- data/lib/merge_accounting_client/api/payments_api.rb +6 -6
- data/lib/merge_accounting_client/api/purchase_orders_api.rb +6 -6
- data/lib/merge_accounting_client/api/sync_status_api.rb +2 -2
- data/lib/merge_accounting_client/api/tax_rates_api.rb +4 -4
- data/lib/merge_accounting_client/api/tracking_categories_api.rb +4 -4
- data/lib/merge_accounting_client/api/transactions_api.rb +4 -4
- data/lib/merge_accounting_client/api/vendor_credits_api.rb +6 -6
- data/lib/merge_accounting_client/models/account.rb +11 -1
- data/lib/merge_accounting_client/models/account_integration.rb +26 -4
- data/lib/merge_accounting_client/models/accounting_attachment.rb +11 -1
- data/lib/merge_accounting_client/models/accounting_phone_number.rb +15 -5
- data/lib/merge_accounting_client/models/address.rb +15 -5
- data/lib/merge_accounting_client/models/async_passthrough_reciept.rb +223 -0
- data/lib/merge_accounting_client/models/balance_sheet.rb +11 -1
- data/lib/merge_accounting_client/models/cash_flow_statement.rb +11 -1
- data/lib/merge_accounting_client/models/company_info.rb +11 -1
- data/lib/merge_accounting_client/models/contact.rb +11 -1
- data/lib/merge_accounting_client/models/credit_note.rb +50 -1
- data/lib/merge_accounting_client/models/credit_note_line_item.rb +15 -5
- data/lib/merge_accounting_client/models/end_user_details_request.rb +1 -1
- data/lib/merge_accounting_client/models/expense.rb +22 -1
- data/lib/merge_accounting_client/models/expense_line.rb +15 -5
- data/lib/merge_accounting_client/models/expense_request.rb +12 -1
- data/lib/merge_accounting_client/models/income_statement.rb +11 -1
- data/lib/merge_accounting_client/models/invoice.rb +33 -12
- data/lib/merge_accounting_client/models/invoice_line_item.rb +12 -2
- data/lib/merge_accounting_client/models/invoice_line_item_request.rb +1 -1
- data/lib/merge_accounting_client/models/invoice_request.rb +13 -2
- data/lib/merge_accounting_client/models/issue.rb +1 -0
- data/lib/merge_accounting_client/models/item.rb +11 -1
- data/lib/merge_accounting_client/models/journal_entry.rb +22 -1
- data/lib/merge_accounting_client/models/journal_line.rb +15 -5
- data/lib/merge_accounting_client/models/payment.rb +22 -1
- data/lib/merge_accounting_client/models/payment_request.rb +12 -1
- data/lib/merge_accounting_client/models/purchase_order.rb +22 -1
- data/lib/merge_accounting_client/models/purchase_order_line_item.rb +15 -5
- data/lib/merge_accounting_client/models/remote_data.rb +3 -4
- data/lib/merge_accounting_client/models/report_item.rb +15 -5
- data/lib/merge_accounting_client/models/sync_status_status_enum.rb +1 -1
- data/lib/merge_accounting_client/models/tax_rate.rb +11 -1
- data/lib/merge_accounting_client/models/tracking_category.rb +11 -1
- data/lib/merge_accounting_client/models/transaction.rb +11 -1
- data/lib/merge_accounting_client/models/transaction_line_item.rb +15 -5
- data/lib/merge_accounting_client/models/vendor_credit.rb +22 -1
- data/lib/merge_accounting_client/models/vendor_credit_line.rb +15 -5
- data/lib/merge_accounting_client/version.rb +1 -1
- data/lib/merge_accounting_client.rb +6 -2
- data/spec/api/accounts_api_spec.rb +2 -2
- data/spec/api/async_passthrough_api_spec.rb +59 -0
- data/spec/api/attachments_api_spec.rb +2 -2
- data/spec/api/balance_sheets_api_spec.rb +2 -2
- data/spec/api/cash_flow_statements_api_spec.rb +2 -2
- data/spec/api/company_info_api_spec.rb +2 -2
- data/spec/api/contacts_api_spec.rb +2 -2
- data/spec/api/credit_notes_api_spec.rb +2 -2
- data/spec/api/delete_account_api_spec.rb +2 -2
- data/spec/api/expenses_api_spec.rb +2 -2
- data/spec/api/force_resync_api_spec.rb +1 -1
- data/spec/api/income_statements_api_spec.rb +2 -2
- data/spec/api/invoices_api_spec.rb +2 -2
- data/spec/api/issues_api_spec.rb +3 -3
- data/spec/api/items_api_spec.rb +2 -2
- data/spec/api/journal_entries_api_spec.rb +2 -2
- data/spec/api/linked_accounts_api_spec.rb +1 -1
- data/spec/api/payments_api_spec.rb +2 -2
- data/spec/api/purchase_orders_api_spec.rb +2 -2
- data/spec/api/sync_status_api_spec.rb +1 -1
- data/spec/api/tax_rates_api_spec.rb +2 -2
- data/spec/api/tracking_categories_api_spec.rb +2 -2
- data/spec/api/transactions_api_spec.rb +2 -2
- data/spec/api/vendor_credits_api_spec.rb +2 -2
- data/spec/models/account_integration_spec.rb +12 -0
- data/spec/models/account_spec.rb +6 -0
- data/spec/models/accounting_attachment_spec.rb +6 -0
- data/spec/models/accounting_phone_number_spec.rb +6 -0
- data/spec/models/address_spec.rb +6 -0
- data/spec/models/async_passthrough_reciept_spec.rb +34 -0
- data/spec/models/balance_sheet_spec.rb +6 -0
- data/spec/models/cash_flow_statement_spec.rb +6 -0
- data/spec/models/company_info_spec.rb +6 -0
- data/spec/models/contact_spec.rb +6 -0
- data/spec/models/credit_note_line_item_spec.rb +6 -0
- data/spec/models/credit_note_spec.rb +18 -0
- data/spec/models/expense_line_spec.rb +6 -0
- data/spec/models/expense_request_spec.rb +6 -0
- data/spec/models/expense_spec.rb +12 -0
- data/spec/models/income_statement_spec.rb +6 -0
- data/spec/models/invoice_line_item_spec.rb +6 -0
- data/spec/models/invoice_request_spec.rb +6 -0
- data/spec/models/invoice_spec.rb +14 -2
- data/spec/models/item_spec.rb +6 -0
- data/spec/models/journal_entry_spec.rb +12 -0
- data/spec/models/journal_line_spec.rb +6 -0
- data/spec/models/payment_request_spec.rb +6 -0
- data/spec/models/payment_spec.rb +12 -0
- data/spec/models/purchase_order_line_item_spec.rb +6 -0
- data/spec/models/purchase_order_spec.rb +12 -0
- data/spec/models/report_item_spec.rb +6 -0
- data/spec/models/tax_rate_spec.rb +6 -0
- data/spec/models/tracking_category_spec.rb +6 -0
- data/spec/models/transaction_line_item_spec.rb +6 -0
- data/spec/models/transaction_spec.rb +6 -0
- data/spec/models/vendor_credit_line_spec.rb +6 -0
- data/spec/models/vendor_credit_spec.rb +12 -0
- metadata +163 -154
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 518b3d7fce2496b36f8504c872a0057095c15cdcf5274d254ad7e431963928e1
|
4
|
+
data.tar.gz: d2a2bc91725813146eca6f7fb4bfc5eeceb5f6f44d758807e256d570738bf267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f005f4c033e66fcafabe076686835991475d4698889d92e213f5475dc4356d1c97e1aea38ac6f506095395e121030c7ba4bdc72f015465dfdae0c1a82701ccca
|
7
|
+
data.tar.gz: 0c4bc7cf9d32d27ae28ef6de832a2a5e516c79c8d9639da75e5b87fe977f21e3fc7fa11da29b01e38ab8e2c0785cb6b6f4bee3a4cd0858888ba58448993dee08
|
data/README.md
CHANGED
@@ -7,9 +7,9 @@ The unified API for building rich integrations with multiple Accounting & Financ
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 1.0
|
10
|
-
- Package version: 1.0.
|
10
|
+
- Package version: 1.0.9
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
|
-
|
12
|
+
For more information, please visit [https://www.merge.dev/](https://www.merge.dev/)
|
13
13
|
|
14
14
|
## Installation
|
15
15
|
|
@@ -24,16 +24,16 @@ gem build merge_accounting_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./merge_accounting_client-1.0.
|
27
|
+
gem install ./merge_accounting_client-1.0.9.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./merge_accounting_client-1.0.
|
30
|
+
(for development, run `gem install --dev ./merge_accounting_client-1.0.9.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'merge_accounting_client', '~> 1.0.
|
36
|
+
gem 'merge_accounting_client', '~> 1.0.9'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -81,233 +81,233 @@ end
|
|
81
81
|
|
82
82
|
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
83
83
|
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
84
|
+
Class | Method | HTTP request | Description
|
85
|
+
------------ | ------------- | ------------- | -------------
|
86
|
+
*MergeAccountingClient::AccountDetailsApi* | [**account_details_retrieve**](docs/AccountDetailsApi.md#account_details_retrieve) | **GET** /account-details |
|
87
|
+
*MergeAccountingClient::AccountTokenApi* | [**account_token_retrieve**](docs/AccountTokenApi.md#account_token_retrieve) | **GET** /account-token/{public_token} |
|
88
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_create**](docs/AccountsApi.md#accounts_create) | **POST** /accounts |
|
89
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_list**](docs/AccountsApi.md#accounts_list) | **GET** /accounts |
|
90
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_meta_post_retrieve**](docs/AccountsApi.md#accounts_meta_post_retrieve) | **GET** /accounts/meta/post |
|
91
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_retrieve**](docs/AccountsApi.md#accounts_retrieve) | **GET** /accounts/{id} |
|
92
|
+
*MergeAccountingClient::AddressesApi* | [**addresses_retrieve**](docs/AddressesApi.md#addresses_retrieve) | **GET** /addresses/{id} |
|
93
|
+
*MergeAccountingClient::AsyncPassthroughApi* | [**async_passthrough_create**](docs/AsyncPassthroughApi.md#async_passthrough_create) | **POST** /async-passthrough |
|
94
|
+
*MergeAccountingClient::AsyncPassthroughApi* | [**async_passthrough_retrieve**](docs/AsyncPassthroughApi.md#async_passthrough_retrieve) | **GET** /async-passthrough/{async_passthrough_receipt_id} |
|
95
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_create**](docs/AttachmentsApi.md#attachments_create) | **POST** /attachments |
|
96
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_list**](docs/AttachmentsApi.md#attachments_list) | **GET** /attachments |
|
97
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_meta_post_retrieve**](docs/AttachmentsApi.md#attachments_meta_post_retrieve) | **GET** /attachments/meta/post |
|
98
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_retrieve**](docs/AttachmentsApi.md#attachments_retrieve) | **GET** /attachments/{id} |
|
99
|
+
*MergeAccountingClient::AvailableActionsApi* | [**available_actions_retrieve**](docs/AvailableActionsApi.md#available_actions_retrieve) | **GET** /available-actions |
|
100
|
+
*MergeAccountingClient::BalanceSheetsApi* | [**balance_sheets_list**](docs/BalanceSheetsApi.md#balance_sheets_list) | **GET** /balance-sheets |
|
101
|
+
*MergeAccountingClient::BalanceSheetsApi* | [**balance_sheets_retrieve**](docs/BalanceSheetsApi.md#balance_sheets_retrieve) | **GET** /balance-sheets/{id} |
|
102
|
+
*MergeAccountingClient::CashFlowStatementsApi* | [**cash_flow_statements_list**](docs/CashFlowStatementsApi.md#cash_flow_statements_list) | **GET** /cash-flow-statements |
|
103
|
+
*MergeAccountingClient::CashFlowStatementsApi* | [**cash_flow_statements_retrieve**](docs/CashFlowStatementsApi.md#cash_flow_statements_retrieve) | **GET** /cash-flow-statements/{id} |
|
104
|
+
*MergeAccountingClient::CompanyInfoApi* | [**company_info_list**](docs/CompanyInfoApi.md#company_info_list) | **GET** /company-info |
|
105
|
+
*MergeAccountingClient::CompanyInfoApi* | [**company_info_retrieve**](docs/CompanyInfoApi.md#company_info_retrieve) | **GET** /company-info/{id} |
|
106
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_create**](docs/ContactsApi.md#contacts_create) | **POST** /contacts |
|
107
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_list**](docs/ContactsApi.md#contacts_list) | **GET** /contacts |
|
108
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_meta_post_retrieve**](docs/ContactsApi.md#contacts_meta_post_retrieve) | **GET** /contacts/meta/post |
|
109
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_retrieve**](docs/ContactsApi.md#contacts_retrieve) | **GET** /contacts/{id} |
|
110
|
+
*MergeAccountingClient::CreditNotesApi* | [**credit_notes_list**](docs/CreditNotesApi.md#credit_notes_list) | **GET** /credit-notes |
|
111
|
+
*MergeAccountingClient::CreditNotesApi* | [**credit_notes_retrieve**](docs/CreditNotesApi.md#credit_notes_retrieve) | **GET** /credit-notes/{id} |
|
112
|
+
*MergeAccountingClient::DeleteAccountApi* | [**delete_account_delete**](docs/DeleteAccountApi.md#delete_account_delete) | **POST** /delete-account |
|
113
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_create**](docs/ExpensesApi.md#expenses_create) | **POST** /expenses |
|
114
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_list**](docs/ExpensesApi.md#expenses_list) | **GET** /expenses |
|
115
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_meta_post_retrieve**](docs/ExpensesApi.md#expenses_meta_post_retrieve) | **GET** /expenses/meta/post |
|
116
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_retrieve**](docs/ExpensesApi.md#expenses_retrieve) | **GET** /expenses/{id} |
|
117
|
+
*MergeAccountingClient::ForceResyncApi* | [**sync_status_resync_create**](docs/ForceResyncApi.md#sync_status_resync_create) | **POST** /sync-status/resync |
|
118
|
+
*MergeAccountingClient::GenerateKeyApi* | [**generate_key_create**](docs/GenerateKeyApi.md#generate_key_create) | **POST** /generate-key |
|
119
|
+
*MergeAccountingClient::IncomeStatementsApi* | [**income_statements_list**](docs/IncomeStatementsApi.md#income_statements_list) | **GET** /income-statements |
|
120
|
+
*MergeAccountingClient::IncomeStatementsApi* | [**income_statements_retrieve**](docs/IncomeStatementsApi.md#income_statements_retrieve) | **GET** /income-statements/{id} |
|
121
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_create**](docs/InvoicesApi.md#invoices_create) | **POST** /invoices |
|
122
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_list**](docs/InvoicesApi.md#invoices_list) | **GET** /invoices |
|
123
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_meta_post_retrieve**](docs/InvoicesApi.md#invoices_meta_post_retrieve) | **GET** /invoices/meta/post |
|
124
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_retrieve**](docs/InvoicesApi.md#invoices_retrieve) | **GET** /invoices/{id} |
|
125
|
+
*MergeAccountingClient::IssuesApi* | [**issues_list**](docs/IssuesApi.md#issues_list) | **GET** /issues |
|
126
|
+
*MergeAccountingClient::IssuesApi* | [**issues_retrieve**](docs/IssuesApi.md#issues_retrieve) | **GET** /issues/{id} |
|
127
|
+
*MergeAccountingClient::ItemsApi* | [**items_list**](docs/ItemsApi.md#items_list) | **GET** /items |
|
128
|
+
*MergeAccountingClient::ItemsApi* | [**items_retrieve**](docs/ItemsApi.md#items_retrieve) | **GET** /items/{id} |
|
129
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_create**](docs/JournalEntriesApi.md#journal_entries_create) | **POST** /journal-entries |
|
130
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_list**](docs/JournalEntriesApi.md#journal_entries_list) | **GET** /journal-entries |
|
131
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_meta_post_retrieve**](docs/JournalEntriesApi.md#journal_entries_meta_post_retrieve) | **GET** /journal-entries/meta/post |
|
132
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_retrieve**](docs/JournalEntriesApi.md#journal_entries_retrieve) | **GET** /journal-entries/{id} |
|
133
|
+
*MergeAccountingClient::LinkTokenApi* | [**link_token_create**](docs/LinkTokenApi.md#link_token_create) | **POST** /link-token |
|
134
|
+
*MergeAccountingClient::LinkedAccountsApi* | [**linked_accounts_list**](docs/LinkedAccountsApi.md#linked_accounts_list) | **GET** /linked-accounts |
|
135
|
+
*MergeAccountingClient::PassthroughApi* | [**passthrough_create**](docs/PassthroughApi.md#passthrough_create) | **POST** /passthrough |
|
136
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_create**](docs/PaymentsApi.md#payments_create) | **POST** /payments |
|
137
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_list**](docs/PaymentsApi.md#payments_list) | **GET** /payments |
|
138
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_meta_post_retrieve**](docs/PaymentsApi.md#payments_meta_post_retrieve) | **GET** /payments/meta/post |
|
139
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_retrieve**](docs/PaymentsApi.md#payments_retrieve) | **GET** /payments/{id} |
|
140
|
+
*MergeAccountingClient::PhoneNumbersApi* | [**phone_numbers_retrieve**](docs/PhoneNumbersApi.md#phone_numbers_retrieve) | **GET** /phone-numbers/{id} |
|
141
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_create**](docs/PurchaseOrdersApi.md#purchase_orders_create) | **POST** /purchase-orders |
|
142
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_list**](docs/PurchaseOrdersApi.md#purchase_orders_list) | **GET** /purchase-orders |
|
143
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_meta_post_retrieve**](docs/PurchaseOrdersApi.md#purchase_orders_meta_post_retrieve) | **GET** /purchase-orders/meta/post |
|
144
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_retrieve**](docs/PurchaseOrdersApi.md#purchase_orders_retrieve) | **GET** /purchase-orders/{id} |
|
145
|
+
*MergeAccountingClient::RegenerateKeyApi* | [**regenerate_key_create**](docs/RegenerateKeyApi.md#regenerate_key_create) | **POST** /regenerate-key |
|
146
|
+
*MergeAccountingClient::SelectiveSyncApi* | [**selective_sync_configurations_list**](docs/SelectiveSyncApi.md#selective_sync_configurations_list) | **GET** /selective-sync/configurations |
|
147
|
+
*MergeAccountingClient::SelectiveSyncApi* | [**selective_sync_configurations_update**](docs/SelectiveSyncApi.md#selective_sync_configurations_update) | **PUT** /selective-sync/configurations |
|
148
|
+
*MergeAccountingClient::SelectiveSyncApi* | [**selective_sync_meta_list**](docs/SelectiveSyncApi.md#selective_sync_meta_list) | **GET** /selective-sync/meta |
|
149
|
+
*MergeAccountingClient::SyncStatusApi* | [**sync_status_list**](docs/SyncStatusApi.md#sync_status_list) | **GET** /sync-status |
|
150
|
+
*MergeAccountingClient::TaxRatesApi* | [**tax_rates_list**](docs/TaxRatesApi.md#tax_rates_list) | **GET** /tax-rates |
|
151
|
+
*MergeAccountingClient::TaxRatesApi* | [**tax_rates_retrieve**](docs/TaxRatesApi.md#tax_rates_retrieve) | **GET** /tax-rates/{id} |
|
152
|
+
*MergeAccountingClient::TrackingCategoriesApi* | [**tracking_categories_list**](docs/TrackingCategoriesApi.md#tracking_categories_list) | **GET** /tracking-categories |
|
153
|
+
*MergeAccountingClient::TrackingCategoriesApi* | [**tracking_categories_retrieve**](docs/TrackingCategoriesApi.md#tracking_categories_retrieve) | **GET** /tracking-categories/{id} |
|
154
|
+
*MergeAccountingClient::TransactionsApi* | [**transactions_list**](docs/TransactionsApi.md#transactions_list) | **GET** /transactions |
|
155
|
+
*MergeAccountingClient::TransactionsApi* | [**transactions_retrieve**](docs/TransactionsApi.md#transactions_retrieve) | **GET** /transactions/{id} |
|
156
|
+
*MergeAccountingClient::VendorCreditsApi* | [**vendor_credits_list**](docs/VendorCreditsApi.md#vendor_credits_list) | **GET** /vendor-credits |
|
157
|
+
*MergeAccountingClient::VendorCreditsApi* | [**vendor_credits_retrieve**](docs/VendorCreditsApi.md#vendor_credits_retrieve) | **GET** /vendor-credits/{id} |
|
158
|
+
*MergeAccountingClient::WebhookReceiversApi* | [**webhook_receivers_create**](docs/WebhookReceiversApi.md#webhook_receivers_create) | **POST** /webhook-receivers |
|
159
|
+
*MergeAccountingClient::WebhookReceiversApi* | [**webhook_receivers_list**](docs/WebhookReceiversApi.md#webhook_receivers_list) | **GET** /webhook-receivers |
|
160
|
+
|
160
161
|
|
161
162
|
## Documentation for Models
|
162
163
|
|
163
|
-
- [MergeAccountingClient::Account](docs/Account.md)
|
164
|
-
- [MergeAccountingClient::AccountDetails](docs/AccountDetails.md)
|
165
|
-
- [MergeAccountingClient::AccountDetailsAndActions](docs/AccountDetailsAndActions.md)
|
166
|
-
- [MergeAccountingClient::AccountDetailsAndActionsIntegration](docs/AccountDetailsAndActionsIntegration.md)
|
167
|
-
- [MergeAccountingClient::AccountDetailsAndActionsStatusEnum](docs/AccountDetailsAndActionsStatusEnum.md)
|
168
|
-
- [MergeAccountingClient::AccountEndpointRequest](docs/AccountEndpointRequest.md)
|
169
|
-
- [MergeAccountingClient::AccountIntegration](docs/AccountIntegration.md)
|
170
|
-
- [MergeAccountingClient::AccountRequest](docs/AccountRequest.md)
|
171
|
-
- [MergeAccountingClient::AccountResponse](docs/AccountResponse.md)
|
172
|
-
- [MergeAccountingClient::AccountStatusEnum](docs/AccountStatusEnum.md)
|
173
|
-
- [MergeAccountingClient::AccountToken](docs/AccountToken.md)
|
174
|
-
- [MergeAccountingClient::AccountingAttachment](docs/AccountingAttachment.md)
|
175
|
-
- [MergeAccountingClient::AccountingAttachmentEndpointRequest](docs/AccountingAttachmentEndpointRequest.md)
|
176
|
-
- [MergeAccountingClient::AccountingAttachmentRequest](docs/AccountingAttachmentRequest.md)
|
177
|
-
- [MergeAccountingClient::AccountingAttachmentResponse](docs/AccountingAttachmentResponse.md)
|
178
|
-
- [MergeAccountingClient::AccountingPhoneNumber](docs/AccountingPhoneNumber.md)
|
179
|
-
- [MergeAccountingClient::AccountingPhoneNumberRequest](docs/AccountingPhoneNumberRequest.md)
|
180
|
-
- [MergeAccountingClient::Address](docs/Address.md)
|
181
|
-
- [MergeAccountingClient::AddressTypeEnum](docs/AddressTypeEnum.md)
|
182
|
-
- [MergeAccountingClient::
|
183
|
-
- [MergeAccountingClient::
|
184
|
-
- [MergeAccountingClient::
|
185
|
-
- [MergeAccountingClient::
|
186
|
-
- [MergeAccountingClient::
|
187
|
-
- [MergeAccountingClient::
|
188
|
-
- [MergeAccountingClient::
|
189
|
-
- [MergeAccountingClient::
|
190
|
-
- [MergeAccountingClient::
|
191
|
-
- [MergeAccountingClient::
|
192
|
-
- [MergeAccountingClient::
|
193
|
-
- [MergeAccountingClient::
|
194
|
-
- [MergeAccountingClient::
|
195
|
-
- [MergeAccountingClient::
|
196
|
-
- [MergeAccountingClient::
|
197
|
-
- [MergeAccountingClient::
|
198
|
-
- [MergeAccountingClient::
|
199
|
-
- [MergeAccountingClient::
|
200
|
-
- [MergeAccountingClient::
|
201
|
-
- [MergeAccountingClient::
|
202
|
-
- [MergeAccountingClient::
|
203
|
-
- [MergeAccountingClient::
|
204
|
-
- [MergeAccountingClient::
|
205
|
-
- [MergeAccountingClient::
|
206
|
-
- [MergeAccountingClient::
|
207
|
-
- [MergeAccountingClient::
|
208
|
-
- [MergeAccountingClient::
|
209
|
-
- [MergeAccountingClient::
|
210
|
-
- [MergeAccountingClient::
|
211
|
-
- [MergeAccountingClient::
|
212
|
-
- [MergeAccountingClient::
|
213
|
-
- [MergeAccountingClient::
|
214
|
-
- [MergeAccountingClient::
|
215
|
-
- [MergeAccountingClient::
|
216
|
-
- [MergeAccountingClient::
|
217
|
-
- [MergeAccountingClient::
|
218
|
-
- [MergeAccountingClient::
|
219
|
-
- [MergeAccountingClient::
|
220
|
-
- [MergeAccountingClient::
|
221
|
-
- [MergeAccountingClient::
|
222
|
-
- [MergeAccountingClient::
|
223
|
-
- [MergeAccountingClient::
|
224
|
-
- [MergeAccountingClient::
|
225
|
-
- [MergeAccountingClient::
|
226
|
-
- [MergeAccountingClient::
|
227
|
-
- [MergeAccountingClient::
|
228
|
-
- [MergeAccountingClient::
|
229
|
-
- [MergeAccountingClient::
|
230
|
-
- [MergeAccountingClient::
|
231
|
-
- [MergeAccountingClient::
|
232
|
-
- [MergeAccountingClient::
|
233
|
-
- [MergeAccountingClient::
|
234
|
-
- [MergeAccountingClient::
|
235
|
-
- [MergeAccountingClient::
|
236
|
-
- [MergeAccountingClient::
|
237
|
-
- [MergeAccountingClient::
|
238
|
-
- [MergeAccountingClient::
|
239
|
-
- [MergeAccountingClient::
|
240
|
-
- [MergeAccountingClient::
|
241
|
-
- [MergeAccountingClient::
|
242
|
-
- [MergeAccountingClient::
|
243
|
-
- [MergeAccountingClient::
|
244
|
-
- [MergeAccountingClient::
|
245
|
-
- [MergeAccountingClient::
|
246
|
-
- [MergeAccountingClient::
|
247
|
-
- [MergeAccountingClient::
|
248
|
-
- [MergeAccountingClient::
|
249
|
-
- [MergeAccountingClient::
|
250
|
-
- [MergeAccountingClient::
|
251
|
-
- [MergeAccountingClient::
|
252
|
-
- [MergeAccountingClient::
|
253
|
-
- [MergeAccountingClient::
|
254
|
-
- [MergeAccountingClient::
|
255
|
-
- [MergeAccountingClient::
|
256
|
-
- [MergeAccountingClient::
|
257
|
-
- [MergeAccountingClient::
|
258
|
-
- [MergeAccountingClient::
|
259
|
-
- [MergeAccountingClient::
|
260
|
-
- [MergeAccountingClient::
|
261
|
-
- [MergeAccountingClient::
|
262
|
-
- [MergeAccountingClient::
|
263
|
-
- [MergeAccountingClient::
|
264
|
-
- [MergeAccountingClient::
|
265
|
-
- [MergeAccountingClient::
|
266
|
-
- [MergeAccountingClient::
|
267
|
-
- [MergeAccountingClient::
|
268
|
-
- [MergeAccountingClient::
|
269
|
-
- [MergeAccountingClient::
|
270
|
-
- [MergeAccountingClient::
|
271
|
-
- [MergeAccountingClient::
|
272
|
-
- [MergeAccountingClient::
|
273
|
-
- [MergeAccountingClient::
|
274
|
-
- [MergeAccountingClient::
|
275
|
-
- [MergeAccountingClient::
|
276
|
-
- [MergeAccountingClient::
|
277
|
-
- [MergeAccountingClient::
|
278
|
-
- [MergeAccountingClient::
|
279
|
-
- [MergeAccountingClient::
|
280
|
-
- [MergeAccountingClient::
|
281
|
-
- [MergeAccountingClient::
|
282
|
-
- [MergeAccountingClient::
|
283
|
-
- [MergeAccountingClient::
|
284
|
-
- [MergeAccountingClient::
|
285
|
-
- [MergeAccountingClient::
|
286
|
-
- [MergeAccountingClient::
|
287
|
-
- [MergeAccountingClient::
|
288
|
-
- [MergeAccountingClient::
|
289
|
-
- [MergeAccountingClient::
|
290
|
-
- [MergeAccountingClient::
|
291
|
-
- [MergeAccountingClient::
|
292
|
-
- [MergeAccountingClient::
|
293
|
-
- [MergeAccountingClient::
|
294
|
-
- [MergeAccountingClient::
|
295
|
-
- [MergeAccountingClient::
|
296
|
-
- [MergeAccountingClient::
|
297
|
-
- [MergeAccountingClient::
|
298
|
-
- [MergeAccountingClient::
|
299
|
-
- [MergeAccountingClient::
|
300
|
-
- [MergeAccountingClient::
|
301
|
-
|
302
|
-
- [MergeAccountingClient::VendorCreditLine](docs/VendorCreditLine.md)
|
303
|
-
- [MergeAccountingClient::WarningValidationProblem](docs/WarningValidationProblem.md)
|
304
|
-
- [MergeAccountingClient::WebhookReceiver](docs/WebhookReceiver.md)
|
305
|
-
- [MergeAccountingClient::WebhookReceiverRequest](docs/WebhookReceiverRequest.md)
|
164
|
+
- [MergeAccountingClient::Account](docs/Account.md)
|
165
|
+
- [MergeAccountingClient::AccountDetails](docs/AccountDetails.md)
|
166
|
+
- [MergeAccountingClient::AccountDetailsAndActions](docs/AccountDetailsAndActions.md)
|
167
|
+
- [MergeAccountingClient::AccountDetailsAndActionsIntegration](docs/AccountDetailsAndActionsIntegration.md)
|
168
|
+
- [MergeAccountingClient::AccountDetailsAndActionsStatusEnum](docs/AccountDetailsAndActionsStatusEnum.md)
|
169
|
+
- [MergeAccountingClient::AccountEndpointRequest](docs/AccountEndpointRequest.md)
|
170
|
+
- [MergeAccountingClient::AccountIntegration](docs/AccountIntegration.md)
|
171
|
+
- [MergeAccountingClient::AccountRequest](docs/AccountRequest.md)
|
172
|
+
- [MergeAccountingClient::AccountResponse](docs/AccountResponse.md)
|
173
|
+
- [MergeAccountingClient::AccountStatusEnum](docs/AccountStatusEnum.md)
|
174
|
+
- [MergeAccountingClient::AccountToken](docs/AccountToken.md)
|
175
|
+
- [MergeAccountingClient::AccountingAttachment](docs/AccountingAttachment.md)
|
176
|
+
- [MergeAccountingClient::AccountingAttachmentEndpointRequest](docs/AccountingAttachmentEndpointRequest.md)
|
177
|
+
- [MergeAccountingClient::AccountingAttachmentRequest](docs/AccountingAttachmentRequest.md)
|
178
|
+
- [MergeAccountingClient::AccountingAttachmentResponse](docs/AccountingAttachmentResponse.md)
|
179
|
+
- [MergeAccountingClient::AccountingPhoneNumber](docs/AccountingPhoneNumber.md)
|
180
|
+
- [MergeAccountingClient::AccountingPhoneNumberRequest](docs/AccountingPhoneNumberRequest.md)
|
181
|
+
- [MergeAccountingClient::Address](docs/Address.md)
|
182
|
+
- [MergeAccountingClient::AddressTypeEnum](docs/AddressTypeEnum.md)
|
183
|
+
- [MergeAccountingClient::AsyncPassthroughReciept](docs/AsyncPassthroughReciept.md)
|
184
|
+
- [MergeAccountingClient::AvailableActions](docs/AvailableActions.md)
|
185
|
+
- [MergeAccountingClient::BalanceSheet](docs/BalanceSheet.md)
|
186
|
+
- [MergeAccountingClient::CashFlowStatement](docs/CashFlowStatement.md)
|
187
|
+
- [MergeAccountingClient::CategoriesEnum](docs/CategoriesEnum.md)
|
188
|
+
- [MergeAccountingClient::CategoryEnum](docs/CategoryEnum.md)
|
189
|
+
- [MergeAccountingClient::CategoryTypeEnum](docs/CategoryTypeEnum.md)
|
190
|
+
- [MergeAccountingClient::ClassificationEnum](docs/ClassificationEnum.md)
|
191
|
+
- [MergeAccountingClient::CommonModelScopesBodyRequest](docs/CommonModelScopesBodyRequest.md)
|
192
|
+
- [MergeAccountingClient::CompanyInfo](docs/CompanyInfo.md)
|
193
|
+
- [MergeAccountingClient::ConditionSchema](docs/ConditionSchema.md)
|
194
|
+
- [MergeAccountingClient::ConditionTypeEnum](docs/ConditionTypeEnum.md)
|
195
|
+
- [MergeAccountingClient::Contact](docs/Contact.md)
|
196
|
+
- [MergeAccountingClient::ContactEndpointRequest](docs/ContactEndpointRequest.md)
|
197
|
+
- [MergeAccountingClient::ContactRequest](docs/ContactRequest.md)
|
198
|
+
- [MergeAccountingClient::ContactResponse](docs/ContactResponse.md)
|
199
|
+
- [MergeAccountingClient::CountryEnum](docs/CountryEnum.md)
|
200
|
+
- [MergeAccountingClient::CreditNote](docs/CreditNote.md)
|
201
|
+
- [MergeAccountingClient::CreditNoteLineItem](docs/CreditNoteLineItem.md)
|
202
|
+
- [MergeAccountingClient::CreditNoteStatusEnum](docs/CreditNoteStatusEnum.md)
|
203
|
+
- [MergeAccountingClient::CurrencyEnum](docs/CurrencyEnum.md)
|
204
|
+
- [MergeAccountingClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
|
205
|
+
- [MergeAccountingClient::DebugModeLog](docs/DebugModeLog.md)
|
206
|
+
- [MergeAccountingClient::DebugModelLogSummary](docs/DebugModelLogSummary.md)
|
207
|
+
- [MergeAccountingClient::EnabledActionsEnum](docs/EnabledActionsEnum.md)
|
208
|
+
- [MergeAccountingClient::EncodingEnum](docs/EncodingEnum.md)
|
209
|
+
- [MergeAccountingClient::EndUserDetailsRequest](docs/EndUserDetailsRequest.md)
|
210
|
+
- [MergeAccountingClient::ErrorValidationProblem](docs/ErrorValidationProblem.md)
|
211
|
+
- [MergeAccountingClient::Expense](docs/Expense.md)
|
212
|
+
- [MergeAccountingClient::ExpenseEndpointRequest](docs/ExpenseEndpointRequest.md)
|
213
|
+
- [MergeAccountingClient::ExpenseLine](docs/ExpenseLine.md)
|
214
|
+
- [MergeAccountingClient::ExpenseLineRequest](docs/ExpenseLineRequest.md)
|
215
|
+
- [MergeAccountingClient::ExpenseRequest](docs/ExpenseRequest.md)
|
216
|
+
- [MergeAccountingClient::ExpenseResponse](docs/ExpenseResponse.md)
|
217
|
+
- [MergeAccountingClient::GenerateRemoteKeyRequest](docs/GenerateRemoteKeyRequest.md)
|
218
|
+
- [MergeAccountingClient::IncomeStatement](docs/IncomeStatement.md)
|
219
|
+
- [MergeAccountingClient::Invoice](docs/Invoice.md)
|
220
|
+
- [MergeAccountingClient::InvoiceEndpointRequest](docs/InvoiceEndpointRequest.md)
|
221
|
+
- [MergeAccountingClient::InvoiceLineItem](docs/InvoiceLineItem.md)
|
222
|
+
- [MergeAccountingClient::InvoiceLineItemRequest](docs/InvoiceLineItemRequest.md)
|
223
|
+
- [MergeAccountingClient::InvoiceRequest](docs/InvoiceRequest.md)
|
224
|
+
- [MergeAccountingClient::InvoiceResponse](docs/InvoiceResponse.md)
|
225
|
+
- [MergeAccountingClient::InvoiceTypeEnum](docs/InvoiceTypeEnum.md)
|
226
|
+
- [MergeAccountingClient::Issue](docs/Issue.md)
|
227
|
+
- [MergeAccountingClient::IssueStatusEnum](docs/IssueStatusEnum.md)
|
228
|
+
- [MergeAccountingClient::Item](docs/Item.md)
|
229
|
+
- [MergeAccountingClient::JournalEntry](docs/JournalEntry.md)
|
230
|
+
- [MergeAccountingClient::JournalEntryEndpointRequest](docs/JournalEntryEndpointRequest.md)
|
231
|
+
- [MergeAccountingClient::JournalEntryRequest](docs/JournalEntryRequest.md)
|
232
|
+
- [MergeAccountingClient::JournalEntryResponse](docs/JournalEntryResponse.md)
|
233
|
+
- [MergeAccountingClient::JournalLine](docs/JournalLine.md)
|
234
|
+
- [MergeAccountingClient::JournalLineRequest](docs/JournalLineRequest.md)
|
235
|
+
- [MergeAccountingClient::LinkToken](docs/LinkToken.md)
|
236
|
+
- [MergeAccountingClient::LinkedAccountCondition](docs/LinkedAccountCondition.md)
|
237
|
+
- [MergeAccountingClient::LinkedAccountConditionRequest](docs/LinkedAccountConditionRequest.md)
|
238
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfiguration](docs/LinkedAccountSelectiveSyncConfiguration.md)
|
239
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfigurationListRequest](docs/LinkedAccountSelectiveSyncConfigurationListRequest.md)
|
240
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfigurationRequest](docs/LinkedAccountSelectiveSyncConfigurationRequest.md)
|
241
|
+
- [MergeAccountingClient::LinkedAccountStatus](docs/LinkedAccountStatus.md)
|
242
|
+
- [MergeAccountingClient::MetaResponse](docs/MetaResponse.md)
|
243
|
+
- [MergeAccountingClient::MethodEnum](docs/MethodEnum.md)
|
244
|
+
- [MergeAccountingClient::ModelOperation](docs/ModelOperation.md)
|
245
|
+
- [MergeAccountingClient::MultipartFormFieldRequest](docs/MultipartFormFieldRequest.md)
|
246
|
+
- [MergeAccountingClient::OperatorSchema](docs/OperatorSchema.md)
|
247
|
+
- [MergeAccountingClient::PaginatedAccountDetailsAndActionsList](docs/PaginatedAccountDetailsAndActionsList.md)
|
248
|
+
- [MergeAccountingClient::PaginatedAccountList](docs/PaginatedAccountList.md)
|
249
|
+
- [MergeAccountingClient::PaginatedAccountingAttachmentList](docs/PaginatedAccountingAttachmentList.md)
|
250
|
+
- [MergeAccountingClient::PaginatedBalanceSheetList](docs/PaginatedBalanceSheetList.md)
|
251
|
+
- [MergeAccountingClient::PaginatedCashFlowStatementList](docs/PaginatedCashFlowStatementList.md)
|
252
|
+
- [MergeAccountingClient::PaginatedCompanyInfoList](docs/PaginatedCompanyInfoList.md)
|
253
|
+
- [MergeAccountingClient::PaginatedConditionSchemaList](docs/PaginatedConditionSchemaList.md)
|
254
|
+
- [MergeAccountingClient::PaginatedContactList](docs/PaginatedContactList.md)
|
255
|
+
- [MergeAccountingClient::PaginatedCreditNoteList](docs/PaginatedCreditNoteList.md)
|
256
|
+
- [MergeAccountingClient::PaginatedExpenseList](docs/PaginatedExpenseList.md)
|
257
|
+
- [MergeAccountingClient::PaginatedIncomeStatementList](docs/PaginatedIncomeStatementList.md)
|
258
|
+
- [MergeAccountingClient::PaginatedInvoiceList](docs/PaginatedInvoiceList.md)
|
259
|
+
- [MergeAccountingClient::PaginatedIssueList](docs/PaginatedIssueList.md)
|
260
|
+
- [MergeAccountingClient::PaginatedItemList](docs/PaginatedItemList.md)
|
261
|
+
- [MergeAccountingClient::PaginatedJournalEntryList](docs/PaginatedJournalEntryList.md)
|
262
|
+
- [MergeAccountingClient::PaginatedPaymentList](docs/PaginatedPaymentList.md)
|
263
|
+
- [MergeAccountingClient::PaginatedPurchaseOrderList](docs/PaginatedPurchaseOrderList.md)
|
264
|
+
- [MergeAccountingClient::PaginatedSyncStatusList](docs/PaginatedSyncStatusList.md)
|
265
|
+
- [MergeAccountingClient::PaginatedTaxRateList](docs/PaginatedTaxRateList.md)
|
266
|
+
- [MergeAccountingClient::PaginatedTrackingCategoryList](docs/PaginatedTrackingCategoryList.md)
|
267
|
+
- [MergeAccountingClient::PaginatedTransactionList](docs/PaginatedTransactionList.md)
|
268
|
+
- [MergeAccountingClient::PaginatedVendorCreditList](docs/PaginatedVendorCreditList.md)
|
269
|
+
- [MergeAccountingClient::Payment](docs/Payment.md)
|
270
|
+
- [MergeAccountingClient::PaymentEndpointRequest](docs/PaymentEndpointRequest.md)
|
271
|
+
- [MergeAccountingClient::PaymentRequest](docs/PaymentRequest.md)
|
272
|
+
- [MergeAccountingClient::PaymentResponse](docs/PaymentResponse.md)
|
273
|
+
- [MergeAccountingClient::PostingStatusEnum](docs/PostingStatusEnum.md)
|
274
|
+
- [MergeAccountingClient::PurchaseOrder](docs/PurchaseOrder.md)
|
275
|
+
- [MergeAccountingClient::PurchaseOrderEndpointRequest](docs/PurchaseOrderEndpointRequest.md)
|
276
|
+
- [MergeAccountingClient::PurchaseOrderLineItem](docs/PurchaseOrderLineItem.md)
|
277
|
+
- [MergeAccountingClient::PurchaseOrderLineItemRequest](docs/PurchaseOrderLineItemRequest.md)
|
278
|
+
- [MergeAccountingClient::PurchaseOrderRequest](docs/PurchaseOrderRequest.md)
|
279
|
+
- [MergeAccountingClient::PurchaseOrderResponse](docs/PurchaseOrderResponse.md)
|
280
|
+
- [MergeAccountingClient::PurchaseOrderStatusEnum](docs/PurchaseOrderStatusEnum.md)
|
281
|
+
- [MergeAccountingClient::RemoteData](docs/RemoteData.md)
|
282
|
+
- [MergeAccountingClient::RemoteKey](docs/RemoteKey.md)
|
283
|
+
- [MergeAccountingClient::RemoteKeyForRegenerationRequest](docs/RemoteKeyForRegenerationRequest.md)
|
284
|
+
- [MergeAccountingClient::RemoteResponse](docs/RemoteResponse.md)
|
285
|
+
- [MergeAccountingClient::ReportItem](docs/ReportItem.md)
|
286
|
+
- [MergeAccountingClient::RequestFormatEnum](docs/RequestFormatEnum.md)
|
287
|
+
- [MergeAccountingClient::ResponseTypeEnum](docs/ResponseTypeEnum.md)
|
288
|
+
- [MergeAccountingClient::SelectiveSyncConfigurationsUsageEnum](docs/SelectiveSyncConfigurationsUsageEnum.md)
|
289
|
+
- [MergeAccountingClient::Status7d1Enum](docs/Status7d1Enum.md)
|
290
|
+
- [MergeAccountingClient::SyncStatus](docs/SyncStatus.md)
|
291
|
+
- [MergeAccountingClient::SyncStatusStatusEnum](docs/SyncStatusStatusEnum.md)
|
292
|
+
- [MergeAccountingClient::TaxRate](docs/TaxRate.md)
|
293
|
+
- [MergeAccountingClient::TrackingCategory](docs/TrackingCategory.md)
|
294
|
+
- [MergeAccountingClient::Transaction](docs/Transaction.md)
|
295
|
+
- [MergeAccountingClient::TransactionLineItem](docs/TransactionLineItem.md)
|
296
|
+
- [MergeAccountingClient::ValidationProblemSource](docs/ValidationProblemSource.md)
|
297
|
+
- [MergeAccountingClient::VendorCredit](docs/VendorCredit.md)
|
298
|
+
- [MergeAccountingClient::VendorCreditLine](docs/VendorCreditLine.md)
|
299
|
+
- [MergeAccountingClient::WarningValidationProblem](docs/WarningValidationProblem.md)
|
300
|
+
- [MergeAccountingClient::WebhookReceiver](docs/WebhookReceiver.md)
|
301
|
+
- [MergeAccountingClient::WebhookReceiverRequest](docs/WebhookReceiverRequest.md)
|
302
|
+
|
306
303
|
|
307
304
|
## Documentation for Authorization
|
308
305
|
|
306
|
+
|
309
307
|
### tokenAuth
|
310
308
|
|
309
|
+
|
311
310
|
- **Type**: API key
|
312
311
|
- **API key parameter name**: Authorization
|
313
312
|
- **Location**: HTTP header
|
313
|
+
|
data/docs/Account.md
CHANGED
@@ -17,6 +17,7 @@
|
|
17
17
|
| **parent_account** | **String** | ID of the parent account. | [optional] |
|
18
18
|
| **company** | **String** | The company the account belongs to. | [optional] |
|
19
19
|
| **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional][readonly] |
|
20
|
+
| **modified_at** | **Time** | This is the datetime that this object was last updated by Merge | [optional][readonly] |
|
20
21
|
| **field_mappings** | [**Hash<String, AnyType>**](AnyType.md) | | [optional][readonly] |
|
21
22
|
| **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
|
22
23
|
|
@@ -39,6 +40,7 @@ instance = MergeAccountingClient::Account.new(
|
|
39
40
|
parent_account: 22d92d6c-22f9-11ed-861d-0242ac120002,
|
40
41
|
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5,
|
41
42
|
remote_was_deleted: null,
|
43
|
+
modified_at: 2021-10-16T00:00Z,
|
42
44
|
field_mappings: {"organization_defined_targets":{"custom_key":"custom_value"},"linked_account_defined_targets":{"custom_key":"custom_value"}},
|
43
45
|
remote_data: [{"path":"/actions","data":["Varies by platform"]}]
|
44
46
|
)
|
data/docs/AccountIntegration.md
CHANGED
@@ -10,6 +10,8 @@
|
|
10
10
|
| **square_image** | **String** | Company logo in square shape. <b>Upload an image with a white background.</b> | [optional] |
|
11
11
|
| **color** | **String** | The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b> | [optional] |
|
12
12
|
| **slug** | **String** | | [optional][readonly] |
|
13
|
+
| **is_in_beta** | **Boolean** | If checked, this integration will not appear in the linking flow, and will appear elsewhere with a Beta tag. | [optional] |
|
14
|
+
| **api_endpoints_to_documentation_urls** | [**Hash<String, AnyType>**](AnyType.md) | Mapping of API endpoints to documentation urls for support. Example: {'GET': [['/common-model-scopes', 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions', 'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']], 'POST': []} | [optional] |
|
13
15
|
|
14
16
|
## Example
|
15
17
|
|
@@ -22,7 +24,9 @@ instance = MergeAccountingClient::AccountIntegration.new(
|
|
22
24
|
image: null,
|
23
25
|
square_image: null,
|
24
26
|
color: null,
|
25
|
-
slug: null
|
27
|
+
slug: null,
|
28
|
+
is_in_beta: null,
|
29
|
+
api_endpoints_to_documentation_urls: null
|
26
30
|
)
|
27
31
|
```
|
28
32
|
|