Questions tagged [qbxml]

Quickbooks XML is used communicate with most versions of Quickbooks, including Online Edition

Quickbooks XML is a data format that is used to make SDK calls to most versions of Quickbooks. It is preferred over the legacy IIF format because it runs through the API, and is thus constrained to behave more like the QB frontend. QBXML is also bi-directional, while IIF can only insert data.

If you do not have a local Microsoft COM program running on your machine to connect to your instance of QB directly, you can use to make your QBXML calls via a remote web server.

The complete QBXML reference can be found in the Intuit OSR

307 questions
1
vote
1 answer

What might be the reason for the error "this feature is not enabled or not available in this version of quickbooks"

I am getting the error "this feature is not enabled or not available in this version of quickbooks". I am trying to add a customer into QuickBooks. Can any one please let me know the possible reasons for this error? The details of the SDK…
Hulk
  • 97
  • 3
  • 16
1
vote
1 answer

"no data exchange required"

I am new to quickbook and my client wants to sync his Magento orders with QuickBooks. He uses QuickBooks Enterprises desktop edition to sync the orders. We are using PHP devkit web connector and trying sample example given in the doc to add…
murali418
  • 76
  • 9
1
vote
2 answers

Does QuickBooks Web Connector support create Bill Payments

We are integrating our SaaS with QuickBooks Desktop, but unfortunately unable to find enough info on qbXML. I remember it was there, but now looks like that Intuit obsoleted it. Does QuickBooks Web Connector support create Bill Payments? Is it now…
Vadim K.
  • 1,081
  • 1
  • 14
  • 26
1
vote
0 answers

Quickbooks SDK RequestProcessor Duplicating Calls?

I'm using the QuickBooks SDK 13.0 to interface with our QuickBooks Enterprise 14.0 via QBXML. It hasn't been an easy road, given the poor documentation and lack of good examples online, but I have made inroads towards the completion of my project,…
MiGz
  • 592
  • 9
  • 20
1
vote
1 answer

QuickBooks SDK "ticket parameter is invalid" error

We have an order import app that has been in production for 3 months. 2 weeks ago we started getting intermittent "invalid ticket parameter" exceptions. What does this mean and how can we fix it? We get it on various requests: customer and item…
MikeBr59
  • 284
  • 2
  • 12
1
vote
1 answer

How do I validate TimeModified timestamp values in QBXML response from QuickBooks Desktop?

I am using the QuickBooks Web Connector to sync QuickBooks Desktop employees and customers bidirectionally with our third party web application. We plan to compare the TimeModified value returned in the QBXML to the timestamp of the last change for…
antibrian
  • 346
  • 4
  • 12
1
vote
1 answer

QBXML : Can I get the balance sheet or do I have to calculate it?

I am creating an overview page for a customer which gets invoice and sales data from Quickbooks using QBXML via a PHP app and web connector. The customer would like me to include the balance sheet (for the requested date(s)). Is it possible to…
Ben Holness
  • 2,457
  • 3
  • 28
  • 49
1
vote
2 answers

On a Bill Add QuickBooks SDK is dividing the quantity by the unit of measure set (30) instead of multiplying it.

The issue on a bill add is that the unit of measure is dividing the quantity by thirty instead of multiplying by thirthy. Here is the request and the response on a bill Add:
Karen M
  • 44
  • 2
1
vote
1 answer

How to import Other Payroll Item data

I am trying to find documentation that details how to import 'Other Payroll Items' data to Quickbooks Payroll. I would like to import quantities for non-taxable items such as mileage and lodging. So far, I have not been able to find any information…
CyDharttha
  • 59
  • 7
1
vote
1 answer

Delete Quickbooks Journal Entries QBXML

Is there a way to programatically delete Journal Entries in Quickbooks desktop (Enterprise Ed 2013) using an API like QBXML? I understand that the usual practice would be a compensating entry, but this use case calls for deleting the JE. I see that…
Sunny
  • 1,129
  • 4
  • 13
  • 25
1
vote
0 answers

Quickbooks qbxml appears to be ignoring SalesTaxCodeRef tag

I'm using QuickBooks 2013 pro, Canadian edition. The following XML message is successfully processed by quickbooks. Except that the XML specifies that the item use the standard tax code 'E'. Unfortunately the credit is created with the default…
1
vote
1 answer

Quickbooks ItemSitesQueryRq version

We are running Quickbooks 2013 and we are trying to pull the inventory of our items from all of our locations. The request we send via the webservice looks as follows:
Kasper Wittrup
  • 481
  • 1
  • 5
  • 14
1
vote
2 answers

Unable to set RefNumber via QuickBooks XML (qbXML version 11.0)

I've tried both CheckAdd and CheckMod, and have been unable to set the RefNumber using QuickBooks Pro 2012 on Windows XP. I searched for RefNumber in the QuickBooks SDK Concepts Manual and didn't see anything that might address this problem. On the…
Brian
  • 1,351
  • 2
  • 15
  • 29
1
vote
1 answer

Accessing customer contact details with QBSDK

According to the QBSDK v12 and v13 OSR documentation, the SDK returns contact details (phone, email, etc.) for each of the contacts associated with a customer. In other words, tags within the contact. But when I query a customer that has multiple …
MikeBr59
  • 284
  • 2
  • 12
1
vote
1 answer

QBFC: Can I call multiple concurrent calls to quickbooks through one session?

I am currently creating a new quickbooks session for every unique "thread" coming into my SDK app. In that session, I do some quickbooks stuff. It seems to be working well, allowing multiple things to happen at the same time. The problem I have, is…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62