Best answer

Quickbooks Create SubCustomer Action

  • 21 June 2021
  • 1 reply
  • 174 views

Has anyone successfully figured out how to trigger a Zap where a new Quickbooks Online SubCustomer is created for a client? We only see how to create the Customer, but not the SubCustomer.

icon

Best answer by Troy Tessalone 21 June 2021, 19:46

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @TPIC 

You may need to leverage the QBO API: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer

App APIs can be used in Zaps with the Webhooks action step: https://zapier.com/apps/webhook/integrations#triggers-and-actions

 

Use the Customer resource to create parent customer objects, sub-customer objects, and job objects according to your business requirements.
Use the ParentRef and Job attributes in the customer object to designate whether the object is a parent, nested job or nested sub-customer.

  • First, create parent customer objects: Set Job to false (default) and do not define ParentRef.
  • Then, create sub-customer and job objects: Set Job to true and set ParentRef to reference parent customer object.