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

Alternative to QuickBooks Webconnector

I have developed one mediator which syncs data from my Volusion site to QuickBooks. During this operation system need to access the company file. For that, I have used webconnector. But for some reason, I'm not able to use it so I need an…
Jack
  • 3
  • 6
0
votes
0 answers

QuickBook webconnector application not syncing data when QuickBooks is closed

I have two Quickbook company files named company_one.qbw and company_two.qbw. I have added two applications named app1 and app2 for both of this files in QuickBook webconnector. If I run app1 with having company_one.qbw file opened in QuickBook,…
Jack
  • 3
  • 6
0
votes
1 answer

quickbooks qbxml result ordering

I can't find anything on how quickbooks orders results when querying with qbXML. It seems like at the very least it would be mentioned in this…
Todd W
  • 11
  • 1
0
votes
1 answer

TxnNumber vs RefNumber in ReceivePaymentQuery - QBXML

What is the difference between TxnNumber and RefNumber when I query receive payments? And how can I get payment date? I'm seeing three TxnDate field in ReceivePaymentRet. ... ...
Tiffgray34
  • 61
  • 1
  • 8
0
votes
1 answer

Use wildcard in QBXML when integrating into quickbooks with web connector

I am trying to add charges into quickbooks via web connector from an online system. The names of the customer can be updated on each system and thus causes in-efficiencies in synchronization because the name of the customer is what is used in…
0
votes
1 answer

QBXML Receive payment applied to multiple Invoices

I'm trying to apply 1 payment to multiple invoices with QBXML and I'm getting the following error QuickBooks found an error when parsing the provided XML text stream My XML:
Scot
  • 165
  • 2
  • 14
0
votes
2 answers

C#.NET and parsing XML response from server

I have several years experience working with JS, Python, and JSON, but just started working with C#.NET and XML within the past week. I'm having to write a solution for Quickbooks Desktop to consolidate multiple invoice line items into one line…
cjones
  • 8,384
  • 17
  • 81
  • 175
0
votes
1 answer

How to add Account Reference in QuickBooks while adding bills from c# application

I am using Quickbooks Desktop 18.0 and I am syncing data between my c# application and QuickBooks via Web Connector. I have one task where I have to push bills and I have predefined account reference for each expenses row in Bill under Vendors ->…
0
votes
1 answer

How to open new Estimate created by QBXML

Hello I am a web developer On my web page there is an IRequestProcessor2 object and few JavaScript functions to work with him. I can create new Estimate in QuickBooks by QBXML query. Now I need to activate QuickBooks window automatically and open…
Oleg Kalenchuk
  • 517
  • 1
  • 5
  • 12
0
votes
1 answer

QBXML Error: StatusCode 3020 "Invalid Date" on Credit Card Expiration Year

I am working with the QBFC .Net wrapper for QBXML. I am trying to add a customer to Quickbooks from my .Net Winforms application, but I keep getting errors saying my "credit card expiration year" has an "invalid date". I am using version 13 of the…
Silmar
  • 117
  • 1
  • 9
0
votes
1 answer

Quickbooks Web Connector - Version 2.1.0.30

I would like to know If there's anyone who has the link to Quickbooks Web Connector - Version 2.1.0.30, as It's not available on the website. Thanks in advance.
jerboy
  • 3
  • 3
0
votes
1 answer

In C#, how do you properly encode QBXML request with special characters

We are working on integrating QBXML with an application of ours and all is working pretty well until today when we attempted to create a new NonInventoryItemPart using the WebConnector. Below is the XML we sent
Tommy
  • 39,592
  • 10
  • 90
  • 121
0
votes
1 answer

Quickbooks SDK - Lot number from sales order

Is it possible to get the lot number from a sales order using the quickbooks QBFC SDK. I have the code running and working, but lot number doesn't come through the QBFC SDK. Lot number is there in the sales order in quickbooks. How do I get lot…
Michael JDI
  • 1,241
  • 5
  • 18
  • 30
0
votes
3 answers

How can I Add and Invoice in QBFC using an XML Text File?

I have a Google Sheets form that has been set up to take form data, format it into a QBXML Invoice Add Request, then save it as a text document (.gdoc). My issue is that the QBFC C# sample code that I have found is all based around building the…
Derek Glissman
  • 67
  • 1
  • 1
  • 14
0
votes
1 answer

Is it possible to create/modify/delete login info in a QB Desktop file via the QB SDK (or any other programmable method)?

We are an accounting office and would like better control over user accounts on several hundred client QB files. Is there any way to use the SDK (or other tool) to create/modify/delete the login accounts (including changing passwords) for a given…
jgalak
  • 137
  • 1
  • 6