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

How to modify an invoice in quickbooks using qbxml and qbsdk13?

This is my QBXML request 85-1442639879
Mainak
  • 469
  • 3
  • 9
  • 33
1
vote
1 answer

How to modify an invoice in quickbooks using qbxml and qbsdk13 in c#?

I have done an InvoiceModquery like this 79-1442638826
Mainak
  • 469
  • 3
  • 9
  • 33
1
vote
1 answer

Retrieving default currency for a company file using QBXML for QBD

I am trying to figure out the currency that is used for a QuickBooks file. It seems that if a user is not using multi-currency feature there is no currency format associated with any transactions. I've tried: HostQueryRq which returns CountryCode…
Grapes
  • 2,473
  • 3
  • 26
  • 42
1
vote
0 answers

qbxml customer mod request unsuccessful

I am developing an integration web service in php for quickbooks. I have been able to figure out all of the add and query strings already but I cannot figure out how to properly send a mod request. I know my request has something wrong with my xml…
Nick Pray
  • 231
  • 2
  • 4
1
vote
1 answer

Quickbooks integration with visual studio not working after update.?

I am using QBXML SDK to connect to quickbooks from visual studio. It was working fine and updating invoices till yesterday when I installed the quickbooks update. After Updating quickbooks, its showing the following error: …
sony
  • 1,453
  • 3
  • 35
  • 79
1
vote
1 answer

Quickbooks PHP Web Connector API:Saving PDF of an invoice using the API

In Quickbooks 2015, there is a feature in within a job's invoice to save/print to PDF file for document printing purposes Similar to this question: How do I retrieve a PDF of an invoice in QuickBooks API? Results in: Is there any way to automate…
Sam.E
  • 175
  • 2
  • 10
1
vote
1 answer

Quickbooks PHP - qbXML mapping TransactionRet(Invoice) with ItemServiceRet

I'm developing a rountine to store invoice into local database based on QuickBooks invoices. Using this qbXML request: $xml ='
Sam.E
  • 175
  • 2
  • 10
1
vote
1 answer

How to add Ship To address to an existing customer?

I am using the QuickBooks PHP DevKit. I tried the xml below but it only replaces the existing ship to address
basic_space
  • 101
  • 10
1
vote
1 answer

quickbooks desktop web connector qbxml: add invoice with CLASS field

I'm trying to add an invoice and populate its CLASS field with a value (I can't post a screenshot of the invoice "CLASS" field because I don't have the reputation, its the field just to the right of "PRICE EACH" field), I don't know how to add the…
realife
  • 79
  • 1
  • 8
1
vote
2 answers

use qbxml to get all invoices for a particular customer

I am using Excel VBA to access quickbooks locally. I have the code to pull all customers and parse the results as well as pull all invoices and parse the results. I can pull a particular customer based on RefID and a particular invoice the same…
laoche
  • 11
  • 5
1
vote
1 answer

Adding Multiple Payments using QBXML

I am trying to add new payments in a batch to quickbooks using XML requests to Quickbooks Web Connector, my request for a single payment looks like this $xml = '
cmtzco
  • 171
  • 1
  • 8
1
vote
1 answer

Is it possible to enable compression on QuickBooks SDK Web Connector?

I am transferring a rather large amount of data using the QuickBooks Web Connector to a remote server, and I'm pretty sure that the internet bandwidth is the main bottleneck for most of the transfer. Is there a way to configure the Web Connector to…
elynnaie
  • 861
  • 2
  • 13
  • 28
1
vote
2 answers

Error adding sales order with InventoryRef in quickbooks desktop

I am sending a QBXML to quickbooks for adding a sales order. Everything runs fine but when i add the tag for InventoryRef as below i get XML not valid error. Austin
Raghav
  • 552
  • 1
  • 9
  • 34
1
vote
0 answers

QBXML PriceLevelQuery Request to WebConnector

I'm doing a QBXML PriceLevelQuery request. I've tried multiple variations but no matter what I do the response is always to give me a full data dump of all PriceLevel records until the system times out. It wasn't until I left something in the XML…
jessier3
  • 809
  • 1
  • 7
  • 16
1
vote
4 answers

Why would QB enterprise change from R5 to R6 cause all sdk programs to not connect?

On a Windows XP system we upgraded from QB Enterprise 2014 R5 to R6 and now the external programs fail to connect. The error message is "The procedure entry point EnumProcessModulesEx could not be located in the dynamic link library PSAPI.DLL" …