Search code examples
quickbooks

QuickBooks Create Jobs QBFC


Does anyone know if there is a way to add customer Jobs through QuickBooks desktop SDK? I see that I can add Customer and as part of that I can specify the Job info but that endpoint doesn't have other job info that goes with Job creation.


Solution

  • Jobs in QuickBooks are just Customers with a parent customer. e.g. Customers and Jobs are the same thing except that Jobs belong to a Customer.

    So, create a Job exactly how you'd create a Customer, except make sure you set these fields:

    ParentRef/ListID

    Or

    ParentRef/FullName

    Which attach the job to a specific customer.