merge_accounting_client 1.0.8 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +238 -224
- data/docs/Account.md +5 -1
- data/docs/AccountIntegration.md +8 -2
- data/docs/AccountingAttachment.md +5 -1
- data/docs/AccountingPeriod.md +30 -0
- data/docs/AccountingPeriodStatusEnum.md +15 -0
- data/docs/AccountingPeriodsApi.md +167 -0
- data/docs/AccountingPhoneNumber.md +5 -1
- data/docs/AccountsApi.md +4 -4
- data/docs/Address.md +6 -2
- data/docs/AddressRequest.md +34 -0
- data/docs/AsyncPassthroughApi.md +155 -0
- data/docs/AsyncPassthroughReciept.md +18 -0
- data/docs/AttachmentsApi.md +4 -4
- data/docs/AuditLogEvent.md +32 -0
- data/docs/AuditTrailApi.md +91 -0
- data/docs/BalanceSheet.md +5 -1
- data/docs/BalanceSheetsApi.md +4 -4
- data/docs/CashFlowStatement.md +5 -1
- data/docs/CashFlowStatementsApi.md +4 -4
- data/docs/CompanyInfo.md +6 -2
- data/docs/CompanyInfoApi.md +4 -4
- data/docs/Contact.md +6 -2
- data/docs/ContactRequest.md +1 -1
- data/docs/ContactsApi.md +8 -4
- data/docs/CreditNote.md +14 -2
- data/docs/CreditNoteLineItem.md +9 -1
- data/docs/CreditNotesApi.md +6 -6
- data/docs/DeleteAccountApi.md +9 -9
- data/docs/EndUserDetailsRequest.md +2 -2
- data/docs/EventTypeEnum.md +15 -0
- data/docs/Expense.md +14 -2
- data/docs/ExpenseLine.md +11 -1
- data/docs/ExpenseLineRequest.md +2 -0
- data/docs/ExpenseRequest.md +9 -1
- data/docs/ExpensesApi.md +4 -4
- data/docs/ForceResyncApi.md +1 -1
- data/docs/IncomeStatement.md +5 -1
- data/docs/IncomeStatementsApi.md +4 -4
- data/docs/Invoice.md +18 -4
- data/docs/InvoiceLineItem.md +7 -1
- data/docs/InvoiceRequest.md +7 -1
- data/docs/InvoiceStatusEnum.md +15 -0
- data/docs/InvoicesApi.md +6 -6
- data/docs/Issue.md +2 -2
- data/docs/IssuesApi.md +6 -6
- data/docs/Item.md +5 -1
- data/docs/ItemsApi.md +4 -4
- data/docs/JournalEntriesApi.md +6 -6
- data/docs/JournalEntry.md +13 -1
- data/docs/JournalEntryRequest.md +4 -0
- data/docs/JournalLine.md +13 -1
- data/docs/JournalLineRequest.md +4 -0
- data/docs/LinkedAccountsApi.md +2 -2
- data/docs/MetaResponse.md +2 -2
- data/docs/PaginatedAccountingPeriodList.md +22 -0
- data/docs/PaginatedAuditLogEventList.md +22 -0
- data/docs/Payment.md +11 -1
- data/docs/PaymentLineItem.md +32 -0
- data/docs/PaymentLineItemRequest.md +30 -0
- data/docs/PaymentRequest.md +6 -0
- data/docs/PaymentsApi.md +4 -4
- data/docs/PurchaseOrder.md +13 -3
- data/docs/PurchaseOrderLineItem.md +9 -1
- data/docs/PurchaseOrderRequest.md +2 -0
- data/docs/PurchaseOrdersApi.md +6 -6
- data/docs/RemoteData.md +1 -1
- data/docs/ReportItem.md +5 -1
- data/docs/RoleEnum.md +15 -0
- data/docs/SyncStatus.md +1 -1
- data/docs/SyncStatusApi.md +15 -11
- data/docs/TaxRate.md +5 -1
- data/docs/TaxRatesApi.md +4 -4
- data/docs/TrackingCategoriesApi.md +4 -4
- data/docs/TrackingCategory.md +5 -1
- data/docs/Transaction.md +9 -3
- data/docs/TransactionLineItem.md +9 -1
- data/docs/TransactionsApi.md +4 -4
- data/docs/VendorCredit.md +10 -2
- data/docs/VendorCreditLine.md +9 -1
- data/docs/VendorCreditsApi.md +6 -6
- data/git_push.sh +58 -0
- data/lib/merge_accounting_client/api/accounting_periods_api.rb +167 -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/audit_trail_api.rb +95 -0
- 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 +10 -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 +3 -3
- 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 +6 -6
- data/lib/merge_accounting_client/api/vendor_credits_api.rb +6 -6
- data/lib/merge_accounting_client/configuration.rb +4 -0
- data/lib/merge_accounting_client/models/account.rb +22 -3
- data/lib/merge_accounting_client/models/account_integration.rb +37 -4
- data/lib/merge_accounting_client/models/account_request.rb +1 -1
- data/lib/merge_accounting_client/models/accounting_attachment.rb +21 -2
- data/lib/merge_accounting_client/models/accounting_period.rb +296 -0
- data/lib/merge_accounting_client/models/accounting_period_status_enum.rb +45 -0
- data/lib/merge_accounting_client/models/accounting_phone_number.rb +24 -5
- data/lib/merge_accounting_client/models/address.rb +24 -5
- data/lib/merge_accounting_client/models/address_request.rb +311 -0
- data/lib/merge_accounting_client/models/async_passthrough_reciept.rb +223 -0
- data/lib/merge_accounting_client/models/audit_log_event.rb +356 -0
- data/lib/merge_accounting_client/models/balance_sheet.rb +21 -2
- data/lib/merge_accounting_client/models/cash_flow_statement.rb +21 -2
- data/lib/merge_accounting_client/models/company_info.rb +22 -3
- data/lib/merge_accounting_client/models/contact.rb +23 -4
- data/lib/merge_accounting_client/models/contact_request.rb +2 -2
- data/lib/merge_accounting_client/models/credit_note.rb +84 -3
- data/lib/merge_accounting_client/models/credit_note_line_item.rb +43 -5
- data/lib/merge_accounting_client/models/end_user_details_request.rb +2 -2
- data/lib/merge_accounting_client/models/event_type_enum.rb +67 -0
- data/lib/merge_accounting_client/models/expense.rb +66 -3
- data/lib/merge_accounting_client/models/expense_line.rb +54 -5
- data/lib/merge_accounting_client/models/expense_line_request.rb +12 -1
- data/lib/merge_accounting_client/models/expense_request.rb +46 -2
- data/lib/merge_accounting_client/models/income_statement.rb +21 -2
- data/lib/merge_accounting_client/models/invoice.rb +84 -9
- data/lib/merge_accounting_client/models/invoice_line_item.rb +31 -2
- data/lib/merge_accounting_client/models/invoice_line_item_request.rb +1 -1
- data/lib/merge_accounting_client/models/invoice_request.rb +35 -2
- data/lib/merge_accounting_client/models/invoice_status_enum.rb +49 -0
- data/lib/merge_accounting_client/models/issue.rb +1 -0
- data/lib/merge_accounting_client/models/item.rb +21 -2
- data/lib/merge_accounting_client/models/journal_entry.rb +81 -2
- data/lib/merge_accounting_client/models/journal_entry_request.rb +38 -1
- data/lib/merge_accounting_client/models/journal_line.rb +65 -5
- data/lib/merge_accounting_client/models/journal_line_request.rb +23 -1
- data/lib/merge_accounting_client/models/paginated_accounting_period_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_audit_log_event_list.rb +240 -0
- data/lib/merge_accounting_client/models/payment.rb +55 -2
- data/lib/merge_accounting_client/models/payment_line_item.rb +308 -0
- data/lib/merge_accounting_client/models/payment_line_item_request.rb +319 -0
- data/lib/merge_accounting_client/models/payment_request.rb +35 -1
- data/lib/merge_accounting_client/models/purchase_order.rb +70 -3
- data/lib/merge_accounting_client/models/purchase_order_line_item.rb +43 -5
- data/lib/merge_accounting_client/models/purchase_order_request.rb +12 -1
- data/lib/merge_accounting_client/models/remote_data.rb +3 -4
- data/lib/merge_accounting_client/models/report_item.rb +24 -5
- data/lib/merge_accounting_client/models/role_enum.rb +49 -0
- data/lib/merge_accounting_client/models/sync_status_status_enum.rb +1 -1
- data/lib/merge_accounting_client/models/tax_rate.rb +21 -2
- data/lib/merge_accounting_client/models/tracking_category.rb +22 -3
- data/lib/merge_accounting_client/models/transaction.rb +33 -3
- data/lib/merge_accounting_client/models/transaction_line_item.rb +43 -5
- data/lib/merge_accounting_client/models/vendor_credit.rb +44 -3
- data/lib/merge_accounting_client/models/vendor_credit_line.rb +43 -5
- data/lib/merge_accounting_client/version.rb +1 -1
- data/lib/merge_accounting_client.rb +15 -7
- data/spec/api/accounting_periods_api_spec.rb +63 -0
- 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/audit_trail_api_spec.rb +51 -0
- 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 +4 -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 +18 -0
- data/spec/models/account_spec.rb +12 -0
- data/spec/models/accounting_attachment_spec.rb +12 -0
- data/spec/models/accounting_period_spec.rb +70 -0
- data/spec/models/accounting_period_status_enum_spec.rb +28 -0
- data/spec/models/accounting_phone_number_spec.rb +12 -0
- data/spec/models/address_request_spec.rb +82 -0
- data/spec/models/address_spec.rb +12 -0
- data/spec/models/async_passthrough_reciept_spec.rb +34 -0
- data/spec/models/audit_log_event_spec.rb +76 -0
- data/spec/models/balance_sheet_spec.rb +12 -0
- data/spec/models/cash_flow_statement_spec.rb +12 -0
- data/spec/models/company_info_spec.rb +12 -0
- data/spec/models/contact_spec.rb +12 -0
- data/spec/models/credit_note_line_item_spec.rb +24 -0
- data/spec/models/credit_note_spec.rb +36 -0
- data/spec/models/event_type_enum_spec.rb +28 -0
- data/spec/models/expense_line_request_spec.rb +6 -0
- data/spec/models/expense_line_spec.rb +30 -0
- data/spec/models/expense_request_spec.rb +24 -0
- data/spec/models/expense_spec.rb +36 -0
- data/spec/models/income_statement_spec.rb +12 -0
- data/spec/models/invoice_line_item_spec.rb +18 -0
- data/spec/models/invoice_request_spec.rb +18 -0
- data/spec/models/invoice_spec.rb +43 -1
- data/spec/models/invoice_status_enum_spec.rb +28 -0
- data/spec/models/item_spec.rb +12 -0
- data/spec/models/journal_entry_request_spec.rb +12 -0
- data/spec/models/journal_entry_spec.rb +36 -0
- data/spec/models/journal_line_request_spec.rb +12 -0
- data/spec/models/journal_line_spec.rb +36 -0
- data/spec/models/paginated_accounting_period_list_spec.rb +46 -0
- data/spec/models/paginated_audit_log_event_list_spec.rb +46 -0
- data/spec/models/payment_line_item_request_spec.rb +70 -0
- data/spec/models/payment_line_item_spec.rb +76 -0
- data/spec/models/payment_request_spec.rb +18 -0
- data/spec/models/payment_spec.rb +30 -0
- data/spec/models/purchase_order_line_item_spec.rb +24 -0
- data/spec/models/purchase_order_request_spec.rb +6 -0
- data/spec/models/purchase_order_spec.rb +30 -0
- data/spec/models/report_item_spec.rb +12 -0
- data/spec/models/role_enum_spec.rb +28 -0
- data/spec/models/tax_rate_spec.rb +12 -0
- data/spec/models/tracking_category_spec.rb +12 -0
- data/spec/models/transaction_line_item_spec.rb +24 -0
- data/spec/models/transaction_spec.rb +18 -0
- data/spec/models/vendor_credit_line_spec.rb +24 -0
- data/spec/models/vendor_credit_spec.rb +24 -0
- metadata +211 -150
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13739efe5e3de6ee34f4ec419b330adbe24ddc7dec14148b0453b8a496811c6b
|
4
|
+
data.tar.gz: 5d6eb87cb197638aea402d51a06169abe2862cc56af4247feded1336678e080f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07f8eac95ffc4637ff08596403394d653b50d0b974df00ff25263e22f8ae2caeb17a77a400a8b9286dccfdd731587bec710ba043fbf8a6a11669729d03ab3bd3
|
7
|
+
data.tar.gz: 58b0f586b52aa141302e9899e946532de48035c69ee0b0436b6bc33ad0443c23b78d3cf3d4b0a1441c993645ee06abd19241b9a4dcc9f371c6099c1c194e2ba2
|
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.1.0
|
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.1.0.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.1.0.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.1.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -81,233 +81,247 @@ 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::AccountingPeriodsApi* | [**accounting_periods_list**](docs/AccountingPeriodsApi.md#accounting_periods_list) | **GET** /accounting-periods |
|
89
|
+
*MergeAccountingClient::AccountingPeriodsApi* | [**accounting_periods_retrieve**](docs/AccountingPeriodsApi.md#accounting_periods_retrieve) | **GET** /accounting-periods/{id} |
|
90
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_create**](docs/AccountsApi.md#accounts_create) | **POST** /accounts |
|
91
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_list**](docs/AccountsApi.md#accounts_list) | **GET** /accounts |
|
92
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_meta_post_retrieve**](docs/AccountsApi.md#accounts_meta_post_retrieve) | **GET** /accounts/meta/post |
|
93
|
+
*MergeAccountingClient::AccountsApi* | [**accounts_retrieve**](docs/AccountsApi.md#accounts_retrieve) | **GET** /accounts/{id} |
|
94
|
+
*MergeAccountingClient::AddressesApi* | [**addresses_retrieve**](docs/AddressesApi.md#addresses_retrieve) | **GET** /addresses/{id} |
|
95
|
+
*MergeAccountingClient::AsyncPassthroughApi* | [**async_passthrough_create**](docs/AsyncPassthroughApi.md#async_passthrough_create) | **POST** /async-passthrough |
|
96
|
+
*MergeAccountingClient::AsyncPassthroughApi* | [**async_passthrough_retrieve**](docs/AsyncPassthroughApi.md#async_passthrough_retrieve) | **GET** /async-passthrough/{async_passthrough_receipt_id} |
|
97
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_create**](docs/AttachmentsApi.md#attachments_create) | **POST** /attachments |
|
98
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_list**](docs/AttachmentsApi.md#attachments_list) | **GET** /attachments |
|
99
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_meta_post_retrieve**](docs/AttachmentsApi.md#attachments_meta_post_retrieve) | **GET** /attachments/meta/post |
|
100
|
+
*MergeAccountingClient::AttachmentsApi* | [**attachments_retrieve**](docs/AttachmentsApi.md#attachments_retrieve) | **GET** /attachments/{id} |
|
101
|
+
*MergeAccountingClient::AuditTrailApi* | [**audit_trail_list**](docs/AuditTrailApi.md#audit_trail_list) | **GET** /audit-trail |
|
102
|
+
*MergeAccountingClient::AvailableActionsApi* | [**available_actions_retrieve**](docs/AvailableActionsApi.md#available_actions_retrieve) | **GET** /available-actions |
|
103
|
+
*MergeAccountingClient::BalanceSheetsApi* | [**balance_sheets_list**](docs/BalanceSheetsApi.md#balance_sheets_list) | **GET** /balance-sheets |
|
104
|
+
*MergeAccountingClient::BalanceSheetsApi* | [**balance_sheets_retrieve**](docs/BalanceSheetsApi.md#balance_sheets_retrieve) | **GET** /balance-sheets/{id} |
|
105
|
+
*MergeAccountingClient::CashFlowStatementsApi* | [**cash_flow_statements_list**](docs/CashFlowStatementsApi.md#cash_flow_statements_list) | **GET** /cash-flow-statements |
|
106
|
+
*MergeAccountingClient::CashFlowStatementsApi* | [**cash_flow_statements_retrieve**](docs/CashFlowStatementsApi.md#cash_flow_statements_retrieve) | **GET** /cash-flow-statements/{id} |
|
107
|
+
*MergeAccountingClient::CompanyInfoApi* | [**company_info_list**](docs/CompanyInfoApi.md#company_info_list) | **GET** /company-info |
|
108
|
+
*MergeAccountingClient::CompanyInfoApi* | [**company_info_retrieve**](docs/CompanyInfoApi.md#company_info_retrieve) | **GET** /company-info/{id} |
|
109
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_create**](docs/ContactsApi.md#contacts_create) | **POST** /contacts |
|
110
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_list**](docs/ContactsApi.md#contacts_list) | **GET** /contacts |
|
111
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_meta_post_retrieve**](docs/ContactsApi.md#contacts_meta_post_retrieve) | **GET** /contacts/meta/post |
|
112
|
+
*MergeAccountingClient::ContactsApi* | [**contacts_retrieve**](docs/ContactsApi.md#contacts_retrieve) | **GET** /contacts/{id} |
|
113
|
+
*MergeAccountingClient::CreditNotesApi* | [**credit_notes_list**](docs/CreditNotesApi.md#credit_notes_list) | **GET** /credit-notes |
|
114
|
+
*MergeAccountingClient::CreditNotesApi* | [**credit_notes_retrieve**](docs/CreditNotesApi.md#credit_notes_retrieve) | **GET** /credit-notes/{id} |
|
115
|
+
*MergeAccountingClient::DeleteAccountApi* | [**delete_account_delete**](docs/DeleteAccountApi.md#delete_account_delete) | **POST** /delete-account |
|
116
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_create**](docs/ExpensesApi.md#expenses_create) | **POST** /expenses |
|
117
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_list**](docs/ExpensesApi.md#expenses_list) | **GET** /expenses |
|
118
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_meta_post_retrieve**](docs/ExpensesApi.md#expenses_meta_post_retrieve) | **GET** /expenses/meta/post |
|
119
|
+
*MergeAccountingClient::ExpensesApi* | [**expenses_retrieve**](docs/ExpensesApi.md#expenses_retrieve) | **GET** /expenses/{id} |
|
120
|
+
*MergeAccountingClient::ForceResyncApi* | [**sync_status_resync_create**](docs/ForceResyncApi.md#sync_status_resync_create) | **POST** /sync-status/resync |
|
121
|
+
*MergeAccountingClient::GenerateKeyApi* | [**generate_key_create**](docs/GenerateKeyApi.md#generate_key_create) | **POST** /generate-key |
|
122
|
+
*MergeAccountingClient::IncomeStatementsApi* | [**income_statements_list**](docs/IncomeStatementsApi.md#income_statements_list) | **GET** /income-statements |
|
123
|
+
*MergeAccountingClient::IncomeStatementsApi* | [**income_statements_retrieve**](docs/IncomeStatementsApi.md#income_statements_retrieve) | **GET** /income-statements/{id} |
|
124
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_create**](docs/InvoicesApi.md#invoices_create) | **POST** /invoices |
|
125
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_list**](docs/InvoicesApi.md#invoices_list) | **GET** /invoices |
|
126
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_meta_post_retrieve**](docs/InvoicesApi.md#invoices_meta_post_retrieve) | **GET** /invoices/meta/post |
|
127
|
+
*MergeAccountingClient::InvoicesApi* | [**invoices_retrieve**](docs/InvoicesApi.md#invoices_retrieve) | **GET** /invoices/{id} |
|
128
|
+
*MergeAccountingClient::IssuesApi* | [**issues_list**](docs/IssuesApi.md#issues_list) | **GET** /issues |
|
129
|
+
*MergeAccountingClient::IssuesApi* | [**issues_retrieve**](docs/IssuesApi.md#issues_retrieve) | **GET** /issues/{id} |
|
130
|
+
*MergeAccountingClient::ItemsApi* | [**items_list**](docs/ItemsApi.md#items_list) | **GET** /items |
|
131
|
+
*MergeAccountingClient::ItemsApi* | [**items_retrieve**](docs/ItemsApi.md#items_retrieve) | **GET** /items/{id} |
|
132
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_create**](docs/JournalEntriesApi.md#journal_entries_create) | **POST** /journal-entries |
|
133
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_list**](docs/JournalEntriesApi.md#journal_entries_list) | **GET** /journal-entries |
|
134
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_meta_post_retrieve**](docs/JournalEntriesApi.md#journal_entries_meta_post_retrieve) | **GET** /journal-entries/meta/post |
|
135
|
+
*MergeAccountingClient::JournalEntriesApi* | [**journal_entries_retrieve**](docs/JournalEntriesApi.md#journal_entries_retrieve) | **GET** /journal-entries/{id} |
|
136
|
+
*MergeAccountingClient::LinkTokenApi* | [**link_token_create**](docs/LinkTokenApi.md#link_token_create) | **POST** /link-token |
|
137
|
+
*MergeAccountingClient::LinkedAccountsApi* | [**linked_accounts_list**](docs/LinkedAccountsApi.md#linked_accounts_list) | **GET** /linked-accounts |
|
138
|
+
*MergeAccountingClient::PassthroughApi* | [**passthrough_create**](docs/PassthroughApi.md#passthrough_create) | **POST** /passthrough |
|
139
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_create**](docs/PaymentsApi.md#payments_create) | **POST** /payments |
|
140
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_list**](docs/PaymentsApi.md#payments_list) | **GET** /payments |
|
141
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_meta_post_retrieve**](docs/PaymentsApi.md#payments_meta_post_retrieve) | **GET** /payments/meta/post |
|
142
|
+
*MergeAccountingClient::PaymentsApi* | [**payments_retrieve**](docs/PaymentsApi.md#payments_retrieve) | **GET** /payments/{id} |
|
143
|
+
*MergeAccountingClient::PhoneNumbersApi* | [**phone_numbers_retrieve**](docs/PhoneNumbersApi.md#phone_numbers_retrieve) | **GET** /phone-numbers/{id} |
|
144
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_create**](docs/PurchaseOrdersApi.md#purchase_orders_create) | **POST** /purchase-orders |
|
145
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_list**](docs/PurchaseOrdersApi.md#purchase_orders_list) | **GET** /purchase-orders |
|
146
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_meta_post_retrieve**](docs/PurchaseOrdersApi.md#purchase_orders_meta_post_retrieve) | **GET** /purchase-orders/meta/post |
|
147
|
+
*MergeAccountingClient::PurchaseOrdersApi* | [**purchase_orders_retrieve**](docs/PurchaseOrdersApi.md#purchase_orders_retrieve) | **GET** /purchase-orders/{id} |
|
148
|
+
*MergeAccountingClient::RegenerateKeyApi* | [**regenerate_key_create**](docs/RegenerateKeyApi.md#regenerate_key_create) | **POST** /regenerate-key |
|
149
|
+
*MergeAccountingClient::SelectiveSyncApi* | [**selective_sync_configurations_list**](docs/SelectiveSyncApi.md#selective_sync_configurations_list) | **GET** /selective-sync/configurations |
|
150
|
+
*MergeAccountingClient::SelectiveSyncApi* | [**selective_sync_configurations_update**](docs/SelectiveSyncApi.md#selective_sync_configurations_update) | **PUT** /selective-sync/configurations |
|
151
|
+
*MergeAccountingClient::SelectiveSyncApi* | [**selective_sync_meta_list**](docs/SelectiveSyncApi.md#selective_sync_meta_list) | **GET** /selective-sync/meta |
|
152
|
+
*MergeAccountingClient::SyncStatusApi* | [**sync_status_list**](docs/SyncStatusApi.md#sync_status_list) | **GET** /sync-status |
|
153
|
+
*MergeAccountingClient::TaxRatesApi* | [**tax_rates_list**](docs/TaxRatesApi.md#tax_rates_list) | **GET** /tax-rates |
|
154
|
+
*MergeAccountingClient::TaxRatesApi* | [**tax_rates_retrieve**](docs/TaxRatesApi.md#tax_rates_retrieve) | **GET** /tax-rates/{id} |
|
155
|
+
*MergeAccountingClient::TrackingCategoriesApi* | [**tracking_categories_list**](docs/TrackingCategoriesApi.md#tracking_categories_list) | **GET** /tracking-categories |
|
156
|
+
*MergeAccountingClient::TrackingCategoriesApi* | [**tracking_categories_retrieve**](docs/TrackingCategoriesApi.md#tracking_categories_retrieve) | **GET** /tracking-categories/{id} |
|
157
|
+
*MergeAccountingClient::TransactionsApi* | [**transactions_list**](docs/TransactionsApi.md#transactions_list) | **GET** /transactions |
|
158
|
+
*MergeAccountingClient::TransactionsApi* | [**transactions_retrieve**](docs/TransactionsApi.md#transactions_retrieve) | **GET** /transactions/{id} |
|
159
|
+
*MergeAccountingClient::VendorCreditsApi* | [**vendor_credits_list**](docs/VendorCreditsApi.md#vendor_credits_list) | **GET** /vendor-credits |
|
160
|
+
*MergeAccountingClient::VendorCreditsApi* | [**vendor_credits_retrieve**](docs/VendorCreditsApi.md#vendor_credits_retrieve) | **GET** /vendor-credits/{id} |
|
161
|
+
*MergeAccountingClient::WebhookReceiversApi* | [**webhook_receivers_create**](docs/WebhookReceiversApi.md#webhook_receivers_create) | **POST** /webhook-receivers |
|
162
|
+
*MergeAccountingClient::WebhookReceiversApi* | [**webhook_receivers_list**](docs/WebhookReceiversApi.md#webhook_receivers_list) | **GET** /webhook-receivers |
|
163
|
+
|
160
164
|
|
161
165
|
## Documentation for Models
|
162
166
|
|
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::
|
179
|
-
- [MergeAccountingClient::
|
180
|
-
- [MergeAccountingClient::
|
181
|
-
- [MergeAccountingClient::
|
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::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::
|
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
|
-
- [MergeAccountingClient::
|
302
|
-
- [MergeAccountingClient::
|
303
|
-
- [MergeAccountingClient::
|
304
|
-
- [MergeAccountingClient::
|
305
|
-
- [MergeAccountingClient::
|
167
|
+
- [MergeAccountingClient::Account](docs/Account.md)
|
168
|
+
- [MergeAccountingClient::AccountDetails](docs/AccountDetails.md)
|
169
|
+
- [MergeAccountingClient::AccountDetailsAndActions](docs/AccountDetailsAndActions.md)
|
170
|
+
- [MergeAccountingClient::AccountDetailsAndActionsIntegration](docs/AccountDetailsAndActionsIntegration.md)
|
171
|
+
- [MergeAccountingClient::AccountDetailsAndActionsStatusEnum](docs/AccountDetailsAndActionsStatusEnum.md)
|
172
|
+
- [MergeAccountingClient::AccountEndpointRequest](docs/AccountEndpointRequest.md)
|
173
|
+
- [MergeAccountingClient::AccountIntegration](docs/AccountIntegration.md)
|
174
|
+
- [MergeAccountingClient::AccountRequest](docs/AccountRequest.md)
|
175
|
+
- [MergeAccountingClient::AccountResponse](docs/AccountResponse.md)
|
176
|
+
- [MergeAccountingClient::AccountStatusEnum](docs/AccountStatusEnum.md)
|
177
|
+
- [MergeAccountingClient::AccountToken](docs/AccountToken.md)
|
178
|
+
- [MergeAccountingClient::AccountingAttachment](docs/AccountingAttachment.md)
|
179
|
+
- [MergeAccountingClient::AccountingAttachmentEndpointRequest](docs/AccountingAttachmentEndpointRequest.md)
|
180
|
+
- [MergeAccountingClient::AccountingAttachmentRequest](docs/AccountingAttachmentRequest.md)
|
181
|
+
- [MergeAccountingClient::AccountingAttachmentResponse](docs/AccountingAttachmentResponse.md)
|
182
|
+
- [MergeAccountingClient::AccountingPeriod](docs/AccountingPeriod.md)
|
183
|
+
- [MergeAccountingClient::AccountingPeriodStatusEnum](docs/AccountingPeriodStatusEnum.md)
|
184
|
+
- [MergeAccountingClient::AccountingPhoneNumber](docs/AccountingPhoneNumber.md)
|
185
|
+
- [MergeAccountingClient::AccountingPhoneNumberRequest](docs/AccountingPhoneNumberRequest.md)
|
186
|
+
- [MergeAccountingClient::Address](docs/Address.md)
|
187
|
+
- [MergeAccountingClient::AddressRequest](docs/AddressRequest.md)
|
188
|
+
- [MergeAccountingClient::AddressTypeEnum](docs/AddressTypeEnum.md)
|
189
|
+
- [MergeAccountingClient::AsyncPassthroughReciept](docs/AsyncPassthroughReciept.md)
|
190
|
+
- [MergeAccountingClient::AuditLogEvent](docs/AuditLogEvent.md)
|
191
|
+
- [MergeAccountingClient::AvailableActions](docs/AvailableActions.md)
|
192
|
+
- [MergeAccountingClient::BalanceSheet](docs/BalanceSheet.md)
|
193
|
+
- [MergeAccountingClient::CashFlowStatement](docs/CashFlowStatement.md)
|
194
|
+
- [MergeAccountingClient::CategoriesEnum](docs/CategoriesEnum.md)
|
195
|
+
- [MergeAccountingClient::CategoryEnum](docs/CategoryEnum.md)
|
196
|
+
- [MergeAccountingClient::CategoryTypeEnum](docs/CategoryTypeEnum.md)
|
197
|
+
- [MergeAccountingClient::ClassificationEnum](docs/ClassificationEnum.md)
|
198
|
+
- [MergeAccountingClient::CommonModelScopesBodyRequest](docs/CommonModelScopesBodyRequest.md)
|
199
|
+
- [MergeAccountingClient::CompanyInfo](docs/CompanyInfo.md)
|
200
|
+
- [MergeAccountingClient::ConditionSchema](docs/ConditionSchema.md)
|
201
|
+
- [MergeAccountingClient::ConditionTypeEnum](docs/ConditionTypeEnum.md)
|
202
|
+
- [MergeAccountingClient::Contact](docs/Contact.md)
|
203
|
+
- [MergeAccountingClient::ContactEndpointRequest](docs/ContactEndpointRequest.md)
|
204
|
+
- [MergeAccountingClient::ContactRequest](docs/ContactRequest.md)
|
205
|
+
- [MergeAccountingClient::ContactResponse](docs/ContactResponse.md)
|
206
|
+
- [MergeAccountingClient::CountryEnum](docs/CountryEnum.md)
|
207
|
+
- [MergeAccountingClient::CreditNote](docs/CreditNote.md)
|
208
|
+
- [MergeAccountingClient::CreditNoteLineItem](docs/CreditNoteLineItem.md)
|
209
|
+
- [MergeAccountingClient::CreditNoteStatusEnum](docs/CreditNoteStatusEnum.md)
|
210
|
+
- [MergeAccountingClient::CurrencyEnum](docs/CurrencyEnum.md)
|
211
|
+
- [MergeAccountingClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
|
212
|
+
- [MergeAccountingClient::DebugModeLog](docs/DebugModeLog.md)
|
213
|
+
- [MergeAccountingClient::DebugModelLogSummary](docs/DebugModelLogSummary.md)
|
214
|
+
- [MergeAccountingClient::EnabledActionsEnum](docs/EnabledActionsEnum.md)
|
215
|
+
- [MergeAccountingClient::EncodingEnum](docs/EncodingEnum.md)
|
216
|
+
- [MergeAccountingClient::EndUserDetailsRequest](docs/EndUserDetailsRequest.md)
|
217
|
+
- [MergeAccountingClient::ErrorValidationProblem](docs/ErrorValidationProblem.md)
|
218
|
+
- [MergeAccountingClient::EventTypeEnum](docs/EventTypeEnum.md)
|
219
|
+
- [MergeAccountingClient::Expense](docs/Expense.md)
|
220
|
+
- [MergeAccountingClient::ExpenseEndpointRequest](docs/ExpenseEndpointRequest.md)
|
221
|
+
- [MergeAccountingClient::ExpenseLine](docs/ExpenseLine.md)
|
222
|
+
- [MergeAccountingClient::ExpenseLineRequest](docs/ExpenseLineRequest.md)
|
223
|
+
- [MergeAccountingClient::ExpenseRequest](docs/ExpenseRequest.md)
|
224
|
+
- [MergeAccountingClient::ExpenseResponse](docs/ExpenseResponse.md)
|
225
|
+
- [MergeAccountingClient::GenerateRemoteKeyRequest](docs/GenerateRemoteKeyRequest.md)
|
226
|
+
- [MergeAccountingClient::IncomeStatement](docs/IncomeStatement.md)
|
227
|
+
- [MergeAccountingClient::Invoice](docs/Invoice.md)
|
228
|
+
- [MergeAccountingClient::InvoiceEndpointRequest](docs/InvoiceEndpointRequest.md)
|
229
|
+
- [MergeAccountingClient::InvoiceLineItem](docs/InvoiceLineItem.md)
|
230
|
+
- [MergeAccountingClient::InvoiceLineItemRequest](docs/InvoiceLineItemRequest.md)
|
231
|
+
- [MergeAccountingClient::InvoiceRequest](docs/InvoiceRequest.md)
|
232
|
+
- [MergeAccountingClient::InvoiceResponse](docs/InvoiceResponse.md)
|
233
|
+
- [MergeAccountingClient::InvoiceStatusEnum](docs/InvoiceStatusEnum.md)
|
234
|
+
- [MergeAccountingClient::InvoiceTypeEnum](docs/InvoiceTypeEnum.md)
|
235
|
+
- [MergeAccountingClient::Issue](docs/Issue.md)
|
236
|
+
- [MergeAccountingClient::IssueStatusEnum](docs/IssueStatusEnum.md)
|
237
|
+
- [MergeAccountingClient::Item](docs/Item.md)
|
238
|
+
- [MergeAccountingClient::JournalEntry](docs/JournalEntry.md)
|
239
|
+
- [MergeAccountingClient::JournalEntryEndpointRequest](docs/JournalEntryEndpointRequest.md)
|
240
|
+
- [MergeAccountingClient::JournalEntryRequest](docs/JournalEntryRequest.md)
|
241
|
+
- [MergeAccountingClient::JournalEntryResponse](docs/JournalEntryResponse.md)
|
242
|
+
- [MergeAccountingClient::JournalLine](docs/JournalLine.md)
|
243
|
+
- [MergeAccountingClient::JournalLineRequest](docs/JournalLineRequest.md)
|
244
|
+
- [MergeAccountingClient::LinkToken](docs/LinkToken.md)
|
245
|
+
- [MergeAccountingClient::LinkedAccountCondition](docs/LinkedAccountCondition.md)
|
246
|
+
- [MergeAccountingClient::LinkedAccountConditionRequest](docs/LinkedAccountConditionRequest.md)
|
247
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfiguration](docs/LinkedAccountSelectiveSyncConfiguration.md)
|
248
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfigurationListRequest](docs/LinkedAccountSelectiveSyncConfigurationListRequest.md)
|
249
|
+
- [MergeAccountingClient::LinkedAccountSelectiveSyncConfigurationRequest](docs/LinkedAccountSelectiveSyncConfigurationRequest.md)
|
250
|
+
- [MergeAccountingClient::LinkedAccountStatus](docs/LinkedAccountStatus.md)
|
251
|
+
- [MergeAccountingClient::MetaResponse](docs/MetaResponse.md)
|
252
|
+
- [MergeAccountingClient::MethodEnum](docs/MethodEnum.md)
|
253
|
+
- [MergeAccountingClient::ModelOperation](docs/ModelOperation.md)
|
254
|
+
- [MergeAccountingClient::MultipartFormFieldRequest](docs/MultipartFormFieldRequest.md)
|
255
|
+
- [MergeAccountingClient::OperatorSchema](docs/OperatorSchema.md)
|
256
|
+
- [MergeAccountingClient::PaginatedAccountDetailsAndActionsList](docs/PaginatedAccountDetailsAndActionsList.md)
|
257
|
+
- [MergeAccountingClient::PaginatedAccountList](docs/PaginatedAccountList.md)
|
258
|
+
- [MergeAccountingClient::PaginatedAccountingAttachmentList](docs/PaginatedAccountingAttachmentList.md)
|
259
|
+
- [MergeAccountingClient::PaginatedAccountingPeriodList](docs/PaginatedAccountingPeriodList.md)
|
260
|
+
- [MergeAccountingClient::PaginatedAuditLogEventList](docs/PaginatedAuditLogEventList.md)
|
261
|
+
- [MergeAccountingClient::PaginatedBalanceSheetList](docs/PaginatedBalanceSheetList.md)
|
262
|
+
- [MergeAccountingClient::PaginatedCashFlowStatementList](docs/PaginatedCashFlowStatementList.md)
|
263
|
+
- [MergeAccountingClient::PaginatedCompanyInfoList](docs/PaginatedCompanyInfoList.md)
|
264
|
+
- [MergeAccountingClient::PaginatedConditionSchemaList](docs/PaginatedConditionSchemaList.md)
|
265
|
+
- [MergeAccountingClient::PaginatedContactList](docs/PaginatedContactList.md)
|
266
|
+
- [MergeAccountingClient::PaginatedCreditNoteList](docs/PaginatedCreditNoteList.md)
|
267
|
+
- [MergeAccountingClient::PaginatedExpenseList](docs/PaginatedExpenseList.md)
|
268
|
+
- [MergeAccountingClient::PaginatedIncomeStatementList](docs/PaginatedIncomeStatementList.md)
|
269
|
+
- [MergeAccountingClient::PaginatedInvoiceList](docs/PaginatedInvoiceList.md)
|
270
|
+
- [MergeAccountingClient::PaginatedIssueList](docs/PaginatedIssueList.md)
|
271
|
+
- [MergeAccountingClient::PaginatedItemList](docs/PaginatedItemList.md)
|
272
|
+
- [MergeAccountingClient::PaginatedJournalEntryList](docs/PaginatedJournalEntryList.md)
|
273
|
+
- [MergeAccountingClient::PaginatedPaymentList](docs/PaginatedPaymentList.md)
|
274
|
+
- [MergeAccountingClient::PaginatedPurchaseOrderList](docs/PaginatedPurchaseOrderList.md)
|
275
|
+
- [MergeAccountingClient::PaginatedSyncStatusList](docs/PaginatedSyncStatusList.md)
|
276
|
+
- [MergeAccountingClient::PaginatedTaxRateList](docs/PaginatedTaxRateList.md)
|
277
|
+
- [MergeAccountingClient::PaginatedTrackingCategoryList](docs/PaginatedTrackingCategoryList.md)
|
278
|
+
- [MergeAccountingClient::PaginatedTransactionList](docs/PaginatedTransactionList.md)
|
279
|
+
- [MergeAccountingClient::PaginatedVendorCreditList](docs/PaginatedVendorCreditList.md)
|
280
|
+
- [MergeAccountingClient::Payment](docs/Payment.md)
|
281
|
+
- [MergeAccountingClient::PaymentEndpointRequest](docs/PaymentEndpointRequest.md)
|
282
|
+
- [MergeAccountingClient::PaymentLineItem](docs/PaymentLineItem.md)
|
283
|
+
- [MergeAccountingClient::PaymentLineItemRequest](docs/PaymentLineItemRequest.md)
|
284
|
+
- [MergeAccountingClient::PaymentRequest](docs/PaymentRequest.md)
|
285
|
+
- [MergeAccountingClient::PaymentResponse](docs/PaymentResponse.md)
|
286
|
+
- [MergeAccountingClient::PostingStatusEnum](docs/PostingStatusEnum.md)
|
287
|
+
- [MergeAccountingClient::PurchaseOrder](docs/PurchaseOrder.md)
|
288
|
+
- [MergeAccountingClient::PurchaseOrderEndpointRequest](docs/PurchaseOrderEndpointRequest.md)
|
289
|
+
- [MergeAccountingClient::PurchaseOrderLineItem](docs/PurchaseOrderLineItem.md)
|
290
|
+
- [MergeAccountingClient::PurchaseOrderLineItemRequest](docs/PurchaseOrderLineItemRequest.md)
|
291
|
+
- [MergeAccountingClient::PurchaseOrderRequest](docs/PurchaseOrderRequest.md)
|
292
|
+
- [MergeAccountingClient::PurchaseOrderResponse](docs/PurchaseOrderResponse.md)
|
293
|
+
- [MergeAccountingClient::PurchaseOrderStatusEnum](docs/PurchaseOrderStatusEnum.md)
|
294
|
+
- [MergeAccountingClient::RemoteData](docs/RemoteData.md)
|
295
|
+
- [MergeAccountingClient::RemoteKey](docs/RemoteKey.md)
|
296
|
+
- [MergeAccountingClient::RemoteKeyForRegenerationRequest](docs/RemoteKeyForRegenerationRequest.md)
|
297
|
+
- [MergeAccountingClient::RemoteResponse](docs/RemoteResponse.md)
|
298
|
+
- [MergeAccountingClient::ReportItem](docs/ReportItem.md)
|
299
|
+
- [MergeAccountingClient::RequestFormatEnum](docs/RequestFormatEnum.md)
|
300
|
+
- [MergeAccountingClient::ResponseTypeEnum](docs/ResponseTypeEnum.md)
|
301
|
+
- [MergeAccountingClient::RoleEnum](docs/RoleEnum.md)
|
302
|
+
- [MergeAccountingClient::SelectiveSyncConfigurationsUsageEnum](docs/SelectiveSyncConfigurationsUsageEnum.md)
|
303
|
+
- [MergeAccountingClient::Status7d1Enum](docs/Status7d1Enum.md)
|
304
|
+
- [MergeAccountingClient::SyncStatus](docs/SyncStatus.md)
|
305
|
+
- [MergeAccountingClient::SyncStatusStatusEnum](docs/SyncStatusStatusEnum.md)
|
306
|
+
- [MergeAccountingClient::TaxRate](docs/TaxRate.md)
|
307
|
+
- [MergeAccountingClient::TrackingCategory](docs/TrackingCategory.md)
|
308
|
+
- [MergeAccountingClient::Transaction](docs/Transaction.md)
|
309
|
+
- [MergeAccountingClient::TransactionLineItem](docs/TransactionLineItem.md)
|
310
|
+
- [MergeAccountingClient::ValidationProblemSource](docs/ValidationProblemSource.md)
|
311
|
+
- [MergeAccountingClient::VendorCredit](docs/VendorCredit.md)
|
312
|
+
- [MergeAccountingClient::VendorCreditLine](docs/VendorCreditLine.md)
|
313
|
+
- [MergeAccountingClient::WarningValidationProblem](docs/WarningValidationProblem.md)
|
314
|
+
- [MergeAccountingClient::WebhookReceiver](docs/WebhookReceiver.md)
|
315
|
+
- [MergeAccountingClient::WebhookReceiverRequest](docs/WebhookReceiverRequest.md)
|
316
|
+
|
306
317
|
|
307
318
|
## Documentation for Authorization
|
308
319
|
|
320
|
+
|
309
321
|
### tokenAuth
|
310
322
|
|
323
|
+
|
311
324
|
- **Type**: API key
|
312
325
|
- **API key parameter name**: Authorization
|
313
326
|
- **Location**: HTTP header
|
327
|
+
|