Skip to main content

QuickBooks

Connect to QuickBooks API for accounting and payments data.

QuickBooks Logo

Authentication

This connector uses Token-based authentication.

info

Set up your connection in the Abstra Console before using it in your workflows.

How to use

Using the Smart Chat

Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".

Using the Web Editor

from abstra.connectors import run_connection_action

result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})

Available Actions

This connector provides 124 actions:

ActionPurposeParameters
quickbooks_accounting/post_v3_company_by_companyid_accountCreate a new Accountcompanyid (string)
data: {
. AccountSubType (string)
. AccountType (string)
. Active (boolean)
. Classification (string)
. CurrencyRef (object)
. CurrentBalance (number)
. CurrentBalanceWithSubAccounts (number)
. FullyQualifiedName (string)
. Id (string)
. Name (string)
. SubAccount (boolean)
. SyncToken (string)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_account_by_idGet the Account which has accountId as 1companyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_queryGet all customer records using generic 'Query' endpoint. Method - POSTcompanyid (string)
query (string)
quickbooks_accounting/post_v3_company_by_companyid_attachableCreate an attachable object Conent-Type:application/json Method - POSTcompanyid (string)
operation (string)
data: {
. AttachableRef (array)
. Id (string)
. MetaData (object)
. Note (string)
. SyncToken (string)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_attachable_by_idRetrieve an attachable object by Id Accept:application/json Method - GETcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_uploadUploading and linking new attachments https://developer.intuit.com/docs/0100_quickbooks_online/0200_dev_guides/accounting/attachments Uploading_and_linking_new_attachments If the attachment is not in the Attachment list already, it's possible to upload it and link it to the object in one multipart operation. Operation: POST https://quickbooks.api.intuit.com/v3/company/companyID/upload Content type: multipart/form-data Request body The following sample code shows the multipart request bcompanyid (string)
quickbooks_accounting/post_v3_company_by_companyid_batchMultiple operations using batch query Content-Type:application/json Method - POSTcompanyid (string)
data: {
. BatchItemRequest (array)
} (object) required
quickbooks_accounting/post_v3_company_by_companyid_billCreate a bill Content-Type:application/json Method - POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_bill_by_idRetrieve a bill by Id Accept:application/json Method - GETcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_billpaymentCreate a BillPayment against a pre-created bill Content-Type:application/json Method - POSTcompanyid (string)
operation (string)
data: {
. CheckPayment (object)
. Line (array)
. PayType (string)
. PrivateNote (string)
. TotalAmt (number)
. VendorRef (object)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_billpayment_by_idRetrieve BillPayment by Id Method - GETcompanyid (string)
id (string)
quickbooks_accounting/get_v3_company_by_companyid_cdcRetrive changed Bill and invoice objects since Aug10,2016 Method - GETcompanyid (string)
entities (string)
changedSince (string)
quickbooks_accounting/post_v3_company_by_companyid_classCreate a Class object Method - POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_class_by_idRead a Class object by Id Method - GETcompanyid (string)
id (string)
quickbooks_accounting/get_v3_company_by_companyid_companyinfo_by_company_idMethod : GETcompanyid (string)
companyID (string)
quickbooks_accounting/post_v3_company_by_companyid_creditmemoCreate a credit memo Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. TxnDate (string)
. SyncToken (string)
. domain (string)
. PrintStatus (string)
. TotalAmt (number)
. ClassRef
. SalesTermRef
. CustomerRef
. DocNumber (string)
. PrivateNote (string)
. CustomerMemo (object)
. PaymentMethodRef
. ShipAddr
. DepartmentRef
. EmailStatus (string)
. BillAddr
. HomeBalance (number)
. RemainingCredit (number)
. RecurDataRef
. TaxExemptionRef
. Balance (number)
. HomeTotalAmt (number)
. Line (array)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_creditmemo_by_idRead a credit memo by Id Method : GETcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_customerCreate a customer Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
. DisplayName (string)
. Title (string)
. GivenName (string)
. MiddleName (string)
. Suffix (string)
. FamilyName (string)
. PrimaryEmailAddr
. ResaleNum (string)
. SecondaryTaxIdentifier (string)
. ARAccountRef (object)
. DefaultTaxCodeRef (object)
. PreferredDeliveryMethod (string)
. GSTIN (string)
. SalesTermRef (object)
. CustomerTypeRef (object)
. Fax (object)
. BillWithParent (boolean)
. Mobile (object)
. PrimaryPhone (object)
. AlternatePhone (object)
. MetaData (object)
. ParentRef (object)
. WebAddr (object)
. ShipAddr
. PaymentMethodRef (object)
. BillAddr
. Job (boolean)
. BalanceWithJobs (number)
. OpenBalanceDate (string)
. Taxable (boolean)
. Notes (string)
. Active (boolean)
. CompanyName (string)
. Balance (number)
. IsProject (boolean)
. Source (string)
. PrimaryTaxIdentifier (string)
. GSTRegistrationType (string)
. PrintOnCheckName (string)
. FullyQualifiedName (string)
. Level (integer)
. TaxExemptionReasonId (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_customer_by_idRead a customer entry by Id Method : GETcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_departmentCreate a department object Method : POSTcompanyid (string)
data: {
. Active (boolean)
. FullyQualifiedName (string)
. Id (string)
. Name (string)
. SubDepartment (boolean)
. SyncToken (string)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_department_by_idRead a department object Method : GETcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_depositCreate a deposit object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. Line (array)
. SyncToken (string)
. CurrencyRef (object)
. PrivateNote (string)
. DepositToAccountRef
. TxnDate (string)
. TxnSource (string)
. DepartmentRef
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_deposit_by_idRead a deposit object by Id Method : POSTcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_employeeCreate an employee object Method : POSTcompanyid (string)
data: {
. Active (boolean)
. BillableTime (boolean)
. DisplayName (string)
. FamilyName (string)
. GivenName (string)
. Id (string)
. MetaData (object)
. PrimaryAddr (object)
. PrimaryPhone (object)
. PrintOnCheckName (string)
. SSN (string)
. SyncToken (string)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_employee_by_idRetrive an employee object by ID Method : GETcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_estimateCreate an Estimate object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_estimate_by_estimate_idRead an Estimate object by Id Method : POSTestimateId (string)
companyid (string)
quickbooks_accounting/get_v3_company_by_companyid_exchangerateGet ExchangeRate Method : GETcompanyid (string)
sourcecurrencycode (string)
asofdate (string)
quickbooks_accounting/post_v3_company_by_companyid_invoiceCreate an invoice object Method : POSTcompanyid (string)
operation (string)
minorversion (string)
data: {
. Id (string)
. Line (array)
. CustomerRef (object)
. PaymentMethodRef (object)
. SyncToken (string)
. CurrencyRef (object)
. DocNumber (string)
. BillEmail (object)
. TxnDate (string)
. ShipFromAddr (object)
. ShipDate (string)
. TrackingNum (string)
. ClassRef (object)
. PrintStatus (string)
. SalesTermRef (object)
. TxnSource (string)
. LinkedTxn (array)
. DepositToAccountRef (object)
. GlobalTaxCalculation (string)
. AllowOnlineACHPayment (boolean)
. TransactionLocationType (string)
. DueDate (string)
. MetaData (object)
. PrivateNote (string)
. BillEmailCc (object)
. CustomerMemo (object)
. EmailStatus (string)
. ExchangeRate (number)
. Deposit (number)
. TxnTaxDetail (object)
. AllowOnlineCreditCardPayment (boolean)
. CustomField (array)
. ShipAddr (object)
. DepartmentRef (object)
. BillEmailBcc (object)
. ShipMethodRef (object)
. BillAddr (object)
. ApplyTaxAfterDiscount (boolean)
. HomeBalance (number)
. DeliveryInfo (object)
. TotalAmt (number)
. InvoiceLink (string)
. RecurDataRef (object)
. TaxExemptionRef (object)
. Balance (number)
. HomeTotalAmt (number)
. FreeFormAddress (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_invoice_by_invoice_idRead an invoice object by IdinvoiceId (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_itemCreate an item object Method : POSTcompanyid (string)
minorversion (string)
operation (string)
data: {
. Id (string)
. QtyOnHand (number)
. InvStartDate (string)
. IncomeAccountRef
. Type (string)
. AssetAccountRef
. ExpenseAccountRef
. SyncToken (string)
. Sku (string)
. FullyQualifiedName (string)
. Name (string)
. Description (string)
. Active (boolean)
. domain (string)
. TrackQtyOnHand (boolean)
. UnitPrice (number)
. MetaData (object)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_item_by_idRead an Item by Id Method : GETid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_journalentryCreate an journalentry object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
. createDate (string)
. Line (array)
. DocNumber (string)
. PrivateNote (string)
. TxnDate (string)
. TaxRateRef
. TotalAmt (number)
. MetaData (object)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_journalentry_by_idRead an journalentry object by Id Method : POSTcompanyid (string)
id (string)
quickbooks_accounting/post_v3_company_by_companyid_paymentCreate an payment object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. TotalAmt (number)
. CustomerRef (object)
. SyncToken (string)
. CurrencyRef (object)
. PrivateNote (string)
. PaymentMethodRef (object)
. UnappliedAmt (number)
. DepositToAccountRef
. ExchangeRate (number)
. Line (array)
. TxnSource (string)
. ARAccountRef (object)
. TxnDate (string)
. CreditCardPayment (object)
. TransactionLocationType (string)
. MetaData (object)
. PaymentRefNum (string)
. TaxExemptionRef (object)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_payment_by_idRead a payment object by Id Method : GETid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_paymentmethodCreate a payment method Method : POSTcompanyid (string)
data: {
. Active (boolean)
. Id (string)
. MetaData (object)
. Name (string)
. SyncToken (string)
. Type (string)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_paymentmethod_by_idRead a payment method Method : GETid (string)
companyid (string)
quickbooks_accounting/get_v3_company_by_companyid_preferencesRead the preference object Method : POSTcompanyid (string)
operation (string)
minorversion (string)
quickbooks_accounting/post_v3_company_by_companyid_preferencesUpdate the preference object endpoint Method : POSTcompanyid (string)
data: {
. AccountingInfoPrefs (object)
. CurrencyPrefs (object)
. EmailMessagesPrefs (object)
. Id (string)
. MetaData (object)
. OtherPrefs (object)
. ProductAndServicesPrefs (object)
. ReportPrefs (object)
. SalesFormsPrefs (object)
. SyncToken (string)
. TaxPrefs (object)
. TimeTrackingPrefs (object)
. VendorAndPurchasesPrefs (object)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/post_v3_company_by_companyid_purchaseCreate a puchase object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_purchase_by_idRead a puchase object by Id Method : POSTid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_purchaseorderCreate a puchase-order object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_purchaseorder_by_purchase_order_idRead a puchase-order object Method : POSTpurchaseOrderId (string)
companyid (string)
quickbooks_accounting/get_v3_company_by_company_id_queryRead the query object Method : GETcompanyId (string)
query (string)
quickbooks_accounting/post_v3_company_by_companyid_refundreceiptCreate a refund-receipt object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. DepositToAccountRef
. TxnDate (string)
. SyncToken (string)
. domain (string)
. PaymentRefNum (string)
. PrintStatus (string)
. TotalAmt (number)
. ClassRef
. SalesTermRef
. CustomerRef
. DocNumber (string)
. PrivateNote (string)
. CustomerMemo (object)
. PaymentMethodRef
. ShipAddr
. DepartmentRef
. EmailStatus (string)
. BillAddr
. HomeBalance (number)
. RemainingCredit (number)
. RecurDataRef
. TaxExemptionRef
. Balance (number)
. HomeTotalAmt (number)
. Line (array)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_refundreceipt_by_idRead a refund-receipt object Method : GETid (string)
companyid (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_account_listReport - Account list detail Method : GET The information below provides a reference on how to access the account list detail report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_aged_payable_detailReport - AgedPayable aging detail Method : GET The information below provides a reference on how to access the AP Aging summary report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_aged_payablesReport - AgedPayable aging summary Method : GET The information below provides a reference on how to access the AP Aging summary report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_aged_receivable_detailReport - AgedReceivableDetail aging detail Method : GET The information below provides a reference on how to access the AR Aging Detail report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_aged_receivablesReport - AgedReceivable aging summary Method : GET The information below provides a reference on how to access the AR Aging Summary report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_balance_sheetReport - BalanceSheet Method : GET The information below provides a reference on how to query the Balance Sheet report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
summarize_column_by (string)
department (string)
vendor (string)
class (string)
accounting_method (string)
qzurl (string)
customer (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_cash_flowReport - CashFlow Method : GET The information below provides a reference on how to access the cash flow report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
summarize_column_by (string)
department (string)
vendor (string)
class (string)
item (string)
customer (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_class_salesReport - CashSales Method : GETcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_customer_balanceReport - CustomerBalance Method : GETcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_customer_balance_detailReport - CustomerBalance Detail Method : GET The information below provides a reference on how to access the Customer Balance Detail report from the QuickBooks Online Report Service.companyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_customer_incomeReport - Customer Income Method : GETcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_customer_salesReport - Customer Sales Method : GETcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_department_salesReport - Department Sales Method : GETcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_general_ledgerReport - General Ledger Method : GET Docs - https://developer.intuit.com/docs/api/accounting/general%20ledgercompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_inventory_valuation_summaryReport - Inventory Valuation Summary Method : GET Docs - https://developer.intuit.com/docs/api/accounting/inventory%20valuationcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_item_salesReport - Item Sales Method : GET Docs - https://developer.intuit.com/docs/api/accounting/sales%20by%20productcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_profit_and_lossReport - Profit and Loss Method : GET Docs - https://developer.intuit.com/docs/api/accounting/profit%20and%20losscompanyid (string)
start_date (string)
end_date (string)
columns (string)
summarize_column_by (string)
department (string)
vendor (string)
class (string)
accounting_method (string)
qzurl (string)
customer (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_profit_and_loss_detailReport - Profit and Loss Detail Method : GET Docs - https://developer.intuit.com/docs/api/accounting/profit%20and%20loss%20detailcompanyid (string)
start_date (string)
end_date (string)
columns (string)
summarize_column_by (string)
department (string)
vendor (string)
class (string)
accounting_method (string)
qzurl (string)
customer (string)
payment_method (string)
account (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_trial_balanceReport - Trial Balance Method : GET Docs - https://developer.intuit.com/docs/api/accounting/trial%20balancecompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_transaction_listReport - Trial List Method : GET Docs - https://developer.intuit.com/docs/api/accounting/transaction%20listcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_vendor_balanceReport - Vendor Balance Method : GET Docs - https://developer.intuit.com/docs/api/accounting/vendor%20balancecompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_vendor_balance_detailReport - Vendor Balance Detail Method : GET Docs - https://developer.intuit.com/docs/api/accounting/vendor%20balance%20detailcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/get_v3_company_by_companyid_reports_vendor_expensesReport - Vendor Expense Method : GET Docs - https://developer.intuit.com/docs/api/accounting/expenses%20by%20vendorcompanyid (string)
start_date (string)
end_date (string)
columns (string)
quickbooks_accounting/post_v3_company_by_companyid_salesreceiptCreate an salesreceipt object Method : POSTcompanyid (string)
operation (string)
include (string)
data: {
. Id (string)
. Line (array)
. CustomerRef (object)
. PaymentMethodRef (object)
. SyncToken (string)
. CurrencyRef (object)
. DocNumber (string)
. BillEmail (object)
. TxnDate (string)
. ShipFromAddr (object)
. ShipDate (string)
. TrackingNum (string)
. ClassRef (object)
. PrintStatus (string)
. SalesTermRef (object)
. TxnSource (string)
. LinkedTxn (array)
. DepositToAccountRef (object)
. GlobalTaxCalculation (string)
. AllowOnlineACHPayment (boolean)
. TransactionLocationType (string)
. DueDate (string)
. MetaData (object)
. PrivateNote (string)
. BillEmailCc (object)
. CustomerMemo (object)
. EmailStatus (string)
. ExchangeRate (number)
. Deposit (number)
. TxnTaxDetail (object)
. AllowOnlineCreditCardPayment (boolean)
. CustomField (array)
. ShipAddr (object)
. DepartmentRef (object)
. BillEmailBcc (object)
. ShipMethodRef (object)
. BillAddr (object)
. ApplyTaxAfterDiscount (boolean)
. HomeBalance (number)
. DeliveryInfo (object)
. TotalAmt (number)
. InvoiceLink (string)
. RecurDataRef (object)
. TaxExemptionRef (object)
. Balance (number)
. HomeTotalAmt (number)
. FreeFormAddress (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_salesreceipt_by_idCreate an salesreceipt object Method : POSTid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_taxagencyCreate a tax-agency object Method : POST Sample response payload 'SalesReceipt': 'domain': 'QBO', 'status': 'Deleted', 'Id': '181' , 'time': '2016-09-02T02:17:24.353-07:00'companyid (string)
data: {
. DisplayName (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_taxagency_by_idGet a tax-agency object by ID Method : GETid (string)
companyid (string)
quickbooks_accounting/get_v3_company_by_companyid_taxcode_by_idRead a taxcode by Id Method : POSTid (string)
companyid (string)
quickbooks_accounting/get_v3_company_by_companyid_taxrate_by_idRead a taxRate by Id Method : POSTid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_taxservice_taxcodeUse TaxService to create taxcode and corresponding taxrates Method : POSTcompanyid (string)
data: {
. TaxCode (string)
. TaxRateDetails (array)
} (object) required
quickbooks_accounting/post_v3_company_by_companyid_termCreate a term object Method : POSTcompanyid (string)
data: {
. Active (boolean)
. DiscountPercent (number)
. DueDays (number)
. Id (string)
. Name (string)
. SyncToken (string)
. Type (string)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_term_by_idRead a term object by Id Method : Getid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_timeactivityCreate a term object Method : POSTcompanyid (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/post_v3_company_by_companyid_transferCreate a transfer object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_transfer_by_idRead a transfer object by Id Method : GETid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_vendorCreate a vendor object Method : POSTcompanyid (string)
data: {
. AcctNum (string)
. Active (boolean)
. Balance (number)
. BillAddr (object)
. CompanyName (string)
. CurrencyRef (object)
. DisplayName (string)
. FamilyName (string)
. GivenName (string)
. Id (string)
. Mobile (object)
. PrimaryEmailAddr (object)
. PrimaryPhone (object)
. PrintOnCheckName (string)
. Suffix (string)
. SyncToken (string)
. TaxIdentifier (string)
. Title (string)
. Vendor1099 (boolean)
. WebAddr (object)
. domain (string)
. sparse (boolean)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_vendor_by_idRead a vendor object by Id Method : GETid (string)
companyid (string)
quickbooks_accounting/post_v3_company_by_companyid_vendorcreditCreate a vendorcredit object Method : POSTcompanyid (string)
operation (string)
data: {
. Id (string)
. SyncToken (string)
} (object) required
quickbooks_accounting/get_v3_company_by_companyid_vendorcredit_by_idRead a vendorcredit object by Id Method : GET Please change the VendorCredit it from 165 to a valid VendorCredit objectId which exists in your QBO accountid (string)
companyid (string)
quickbooks_payments/post_quickbooks_v4_customers_enter_your_customer_id_bank_accountsBankAccounts-CreateUser-Agent (string)
Accept (string)
Content-Type (string)
Request-Id (string)
quickbooks_payments/get_quickbooks_v4_customers_enter_your_customer_id_bank_accounts_enter_your_bank_account_id_BankAccounts-RetrieveByIdAccept (string)
Content-Type (string)
User-Agent (string)
quickbooks_payments/delete_quickbooks_v4_customers_enter_your_customer_id_bank_accounts_enter_your_bank_account_id_BankAccount-DeleteAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/get_quickbooks_v4_customers_enter_your_customer_id_bank_accountsBankAccounts-RetrieveAllAccept (string)
Content-Type (string)
User-Agent (string)
quickbooks_payments/post_quickbooks_v4_customers_enter_your_customer_id_bank_accounts_create_from_tokenBankAccounts-CreateFromTokenAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/post_quickbooks_v4_customers_enter_your_customer_id_cardsCards-CreateAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/get_quickbooks_v4_customers_enter_your_customer_id_cardsCards-GetAllCardsAccept (string)
Content-Type (string)
User-Agent (string)
quickbooks_payments/get_quickbooks_v4_customers_enter_your_customer_id_cards_card_id_Cards-GetCardAccept (string)
Content-Type (string)
User-Agent (string)
quickbooks_payments/delete_quickbooks_v4_customers_enter_your_customer_id_cards_enter_your_card_id_Cards-DeleteAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/post_quickbooks_v4_customers_enter_your_customer_id_cards_create_from_tokenCards-CreateCardFromTokenAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/post_quickbooks_v4_payments_chargesCharges-CreateAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/get_quickbooks_v4_payments_charges_enter_your_charge_id_Charges-RetrieveAccept (string)
Content-Type (string)
User-Agent (string)
quickbooks_payments/post_quickbooks_v4_payments_charges_enter_your_charge_id_captureCharges-CaptureChargeAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/post_quickbooks_v4_payments_charges_enter_your_charge_id_refundsCharges-RefundChargeAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/get_quickbooks_v4_payments_charges_enter_your_charge_id_refunds_enter_your_refund_id_Charges-ReadRefundChargeAccept (string)
Content-Type (string)
User-Agent (string)
quickbooks_payments/post_v3_company_by_companyid_customerCustomer-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_payments/post_v3_company_by_companyid_itemItem-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_payments/post_v3_company_by_companyid_invoiceInvoice-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_payments/post_quickbooks_v4_payments_tokensTokens-CreateContent-Type (string)
Accept (string)
User-Agent (string)
quickbooks_payments/post_v3_company_by_companyid_paymentPayment-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_payments/post_quickbooks_v4_payments_charges_by_charge_id_captureCharges-CaptureChargeChargeId (string)
Accept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/post_quickbooks_v4_payments_charges_by_charge_id_refundsCharges-RefundChargeChargeId (string)
Accept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/post_quickbooks_v4_payments_echeckseChecks-DebitAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/get_quickbooks_v4_payments_echecks_enter_your_echeck_id_eChecks-RetrieveAccept (string)
Content-Type (string)
User-Agent (string)
quickbooks_payments/post_quickbooks_v4_payments_echecks_enter_your_echeck_id_refundseChecks-VoidOrRefundAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_payments/get_quickbooks_v4_payments_echecks_enter_your_echeck_id_refunds_enter_your_echeck_refund_id_eChecks-RetrieveRefundAccept (string)
Content-Type (string)
User-Agent (string)
Request-Id (string)
quickbooks_orchestrated/post_v3_company_by_companyid_billBill-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_orchestrated/post_v3_company_by_companyid_accountCC Account-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_orchestrated/post_v3_company_by_companyid_vendorVendor-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_orchestrated/post_v3_company_by_companyid_billpaymentBillPayment-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Content-Type (string)
Accept (string)
quickbooks_orchestrated/post_v3_company_by_companyid_invoiceInvoice-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_orchestrated/post_v3_company_by_companyid_customerCustomer-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_orchestrated/post_v3_company_by_companyid_itemItem-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_orchestrated/post_v3_company_by_companyid_paymentPayment-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)
quickbooks_orchestrated/post_v3_company_by_companyid_salesreceiptReciept-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Content-Type (string)
Accept (string)
quickbooks_orchestrated/post_v3_company_by_companyid_timeactivityTimeActivity-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Content-Type (string)
Accept (string)
quickbooks_orchestrated/post_v3_company_by_companyid_employeeEmployee-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Content-Type (string)
Accept (string)
quickbooks_orchestrated/post_v3_company_by_companyid_purchasePurchase-Createcompanyid (string)
minorversion (string)
User-Agent (string)
Accept (string)
Content-Type (string)