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

Error when sending qbposxml request for purchase orders. TxnID - a filter for this field is already defined

I am getting an error when submitting a request to QuickBooks POS using qbposxml. The following request is seeking to query specific purchase orders by transactions ID (TxnID). The spec says I can add 0-n such filters. But I get the following…
0
votes
1 answer

Filter QuickBook invoices based on Ship Date

I'm working with the QuickBooks PHP DevKit (thanks Keith!), and am working on an integration between quickbooks desktop and my site. My goal is to import their invoices into my database in order to run reports off of them. I ran into a problem when…
brazilianldsjaguar
  • 1,409
  • 1
  • 20
  • 45
0
votes
1 answer

What are the MatchNumericCriterion in QBPOSSDK Query Request

I am attempting to query open purchase orders. My first attempt was to use the PurchaseOrderStatusDesc="Open" however the return was Unsupported filter (PurchaseOrderStatusDesc). I would then like to try UnfilledPercentageFilter however here is…
0
votes
1 answer

QBXML get all inactive and active customers

I am trying to get all customers from QuickBooks 2012 desktop using QBWebConnector. My request QBXML is as follows - - -
user618886
  • 325
  • 6
  • 16
0
votes
1 answer

QBFC "Invalid Ticket Parameter"

Getting a strange error from QBFC. This code fails: var qbRequest = sessionManager.CreateMsgSetRequest("US", 7, 0); qbRequest.Attributes.OnError = ENRqOnError.roeStop; var qbQuery = qbRequest.AppendCustomerQueryRq(); …
William Madonna Jr.
  • 242
  • 1
  • 3
  • 12
0
votes
1 answer

how to add payment method to quickbooks through qbxml?

I'm using consolibyte php with web connector.I'm trying to create payment method add request using following xml.But i'm getting following error.but in quickbooks with that name no term existed.can you help any one? 3100: The name "cashondelivery"…
sivakumar
  • 49
  • 1
  • 1
  • 13
0
votes
1 answer

Error adding the invoice in QuickBooks. Invalid reference to QB customer

There is an invalid reference to QuickBooks Customer "ABS, JLMN" in the Invoice. QuickBooks error message: Invalid argument. The specified record does not exist in the list.
Hulk
  • 97
  • 3
  • 16
0
votes
1 answer

Can QuickBooks SDK be used to work with WebConnector?

I need to integrate QuickBooks Desktop application with a Java web application. So no QuickBooks Online API will be used this time. Good old desktop with WebConnector and JAX-WS. I had successfully passed through long way of setting up WebConnector…
Dmitry B.
  • 99
  • 3
  • 9
0
votes
1 answer

Is it possible to Apply Exchange Rates through the QuickBooks Web Connector?

Basically, it doesn't appear to be possible to set the exchange rates to update automatically in the QuickBooks Desktop UI (Company > Manage Currency > Download Latest Exchange Rates) when in Multi Currency Mode. I was wondering if there is a…
0
votes
1 answer

Filter non-posting Invoices in Quickbooks Connector

I have this xml: ${from} ${to}
Jhonathan
  • 1,611
  • 2
  • 13
  • 24
0
votes
0 answers

QBMS refund The field CreditCardTransID is invalid

I am using QBMS for my payment https://developer-static.intuit.com/qbSDK-current/Common/newOSR/index.html i am facing the issue with refund api. CustomerCreditCardTxnVoidOrRefundRq it always give me error: The field CreditCardTransID is…
user3025605
  • 323
  • 1
  • 4
  • 15
0
votes
1 answer

Adding a new Customer Contact in Quickbooks via QBXML, is it possible?

I'm working on integrating a website with Quickbooks via the php framework and the QBWC. My question has to deal with Customers. I've noticed that the only way to add Contacts to a customer is on customer creation. ContactsMod can only edit existing…
Brad Hull
  • 1
  • 2
0
votes
1 answer

Quickbooks data query Filters

Can we filter response from quickbooks based on any field or there are only specific set of tags we can use in qbxml request for filtering quickbooks data? For example for Sales Order Query we can use the following