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

Error connecting to Quickbooks Desktop POS through the web connector

I have a client that needs to connect his website to the Quickbooks Desktop POS 18.0. I Downloaded the Quickbooks webconnector, but the latest version gives an error and says I need quickbooks 2015 or later, so I downloaded the 2.1.0.30 version and…
Filcp
  • 199
  • 7
-1
votes
1 answer

Editing QuickBooks for Windows inventory quantity on hand with QuickBooks PHP Dev Kit / QuickBooks Web Connector

Summary So I set up the example_mysql_mirror and got it all working but for some reason it always overwrites the changes in MySQL regardless of qbsql_modify_timestamp. I noticed the mirroring wiki page…
logicPwn
  • 103
  • 1
  • 8
-1
votes
1 answer

QBXML, Web Connector and how to queue another request

I'm using ASP.NET WebService to interact with QB Web Connector. I want to use iterators, but I don't know how to queue another request after getting first response. I found this method in PHP…
Krzysztof Kaźmierczak
  • 1,401
  • 1
  • 11
  • 15
-1
votes
1 answer

.Net Application update QuickBook Application information like address

I want to update QuickBook Data like Customer Address, Invoice Address etc. through the my .Net application. I was able to get all QuickBook data through the API, but i am not getting to update QuickBook data. Update Function StringBuilder strXML =…
Jeet Bhatt
  • 744
  • 1
  • 7
  • 22
-1
votes
1 answer

QBXML Sales Receipt parsing Error

I'm trying to submit the following QBXML Sales Receipt via "SDK Test Plus 3", and i'm getting an error. "-2147220480 QuickBooks found an error when parsing the provided XML text stream."
-2
votes
1 answer

Mapping payments in IIF to QBXML

For having deprecated IIF, you'd think Intuit would make it easier to map the calls but I've found myself in something of a corner. I have a fairly old script mapping our stuff to IIF. !TRNS TRNSTYPE DATE ACCNT NAME AMOUNT DOCNUM …
Machavity
  • 30,841
  • 27
  • 92
  • 100
-3
votes
1 answer

i have integrated quickbook desktop with my software(in PHP) using web connector locally, but can i do the same if my software is uploaded on server?

below is my we_connector file.php which is uploaded on server with customer add function and my software is uploaded on a server. i want to add the online url but web connector is showing error "QuickBooks Web Connector could not verify the web…
1 2 3
20
21