Configuring your connectionsConnection configurations

QuickBooks

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
realm_idstringtruefalse
oauth_refresh_tokenstringfalsefalse
client_idstringfalsefalse
client_secretstringfalsefalse

Example

1{
2 "name": "quickbooks connection",
3 "type": "quickbooks",
4 "configuration": {
5 "client_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds",
6 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
7 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
8 "realm_id": "12345678"
9 }
10}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringAccepted Values: accounts, bill_payments, bills, budgets, classes, credit_memos, customer_types, customers, departments, deposits, employees, estimates, invoices, items, journal_entries, payment_methods, payments, purchase_orders, purchases, refund_receipts, sales_receipts, tax_agencies, tax_codes, tax_rates, terms, time_activities, transfers, trial_balances, vendor_credits, vendorsfalsefalse
date_macrostringAccepted Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year, customfalsefalse
start_datestringfalsefalse

Example

1{
2 ...
3 "configuration": {
4 "date_macro": "",
5 "object": "accounts",
6 "start_date": ""
7 }
8}

Target

N/A

Bulk Sync

Source

N/A

Destination

N/A