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

SalesOrderQuery in QuickBooks Desktop does not returning Items of SalesOrder

I am making SalesOrderQuery to fetch Sales Orders created in Quickbooks Desktop Enterprise Version 18.0. I have created some sales orders in QB Desk and querying for them but, I can not find sales orders items that I have added while creating…
Kesha
  • 497
  • 6
  • 19
0
votes
1 answer

QBXML InvoiceAdd Error 3250 Feature Not Enabled Or Available

I have been able to create basic invoices via the API with single line items. These have not shipping etc. Now, when trying to add complete Invoice with the Shipping Line Item (Type = Other Charge). I am getting error 3250 - This feature is not…
Paul
  • 12,392
  • 4
  • 48
  • 58
0
votes
1 answer

Why isn't my response function called but QWC log shows response XML

SOAP server: I'm still testing so that's why I have some stuff hardcoded. I removed some stuff from file and much of the beginning so I could fit within character limit of SO. array(…
Derek Joseph Olson
  • 738
  • 1
  • 7
  • 22
0
votes
1 answer

Do I need to call CreateUser everytime QBWC calls my web app?

Lines 245-251 is what I'm referring to. Do I need to use the createUser method each time this file is called, or simply the first time for a given user? If I need to call createUser only the first time, how can I check if the user was already…
Derek Joseph Olson
  • 738
  • 1
  • 7
  • 22
0
votes
1 answer

Various QBWC errors when adding .qwc file to QuickBooks WebConnect

I am using the PHP-devkit found at https://github.com/consolibyte/quickbooks-php I have QuickBooks Web Connector 2.2.0.80 installed (newest version at this time) I am running QuickBooks Desktop 2018 US enterprise edition I removed first line of…
Derek Joseph Olson
  • 738
  • 1
  • 7
  • 22
0
votes
1 answer

qbxml QuickBooks XML BillAddress invalid according to DTD

Version 13.0 of qbxml. Why is the validator listing XML elements that are not in my XML and are not required as something it's expecting? In all the references I've seen it lists Memo after BillAddress for…
Dustin Butler
  • 818
  • 7
  • 22
0
votes
1 answer

QuickBooks Web Connector Error: The element 'QBXML' is used but not declared in the DTD/Schema

I have a web server connecting to QuickBooks Desktop via the Web Connector. Most of my transaction types are working, but I have a few which are not. When I run them through the XML validator, I get this error: Requested validation for QB Web…
user3302970
  • 51
  • 1
  • 2
0
votes
1 answer

quickbooks SalesOrderAddRq adding issue

Hello I am facing issue when adding SalesOrderAddRq in Quickbooks using https://packagist.org/packages/consolibyte/quickbooks following is my XML for adding salesorder in Quickbooks and also here is tag what will be the value of this is…
0
votes
1 answer

Quickbooks webconnector initial setup: HTTP Status 403 Forbidden

I'm integrating with quickbooks desktop via their webconnector. I've done this before, so I'm not completely green, but I'm trying to setup a new application and am having trouble diagnosing the issue. I have my application added to webconnector…
Conor Mancone
  • 1,940
  • 16
  • 22
0
votes
1 answer

QuickBooks Web Connector: "QuickBooks found an error when parsing the provided XML text stream" but qb*XML Validator says xml is valid

QuickBooks Web Connector is sending the QuickBooks found an error when parsing the provided XML text stream. message to my receiveResponseXML method even though my xml checks out in the qb*XML Validator. I have included the authenticate and…
clearcom0
  • 159
  • 3
  • 11
0
votes
1 answer

Unable to update QuickBooks Offline Payment

I am sending this request to the QBSDK for updating a payment but getting an exception "QuickBooks found an error when parsing the provided XML text stream." .
Mainak
  • 469
  • 3
  • 9
  • 33
0
votes
1 answer

Customer creation qbxml Requests with custom values-quickbooks

I have been trying to create a customer in QuickBooks and I have to update the returned LISTID value in my database.For that Is there any way to send Id (for ex: customer id =101 which is in my database) using "sendrequestXML" and in…
0
votes
1 answer

Quickbooks QBXML - how to exclude fields

I want to get all inventory items from quickbooks with only full name and quantity on hand fields, in order to get a smaller xml. Do you know how to achieve this? This is the xml query request:
Alex
  • 436
  • 4
  • 9
0
votes
2 answers

QBWC: "Index Out Of Range" in do_authenticate()

I'm using QuickBooks WebConnector 2.2.0.71 and my WCF web service (on .NET 4.6.1). After pressing "Update selected" in WebConnector serverVersion and clientVersion requests successfully processed, but authenticate failed: 20170705.06:31:00 UTC :…
smg
  • 1,096
  • 2
  • 11
  • 27