Skip to main content
August 12, 2021
Question

Why isn't "DefaultTaxCodeRef" immediately updated via the API?

  • August 12, 2021
  • 1 reply
  • 0 views
I have an API call that creates a new customer and then a second API call that sets the "DefaultTaxCodeRef" on the new customer that looks like this: var customer_payload = { "Id":response.Customer.Id, "SyncToken":response.Customer.SyncToken, "sparse":true, "DefaultTaxCodeRef": { name: tax.name,value: tax.value } }

1 reply

August 12, 2021

Hello trellinator,

 

It's great to have you with us in the QuickBooks Community. It looks to me like you're working on something that syncs with QuickBooks Online to be able to more easily create customers for you. That's awesome! I can appreciate wanting to take advantage of every means possible to simplify working with business data. I can point you in the right direction to get answers for your question about why the API coding isn't working.

 

Given what you've shared here, this is a question for our Development team. They even have their own page of resources and a forum where you can ask these kinds of questions, which is where I recommend you go now. Here's the landing page: Intuit Developer. Feel free to browser sections like the API Docs & Tools or to select the (?) icon in the upper right of the page to access the help forum.

 

I wish you the best with your project!