0

Quick book online oauth 2.0 not able to load tax code using following query.

$TaxRateService = new QuickBooks_IPP_Service_TaxRate();
$taxRates = $TaxRateService->query($Context, $realm, "SELECT * FROM TaxRate WHERE Id IN('$id')");

I am using IPP v3

Martin
  • 22,212
  • 11
  • 70
  • 132
Mamata
  • 1
  • 1
  • What programming language is that? Please tag your question accordingly – Filnor Dec 19 '17 at 08:11
  • using php quickbook API Library – Mamata Dec 19 '17 at 10:57
  • What is the error message you're getting? What does the XML you're getting back from QuickBooks look like? – Keith Palmer Jr. Dec 19 '17 at 14:10
  • We first get the taxcode from quickbooks using following query:- $TaxCodeService = new QuickBooks_IPP_Service_TaxCode(); and then get the tax rates for each tax code using the following query $TaxRateService = new QuickBooks_IPP_Service_TaxRate(); But It returns NULL and we are not getting any tax rates for the tax codes – Mamata Dec 20 '17 at 04:54

0 Answers0