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
10
votes
1 answer

How to create a .qwc file for QuickBooks Web Connector?

I am integrating QuickBooks (desktop version) with an ASP.NET application. For that I am using QuickBooks Web Connector. How can I create a .qwc file for my custom web service?
Golda
  • 3,823
  • 10
  • 34
  • 67
7
votes
4 answers

QuickBooks Web Connector TimeModified offset does not account for Daylight Savings time

I'm using QuickBooks Web Connector to pull employee records out of QuickBooks Desktop on a Windows 8.1 machine using QBXML requests. Is there a reason the TimeModified time stamps are returning an offset that does not account for Daylight Savings…
antibrian
  • 346
  • 4
  • 12
6
votes
4 answers

Is there a way to properly end a session with QuickBooks/QBW32.exe so it does not stay running in the background?

I perform tech support and some development on a number of programs that uses the QuickBooks SDK to perform a variety of functions. Lately I have been noticing that when the user does the following: Pre-Requisites: - QuickBooks is NOT open on the…
Stevie White
  • 569
  • 1
  • 7
  • 24
6
votes
1 answer

Getting error -2147220472 (Could not start Quickbooks)

I am getting error -2147220472 when I try to connect to Quickbooks. The application is executed by a windows service. The log file is as follows: I 8788 RequestProcessor ========= Started Connection ========= I 8788 RequestProcessor …
Evil August
  • 411
  • 6
  • 18
6
votes
3 answers

Calculating customer balance from QuickBooks data (QBXML)

I'm working on building a simple website where my company's customers can view a statement for the last 12 months and therefore, their current balances. To achieve this, I'll be using the QuickBooks Web Connector to export the necessary data from…
morbiD
  • 214
  • 1
  • 11
5
votes
1 answer

How do I add a line item to an existing Sales Order using QBXML

I'm able to pull up the sales order fine, and I think modifying the line items that are already there looks to make sense, but how would I go about adding an additional line item? The OSR doesn't seem to make sense to me for this. …
Kevin Korb
  • 135
  • 1
  • 10
5
votes
3 answers

Retrieving the COM class factory for component with CLSID {6C9E80E3-B780-4361-A693-5E5C6BDC83A9} failed due to the following error: 80040154

I am getting this error: Retrieving the COM class factory for component with CLSID {6C9E80E3-B780-4361-A693-5E5C6BDC83A9} failed due to the following error: 80040154. Dim smgrGlobal As QBSessionManager smgrGlobal = New QBSessionManagerClass() The…
4
votes
1 answer

ReceivePaymentAddRq in QBXML - Object TxnID specified in request cannot be found

I'm working in QBXML and trying to apply a payment to specific invoice in a ReceivePaymentAddRq. I'm getting the, apparently quite common, "Object TxnID specified in the request cannot be found". Most other forums threads on this topic are…
Jonathan
  • 3,464
  • 9
  • 46
  • 54
4
votes
0 answers

Quickbooks message: "Object "..." specified in the request cannot be found"

I'm the programmer for a company that sells a web-based business software product, that lets the user run their business. Our system is also required to sync all financial information to our user's Desktop QuickBoooks. We use the QB Web Connector to…
user3826040
4
votes
1 answer

qbfc/qbxml ReceivePaymentAdd assign Payment to Invoice

When I try to associate a Payment with an Invoice, I get the following error: ReceivePaymentAdd ORApplyPayment: OR object has multiple values End of ORApplyPayment End of ReceivePaymentAdd What does that error mean? How do I get this to work? Note…
4
votes
2 answers

How to handle zero jobs in sendRequestXML in quickbooks web connector

I have a scenario where there are a set of tasks and i am using quickbooks web connector for executing them. The user may want to run all tasks or some of them depending on need. Tasks which are for querying data always send static XML and parse…
Raghav
  • 552
  • 1
  • 9
  • 34
4
votes
1 answer

Iteration samples in Quick books using web connector

I have seen documention on iterration on QBSDK_ProGuid.pdf file(page 117).i am confusion how to issue the same query again and setting iterator value now set to Continue, and the IteratorID field set to the IteratorID value returned from the first…
Kavitha
  • 1,447
  • 2
  • 22
  • 37
3
votes
1 answer

How to manage the extra xml declaration for QuickBooks XML

I've come across the following xml when dealing with Quickbooks xml integration:
Ricardo Marimon
  • 10,339
  • 9
  • 52
  • 59
3
votes
1 answer

Quickbooks Web Connector suddenly throws 0x80040400 error

Until recently, I have been able to push sales orders using the Consolibyte PHP Web Connector just fine. Now, it is throwing the error 0x80040400: QuickBooks found an error when parsing the provided XML text stream. I have removed all optional…
elynnaie
  • 861
  • 2
  • 13
  • 28
3
votes
3 answers

Quickbooks Data Schema?

I'm trying to develop a simple app for my staff to log their time and expenses on a remote (access) db, and then sync that with QuickbooksPro. I have managed to get QBFC to work, my problem now is understanding the underlying database structure…
user3142068
  • 31
  • 1
  • 1
  • 3
1
2 3
20 21