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
2 answers

Error 3176 - QuickBooks error message: Can't lock the credits

We are trying to add an Invoice with 'SetCredit' using QBXML - WebConnector. (QBXML is formed right)
Arun B
  • 61
  • 1
  • 1
  • 2
1
vote
1 answer

How can I obtain historical account balances using QBXML?

I need to obtain the last 24 month-end balances for all accounts in QuickBooks. Is there a way to do that without running a report (e.g., GeneralSummaryReportQueryRq)? If not, is there a way to display the ListID values for the accounts in the…
1
vote
1 answer

Setting IsActive for Employee through qbXML

I keep the following error when adding or modifying Employees with QbXml: QuickBooks found an error when parsing the provided XML text stream. I have tried true/false (which is the values that it returned), yes/no, and 1/0; none of which seem to…
1
vote
1 answer

Quickbooks sales order update - QBXML

Is there a way to update a sales order which is already created before? I use C# and qbxml, but I couldn't find any XML statement or link about that. Is it possible or not?
Sinan Ulker
  • 445
  • 8
  • 20
1
vote
2 answers

Unable to connect to quickbooks

I am trying to build a vb application that can add invoice to QuickBooks. But i am having trouble in starting the connection to QBs at start. I download and install a QuickBooks Premier 2012-13, but using Trial version. I also download the…
Kenneth
  • 11
  • 3
1
vote
3 answers

How to get column names in a Sales Order from Quickbooks using QBXML

I am a newbie to Quickbooks and Web Connector and I am using PHP SDK for Quickbooks. I know how to get Sales Orders from Quickbooks using QBXML request. But I want to get the Column names in Sales Order from Quickbooks. Is there any way or is there…
Pratik
  • 1,531
  • 3
  • 25
  • 57
1
vote
1 answer

QuickBooks TxnID Format

I'm looking to allow a user to enter either the RefNumber or TxnID into a textbox to query for an Invoice. What is the format for a TxnID? I'm considering using a RegEx pattern to determine whether it's a TxnID or not. Thanks!
tolsen64
  • 881
  • 1
  • 9
  • 22
1
vote
1 answer

How to gracefully stop a Quickbooks connector incoming request with PHP?

I have a system that uses keith-palmers PHP Integration framework. Periodically I need to perform maintenance on the system that uses it. The QB Server with the web connector dials in automatically every 30 minutes and the server system…
Ben Duffin
  • 1,066
  • 10
  • 16
1
vote
1 answer

error using JAXB xjc generated classes from qbxml xsd schema

i'm trying to generate classes that i can use from the validator xsd files found in: C:\Program Files\Intuit\IDN\Common\tools\validator i run: xjc qbxmltypes.xsd qbxml.xsd qbxmlso.xsd qbxmlops.xsd and the tool generates the 'generated' directory and…
moonlightcheese
  • 10,664
  • 9
  • 49
  • 75
0
votes
2 answers

Bulk process invoices with QuickBooks SDK including cover letter

Is there a way to print, via the SDK (I'm using qbXML and the QuickBooks web connector to connect to a Java application server, SDK version 7.0, QuickBooks enterprise 9.0) invoices with their cover letter? It may take a third party tool, because it…
Yishai
  • 90,445
  • 31
  • 189
  • 263
0
votes
1 answer

Getting the same data from the QuickBooks no matter how I change the qbXML

I just started learning the QuickBooks, able to successfully send the XML requests, but a bit confused about what I get back I try different request types, CheckQueryRq, VendorQueryRq, InvoiceQueryRq but ALWAYS get back the same identical data Here…
James
  • 1,081
  • 4
  • 15
  • 34
0
votes
1 answer

Quickbooks Webconnector giving QBXML parsing error in quickbooks desktop api xml

I am getting QBXML validator parsing error for the QBXML below Perich Advertising 0
user1887464
  • 533
  • 2
  • 6
  • 11
0
votes
1 answer

Editing multiple times of SO gives error QBWC ERROR: 3200 - The provided edit sequence "" is out-of-date

I am trying to edit a SalesOrder from QB Desktop. Passing a QBXML structure for it.
SreRoR
  • 1,151
  • 1
  • 17
  • 44
0
votes
0 answers

How to loop DataExtMod QBXML looping

I am trying to pass data_ext_mod request to webconnector. q = Qbxml.new(:qb, '13.0') data_xml = {"qbxml"=> {"xml_attributes"=>{}, "qbxml_msgs_rq"=> …
SreRoR
  • 1,151
  • 1
  • 17
  • 44
0
votes
0 answers

Is there any option to add custom attributes for customer payments

I want to add an data extra field called 'Purchase order' for customer receive payment in header section(under check# label input). Is it possible to add in Quickbooks desktop? I didn't see any request qbxml for this in intuit Quickbooks desktop…
SreRoR
  • 1,151
  • 1
  • 17
  • 44