QuickBooks Online actions & endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
The QuickBooks Online Integration with Rewst delivers a robust set of actions and endpoints for interacting with QuickBooks Online. Below is a summary of each section, highlighting the diverse capabilities and opportunities provided through the QuickBooks Online Integration:
POST
quickbooks.api.intuit.com/account
Creates an account, then returns the Account object
GET
quickbooks.api.intuit.com/account/{id}
Returns the account object, given the ID
POST
quickbooks.api.intuit.com/account
Fully update an account, then return the Account object
GET
quickbooks.api.intuit.com/query
Lists all accounts
POST
quickbooks.api.intuit.com/customer
Creates a customer, then returns the Customer object. The DisplayName attribute or at least one of Title, GivenName, MiddleName, FamilyName, or Suffix attributes is required during object create.
GET
quickbooks.api.intuit.com/customer/{id}
Returns the customer object, given the ID
POST
quickbooks.api.intuit.com/customer
Fully update an customer, then return the Customer object
GET
quickbooks.api.intuit.com/query
Lists all customers
POST
quickbooks.api.intuit.com/deposit
Creates a Deposit, then returns the Deposit object
GET
quickbooks.api.intuit.com/deposit/{id}
Returns the deposit object, given the ID
POST
quickbooks.api.intuit.com/deposit
Fully update an deposit, then return the Deposit object. If sparse update, only the provided fields will be updated. If sparse is false, the entire deposit will be updated and empty fields will be nullified.
POST
quickbooks.api.intuit.com/deposit
Delete an deposit
GET
quickbooks.api.intuit.com/query
Lists all deposits
GET
quickbooks.api.intuit.com/<url_path>
Generic action for making authenticated requests against the QuickBooks Online API
POST
quickbooks.api.intuit.com/invoice
Creates an Invoice, then returns the Invoice object
GET
quickbooks.api.intuit.com/invoice/{id}
Returns the invoice object, given the ID
POST
quickbooks.api.intuit.com/invoice
Fully update an invoice, then return the Invoice object. If sparse update, only the provided fields will be updated. If sparse is false, the entire invoice will be updated and empty fields will be nullified.
POST
quickbooks.api.intuit.com/invoice
Delete an invoice
GET
quickbooks.api.intuit.com/query
Lists all invoices