merge_accounting_client 1.0.6 → 1.0.8
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 -229
- data/docs/CreditNote.md +1 -1
- data/docs/CreditNoteLineItem.md +1 -1
- data/docs/Expense.md +1 -1
- data/docs/ExpenseLine.md +4 -2
- data/docs/ExpenseLineRequest.md +4 -2
- data/docs/ExpenseRequest.md +1 -1
- data/docs/Invoice.md +1 -1
- data/docs/InvoiceLineItem.md +2 -2
- data/docs/InvoiceLineItemRequest.md +2 -2
- data/docs/InvoiceRequest.md +18 -18
- data/docs/JournalEntry.md +2 -2
- data/docs/JournalEntryRequest.md +10 -10
- data/docs/JournalLine.md +4 -2
- data/docs/JournalLineRequest.md +4 -2
- data/docs/PurchaseOrder.md +2 -2
- data/docs/PurchaseOrderLineItem.md +2 -0
- data/docs/PurchaseOrderLineItemRequest.md +2 -0
- data/docs/PurchaseOrderRequest.md +12 -12
- data/docs/SyncStatusApi.md +11 -15
- data/docs/Transaction.md +4 -2
- data/docs/TransactionLineItem.md +2 -0
- data/docs/VendorCredit.md +2 -2
- data/docs/VendorCreditLine.md +3 -1
- data/lib/merge_accounting_client/api/sync_status_api.rb +2 -2
- data/lib/merge_accounting_client/api/transactions_api.rb +2 -2
- data/lib/merge_accounting_client/models/account_integration.rb +3 -3
- data/lib/merge_accounting_client/models/credit_note_line_item.rb +9 -9
- data/lib/merge_accounting_client/models/expense.rb +3 -3
- data/lib/merge_accounting_client/models/expense_line.rb +37 -9
- data/lib/merge_accounting_client/models/expense_line_request.rb +37 -9
- data/lib/merge_accounting_client/models/expense_request.rb +3 -3
- data/lib/merge_accounting_client/models/invoice.rb +3 -3
- data/lib/merge_accounting_client/models/invoice_line_item.rb +15 -15
- data/lib/merge_accounting_client/models/invoice_line_item_request.rb +15 -15
- data/lib/merge_accounting_client/models/invoice_request.rb +3 -3
- data/lib/merge_accounting_client/models/journal_entry.rb +3 -3
- data/lib/merge_accounting_client/models/journal_entry_request.rb +3 -3
- data/lib/merge_accounting_client/models/journal_line.rb +37 -9
- data/lib/merge_accounting_client/models/journal_line_request.rb +37 -9
- data/lib/merge_accounting_client/models/payment.rb +3 -3
- data/lib/merge_accounting_client/models/payment_request.rb +3 -3
- data/lib/merge_accounting_client/models/purchase_order.rb +3 -3
- data/lib/merge_accounting_client/models/purchase_order_line_item.rb +21 -10
- data/lib/merge_accounting_client/models/purchase_order_line_item_request.rb +21 -10
- data/lib/merge_accounting_client/models/purchase_order_request.rb +3 -3
- data/lib/merge_accounting_client/models/sync_status_status_enum.rb +2 -1
- data/lib/merge_accounting_client/models/transaction.rb +18 -7
- data/lib/merge_accounting_client/models/transaction_line_item.rb +24 -13
- data/lib/merge_accounting_client/models/vendor_credit.rb +3 -3
- data/lib/merge_accounting_client/models/vendor_credit_line.rb +33 -5
- data/lib/merge_accounting_client/version.rb +1 -1
- data/spec/api/sync_status_api_spec.rb +1 -1
- data/spec/models/expense_line_request_spec.rb +7 -1
- data/spec/models/expense_line_spec.rb +7 -1
- data/spec/models/invoice_line_item_request_spec.rb +6 -6
- data/spec/models/invoice_line_item_spec.rb +6 -6
- data/spec/models/journal_line_request_spec.rb +7 -1
- data/spec/models/journal_line_spec.rb +7 -1
- data/spec/models/purchase_order_line_item_request_spec.rb +6 -0
- data/spec/models/purchase_order_line_item_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
- metadata +146 -146
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7df9cfcb77453f9eb2fb0e76de8007966485ce5d8440c131b702f4643a5c349
|
4
|
+
data.tar.gz: f4e5d311244c41035d5e57266e7a15abd34139b87da3714d8fc25cfc4b155698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91f0b27b46b248094a12350c9f9d53e213e53dcd299de3d150dc33d6db7e13330c5204b1e863adb41dbb9e1850f1c4550bc5669710d6a546b6b25eb3cb08d2b2
|
7
|
+
data.tar.gz: b295d7ea27dab7a2e9263afecfbc558e42c433676959cfe377f2037ecb4378bbea4fc973af8d690726519a365717c3bce7df8683d1d20ad1b370e5ee151ec676
|
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.8
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
|
-
For more information, please visit [https://www.merge.dev/](https://www.merge.dev/)
|
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.8.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.8.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.8'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -81,238 +81,233 @@ end
|
|
81
81
|
|
82
82
|
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
83
83
|
|
84
|
-
Class
|
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
|
-
|
160
|
-
|
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::AttachmentsApi_ | [**attachments_create**](docs/AttachmentsApi.md#attachments_create) | **POST** /attachments |
|
94
|
+
| _MergeAccountingClient::AttachmentsApi_ | [**attachments_list**](docs/AttachmentsApi.md#attachments_list) | **GET** /attachments |
|
95
|
+
| _MergeAccountingClient::AttachmentsApi_ | [**attachments_meta_post_retrieve**](docs/AttachmentsApi.md#attachments_meta_post_retrieve) | **GET** /attachments/meta/post |
|
96
|
+
| _MergeAccountingClient::AttachmentsApi_ | [**attachments_retrieve**](docs/AttachmentsApi.md#attachments_retrieve) | **GET** /attachments/{id} |
|
97
|
+
| _MergeAccountingClient::AvailableActionsApi_ | [**available_actions_retrieve**](docs/AvailableActionsApi.md#available_actions_retrieve) | **GET** /available-actions |
|
98
|
+
| _MergeAccountingClient::BalanceSheetsApi_ | [**balance_sheets_list**](docs/BalanceSheetsApi.md#balance_sheets_list) | **GET** /balance-sheets |
|
99
|
+
| _MergeAccountingClient::BalanceSheetsApi_ | [**balance_sheets_retrieve**](docs/BalanceSheetsApi.md#balance_sheets_retrieve) | **GET** /balance-sheets/{id} |
|
100
|
+
| _MergeAccountingClient::CashFlowStatementsApi_ | [**cash_flow_statements_list**](docs/CashFlowStatementsApi.md#cash_flow_statements_list) | **GET** /cash-flow-statements |
|
101
|
+
| _MergeAccountingClient::CashFlowStatementsApi_ | [**cash_flow_statements_retrieve**](docs/CashFlowStatementsApi.md#cash_flow_statements_retrieve) | **GET** /cash-flow-statements/{id} |
|
102
|
+
| _MergeAccountingClient::CommonModelScopesApi_ | [**common_model_scopes_create**](docs/CommonModelScopesApi.md#common_model_scopes_create) | **POST** /common-model-scopes |
|
103
|
+
| _MergeAccountingClient::CommonModelScopesApi_ | [**common_model_scopes_retrieve**](docs/CommonModelScopesApi.md#common_model_scopes_retrieve) | **GET** /common-model-scopes |
|
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_create**](docs/DeleteAccountApi.md#delete_account_create) | **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 |
|
161
160
|
|
162
161
|
## Documentation for Models
|
163
162
|
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
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::AvailableActions](docs/AvailableActions.md)
|
183
|
+
- [MergeAccountingClient::BalanceSheet](docs/BalanceSheet.md)
|
184
|
+
- [MergeAccountingClient::CashFlowStatement](docs/CashFlowStatement.md)
|
185
|
+
- [MergeAccountingClient::CategoriesEnum](docs/CategoriesEnum.md)
|
186
|
+
- [MergeAccountingClient::CategoryEnum](docs/CategoryEnum.md)
|
187
|
+
- [MergeAccountingClient::CategoryTypeEnum](docs/CategoryTypeEnum.md)
|
188
|
+
- [MergeAccountingClient::ClassificationEnum](docs/ClassificationEnum.md)
|
189
|
+
- [MergeAccountingClient::CommonModelScopeData](docs/CommonModelScopeData.md)
|
190
|
+
- [MergeAccountingClient::CommonModelScopes](docs/CommonModelScopes.md)
|
191
|
+
- [MergeAccountingClient::CommonModelScopesBodyRequest](docs/CommonModelScopesBodyRequest.md)
|
192
|
+
- [MergeAccountingClient::CommonModelScopesDisabledModels](docs/CommonModelScopesDisabledModels.md)
|
193
|
+
- [MergeAccountingClient::CommonModelScopesDisabledModelsEnabledActionsEnum](docs/CommonModelScopesDisabledModelsEnabledActionsEnum.md)
|
194
|
+
- [MergeAccountingClient::CommonModelScopesPostInnerDeserializerRequest](docs/CommonModelScopesPostInnerDeserializerRequest.md)
|
195
|
+
- [MergeAccountingClient::CommonModelScopesUpdateSerializer](docs/CommonModelScopesUpdateSerializer.md)
|
196
|
+
- [MergeAccountingClient::CompanyInfo](docs/CompanyInfo.md)
|
197
|
+
- [MergeAccountingClient::ConditionSchema](docs/ConditionSchema.md)
|
198
|
+
- [MergeAccountingClient::ConditionTypeEnum](docs/ConditionTypeEnum.md)
|
199
|
+
- [MergeAccountingClient::Contact](docs/Contact.md)
|
200
|
+
- [MergeAccountingClient::ContactEndpointRequest](docs/ContactEndpointRequest.md)
|
201
|
+
- [MergeAccountingClient::ContactRequest](docs/ContactRequest.md)
|
202
|
+
- [MergeAccountingClient::ContactResponse](docs/ContactResponse.md)
|
203
|
+
- [MergeAccountingClient::CountryEnum](docs/CountryEnum.md)
|
204
|
+
- [MergeAccountingClient::CreditNote](docs/CreditNote.md)
|
205
|
+
- [MergeAccountingClient::CreditNoteLineItem](docs/CreditNoteLineItem.md)
|
206
|
+
- [MergeAccountingClient::CreditNoteStatusEnum](docs/CreditNoteStatusEnum.md)
|
207
|
+
- [MergeAccountingClient::CurrencyEnum](docs/CurrencyEnum.md)
|
208
|
+
- [MergeAccountingClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
|
209
|
+
- [MergeAccountingClient::DebugModeLog](docs/DebugModeLog.md)
|
210
|
+
- [MergeAccountingClient::DebugModelLogSummary](docs/DebugModelLogSummary.md)
|
211
|
+
- [MergeAccountingClient::EnabledActionsEnum](docs/EnabledActionsEnum.md)
|
212
|
+
- [MergeAccountingClient::EncodingEnum](docs/EncodingEnum.md)
|
213
|
+
- [MergeAccountingClient::EndUserDetailsRequest](docs/EndUserDetailsRequest.md)
|
214
|
+
- [MergeAccountingClient::ErrorValidationProblem](docs/ErrorValidationProblem.md)
|
215
|
+
- [MergeAccountingClient::Expense](docs/Expense.md)
|
216
|
+
- [MergeAccountingClient::ExpenseEndpointRequest](docs/ExpenseEndpointRequest.md)
|
217
|
+
- [MergeAccountingClient::ExpenseLine](docs/ExpenseLine.md)
|
218
|
+
- [MergeAccountingClient::ExpenseLineRequest](docs/ExpenseLineRequest.md)
|
219
|
+
- [MergeAccountingClient::ExpenseRequest](docs/ExpenseRequest.md)
|
220
|
+
- [MergeAccountingClient::ExpenseResponse](docs/ExpenseResponse.md)
|
221
|
+
- [MergeAccountingClient::GenerateRemoteKeyRequest](docs/GenerateRemoteKeyRequest.md)
|
222
|
+
- [MergeAccountingClient::IncomeStatement](docs/IncomeStatement.md)
|
223
|
+
- [MergeAccountingClient::Invoice](docs/Invoice.md)
|
224
|
+
- [MergeAccountingClient::InvoiceEndpointRequest](docs/InvoiceEndpointRequest.md)
|
225
|
+
- [MergeAccountingClient::InvoiceLineItem](docs/InvoiceLineItem.md)
|
226
|
+
- [MergeAccountingClient::InvoiceLineItemRequest](docs/InvoiceLineItemRequest.md)
|
227
|
+
- [MergeAccountingClient::InvoiceRequest](docs/InvoiceRequest.md)
|
228
|
+
- [MergeAccountingClient::InvoiceResponse](docs/InvoiceResponse.md)
|
229
|
+
- [MergeAccountingClient::InvoiceTypeEnum](docs/InvoiceTypeEnum.md)
|
230
|
+
- [MergeAccountingClient::Issue](docs/Issue.md)
|
231
|
+
- [MergeAccountingClient::IssueStatusEnum](docs/IssueStatusEnum.md)
|
232
|
+
- [MergeAccountingClient::Item](docs/Item.md)
|
233
|
+
- [MergeAccountingClient::JournalEntry](docs/JournalEntry.md)
|
234
|
+
- [MergeAccountingClient::JournalEntryEndpointRequest](docs/JournalEntryEndpointRequest.md)
|
235
|
+
- [MergeAccountingClient::JournalEntryRequest](docs/JournalEntryRequest.md)
|
236
|
+
- [MergeAccountingClient::JournalEntryResponse](docs/JournalEntryResponse.md)
|
237
|
+
- [MergeAccountingClient::JournalLine](docs/JournalLine.md)
|
238
|
+
- [MergeAccountingClient::JournalLineRequest](docs/JournalLineRequest.md)
|
239
|
+
- [MergeAccountingClient::LinkToken](docs/LinkToken.md)
|
240
|
+
- [MergeAccountingClient::LinkedAccountCondition](docs/LinkedAccountCondition.md)
|
241
|
+
- [MergeAccountingClient::LinkedAccountConditionRequest](docs/LinkedAccountConditionRequest.md)
|
242
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfiguration](docs/LinkedAccountSelectiveSyncConfiguration.md)
|
243
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfigurationListRequest](docs/LinkedAccountSelectiveSyncConfigurationListRequest.md)
|
244
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfigurationRequest](docs/LinkedAccountSelectiveSyncConfigurationRequest.md)
|
245
|
+
- [MergeAccountingClient::LinkedAccountStatus](docs/LinkedAccountStatus.md)
|
246
|
+
- [MergeAccountingClient::MetaResponse](docs/MetaResponse.md)
|
247
|
+
- [MergeAccountingClient::MethodEnum](docs/MethodEnum.md)
|
248
|
+
- [MergeAccountingClient::ModelOperation](docs/ModelOperation.md)
|
249
|
+
- [MergeAccountingClient::MultipartFormFieldRequest](docs/MultipartFormFieldRequest.md)
|
250
|
+
- [MergeAccountingClient::OperatorSchema](docs/OperatorSchema.md)
|
251
|
+
- [MergeAccountingClient::PaginatedAccountDetailsAndActionsList](docs/PaginatedAccountDetailsAndActionsList.md)
|
252
|
+
- [MergeAccountingClient::PaginatedAccountList](docs/PaginatedAccountList.md)
|
253
|
+
- [MergeAccountingClient::PaginatedAccountingAttachmentList](docs/PaginatedAccountingAttachmentList.md)
|
254
|
+
- [MergeAccountingClient::PaginatedBalanceSheetList](docs/PaginatedBalanceSheetList.md)
|
255
|
+
- [MergeAccountingClient::PaginatedCashFlowStatementList](docs/PaginatedCashFlowStatementList.md)
|
256
|
+
- [MergeAccountingClient::PaginatedCompanyInfoList](docs/PaginatedCompanyInfoList.md)
|
257
|
+
- [MergeAccountingClient::PaginatedConditionSchemaList](docs/PaginatedConditionSchemaList.md)
|
258
|
+
- [MergeAccountingClient::PaginatedContactList](docs/PaginatedContactList.md)
|
259
|
+
- [MergeAccountingClient::PaginatedCreditNoteList](docs/PaginatedCreditNoteList.md)
|
260
|
+
- [MergeAccountingClient::PaginatedExpenseList](docs/PaginatedExpenseList.md)
|
261
|
+
- [MergeAccountingClient::PaginatedIncomeStatementList](docs/PaginatedIncomeStatementList.md)
|
262
|
+
- [MergeAccountingClient::PaginatedInvoiceList](docs/PaginatedInvoiceList.md)
|
263
|
+
- [MergeAccountingClient::PaginatedIssueList](docs/PaginatedIssueList.md)
|
264
|
+
- [MergeAccountingClient::PaginatedItemList](docs/PaginatedItemList.md)
|
265
|
+
- [MergeAccountingClient::PaginatedJournalEntryList](docs/PaginatedJournalEntryList.md)
|
266
|
+
- [MergeAccountingClient::PaginatedPaymentList](docs/PaginatedPaymentList.md)
|
267
|
+
- [MergeAccountingClient::PaginatedPurchaseOrderList](docs/PaginatedPurchaseOrderList.md)
|
268
|
+
- [MergeAccountingClient::PaginatedSyncStatusList](docs/PaginatedSyncStatusList.md)
|
269
|
+
- [MergeAccountingClient::PaginatedTaxRateList](docs/PaginatedTaxRateList.md)
|
270
|
+
- [MergeAccountingClient::PaginatedTrackingCategoryList](docs/PaginatedTrackingCategoryList.md)
|
271
|
+
- [MergeAccountingClient::PaginatedTransactionList](docs/PaginatedTransactionList.md)
|
272
|
+
- [MergeAccountingClient::PaginatedVendorCreditList](docs/PaginatedVendorCreditList.md)
|
273
|
+
- [MergeAccountingClient::Payment](docs/Payment.md)
|
274
|
+
- [MergeAccountingClient::PaymentEndpointRequest](docs/PaymentEndpointRequest.md)
|
275
|
+
- [MergeAccountingClient::PaymentRequest](docs/PaymentRequest.md)
|
276
|
+
- [MergeAccountingClient::PaymentResponse](docs/PaymentResponse.md)
|
277
|
+
- [MergeAccountingClient::PostingStatusEnum](docs/PostingStatusEnum.md)
|
278
|
+
- [MergeAccountingClient::PurchaseOrder](docs/PurchaseOrder.md)
|
279
|
+
- [MergeAccountingClient::PurchaseOrderEndpointRequest](docs/PurchaseOrderEndpointRequest.md)
|
280
|
+
- [MergeAccountingClient::PurchaseOrderLineItem](docs/PurchaseOrderLineItem.md)
|
281
|
+
- [MergeAccountingClient::PurchaseOrderLineItemRequest](docs/PurchaseOrderLineItemRequest.md)
|
282
|
+
- [MergeAccountingClient::PurchaseOrderRequest](docs/PurchaseOrderRequest.md)
|
283
|
+
- [MergeAccountingClient::PurchaseOrderResponse](docs/PurchaseOrderResponse.md)
|
284
|
+
- [MergeAccountingClient::PurchaseOrderStatusEnum](docs/PurchaseOrderStatusEnum.md)
|
285
|
+
- [MergeAccountingClient::RemoteData](docs/RemoteData.md)
|
286
|
+
- [MergeAccountingClient::RemoteKey](docs/RemoteKey.md)
|
287
|
+
- [MergeAccountingClient::RemoteKeyForRegenerationRequest](docs/RemoteKeyForRegenerationRequest.md)
|
288
|
+
- [MergeAccountingClient::RemoteResponse](docs/RemoteResponse.md)
|
289
|
+
- [MergeAccountingClient::ReportItem](docs/ReportItem.md)
|
290
|
+
- [MergeAccountingClient::RequestFormatEnum](docs/RequestFormatEnum.md)
|
291
|
+
- [MergeAccountingClient::ResponseTypeEnum](docs/ResponseTypeEnum.md)
|
292
|
+
- [MergeAccountingClient::SelectiveSyncConfigurationsUsageEnum](docs/SelectiveSyncConfigurationsUsageEnum.md)
|
293
|
+
- [MergeAccountingClient::Status7d1Enum](docs/Status7d1Enum.md)
|
294
|
+
- [MergeAccountingClient::SyncStatus](docs/SyncStatus.md)
|
295
|
+
- [MergeAccountingClient::SyncStatusStatusEnum](docs/SyncStatusStatusEnum.md)
|
296
|
+
- [MergeAccountingClient::TaxRate](docs/TaxRate.md)
|
297
|
+
- [MergeAccountingClient::TrackingCategory](docs/TrackingCategory.md)
|
298
|
+
- [MergeAccountingClient::Transaction](docs/Transaction.md)
|
299
|
+
- [MergeAccountingClient::TransactionLineItem](docs/TransactionLineItem.md)
|
300
|
+
- [MergeAccountingClient::ValidationProblemSource](docs/ValidationProblemSource.md)
|
301
|
+
- [MergeAccountingClient::VendorCredit](docs/VendorCredit.md)
|
302
|
+
- [MergeAccountingClient::VendorCreditLine](docs/VendorCreditLine.md)
|
303
|
+
- [MergeAccountingClient::WarningValidationProblem](docs/WarningValidationProblem.md)
|
304
|
+
- [MergeAccountingClient::WebhookReceiver](docs/WebhookReceiver.md)
|
305
|
+
- [MergeAccountingClient::WebhookReceiverRequest](docs/WebhookReceiverRequest.md)
|
308
306
|
|
309
307
|
## Documentation for Authorization
|
310
308
|
|
311
|
-
|
312
309
|
### tokenAuth
|
313
310
|
|
314
|
-
|
315
311
|
- **Type**: API key
|
316
312
|
- **API key parameter name**: Authorization
|
317
313
|
- **Location**: HTTP header
|
318
|
-
|
data/docs/CreditNote.md
CHANGED
@@ -37,7 +37,7 @@ instance = MergeAccountingClient::CreditNote.new(
|
|
37
37
|
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5,
|
38
38
|
total_amount: 50.0,
|
39
39
|
remaining_credit: 20.0,
|
40
|
-
line_items: [{"item":"0e3fd929-436c-4fd4-a48b-0c61f68d6178","name":"Basic Monthly","description":"prorated amount for items","quantity":1,"memo":"privNote","unit_price":"5.0","tax_rate":"8d9fd929-436c-4fd4-a48b-0c61f68d6178","total_line_amount":"5.0","tracking_category":"8d9fd929-436c-4fd4-a48b-0c61f68d6178","tracking_categories":["8d9fd929-436c-4fd4-a48b-0c61f68d6178","9b840d2-686a-465a-8a8e-7b028498f8e4","a47e11b6-c73b-4a0c-be31-130fc48177fa"],"account":"8d9fd929-436c-4fd4-a48b-0c61f68d6178","company":"595c8f97-2ac4-45b7-b000-41bdf43240b5"}],
|
40
|
+
line_items: [{"item":"0e3fd929-436c-4fd4-a48b-0c61f68d6178","name":"Basic Monthly","description":"prorated amount for items","quantity":1,"memo":"privNote","unit_price":"5.0","tax_rate":"8d9fd929-436c-4fd4-a48b-0c61f68d6178","total_line_amount":"5.0","tracking_category":"8d9fd929-436c-4fd4-a48b-0c61f68d6178","tracking_categories":["8d9fd929-436c-4fd4-a48b-0c61f68d6178","9b840d2-686a-465a-8a8e-7b028498f8e4","a47e11b6-c73b-4a0c-be31-130fc48177fa"],"account":"8d9fd929-436c-4fd4-a48b-0c61f68d6178","company":"595c8f97-2ac4-45b7-b000-41bdf43240b5","remote_id":"121222"}],
|
41
41
|
currency: USD,
|
42
42
|
remote_created_at: 2020-03-31T00:00Z,
|
43
43
|
remote_updated_at: 2020-03-31T00:00Z,
|
data/docs/CreditNoteLineItem.md
CHANGED
@@ -36,7 +36,7 @@ instance = MergeAccountingClient::CreditNoteLineItem.new(
|
|
36
36
|
tracking_categories: ["8d9fd929-436c-4fd4-a48b-0c61f68d6178","9b840d2-686a-465a-8a8e-7b028498f8e4","a47e11b6-c73b-4a0c-be31-130fc48177fa"],
|
37
37
|
account: 8d9fd929-436c-4fd4-a48b-0c61f68d6178,
|
38
38
|
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5,
|
39
|
-
remote_id:
|
39
|
+
remote_id: 121222
|
40
40
|
)
|
41
41
|
```
|
42
42
|
|
data/docs/Expense.md
CHANGED
@@ -35,7 +35,7 @@ instance = MergeAccountingClient::Expense.new(
|
|
35
35
|
exchange_rate: 2.9,
|
36
36
|
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5,
|
37
37
|
memo: New employee supplies,
|
38
|
-
lines: [{"remote_id":"121222","net_amount":25.54,"tracking_category":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","tracking_categories":["b38c59b0-a9d7-4740-b1ee-5436c6751e3d","9b840d2-686a-465a-8a8e-7b028498f8e4","a47e11b6-c73b-4a0c-be31-130fc48177fa"],"company":"595c8f97-2ac4-45b7-b000-41bdf43240b5","item":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","account":"2a56344a-a491-11ec-b909-0242ac120002","contact":"c640b80b-fac9-409f-aa19-1f9221aec445","description":"MacBook Pro"},{"remote_id":"121223","net_amount":10,"tracking_category":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","tracking_categories":["b38c59b0-a9d7-4740-b1ee-5436c6751e3d","9b840d2-686a-465a-8a8e-7b028498f8e4","a47e11b6-c73b-4a0c-be31-130fc48177fa"],"item":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","account":"2a56344a-a491-11ec-b909-0242ac120002","description":"Desk Lamp"}],
|
38
|
+
lines: [{"remote_id":"121222","net_amount":25.54,"tracking_category":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","tracking_categories":["b38c59b0-a9d7-4740-b1ee-5436c6751e3d","9b840d2-686a-465a-8a8e-7b028498f8e4","a47e11b6-c73b-4a0c-be31-130fc48177fa"],"company":"595c8f97-2ac4-45b7-b000-41bdf43240b5","item":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","account":"2a56344a-a491-11ec-b909-0242ac120002","contact":"c640b80b-fac9-409f-aa19-1f9221aec445","description":"MacBook Pro","exchange_rate":"2.9"},{"remote_id":"121223","net_amount":10,"tracking_category":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","tracking_categories":["b38c59b0-a9d7-4740-b1ee-5436c6751e3d","9b840d2-686a-465a-8a8e-7b028498f8e4","a47e11b6-c73b-4a0c-be31-130fc48177fa"],"item":"b38c59b0-a9d7-4740-b1ee-5436c6751e3d","account":"2a56344a-a491-11ec-b909-0242ac120002","description":"Desk Lamp"}],
|
39
39
|
remote_was_deleted: null,
|
40
40
|
id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4,
|
41
41
|
remote_id: 088899,
|