Reputation: 8852
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.
Upvotes: 0
Views: 152
Reputation: 27952
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.
Upvotes: 1