intuit-partner-platform

Purchase Orders error “There is an error in XML document (0, 0)”

拥有回忆 提交于 2019-12-25 02:57:14
问题 I have a c# web application, Integrated with QuickBooks Online Every thing is running till i add the Following Purchase Orders Code: Intuit.Ipp.Data.Qbo.PurchaseOrder oPurchaseOrder = new Intuit.Ipp.Data.Qbo.PurchaseOrder(); IList<Intuit.Ipp.Data.Qbo.PurchaseOrder> ModifiedPOs = commonService.FindAll(oPurchaseOrder,1,100) as IList<Intuit.Ipp.Data.Qbo.PurchaseOrder>; an error appear with this description : "There is an error in XML document (0, 0)" Note: i'm using version 2.1.4.0. any Advice ?

Mysterious failure to write to Quickbooks using QB Java SDK v3

余生长醉 提交于 2019-12-24 23:44:26
问题 I'm writing a web application using the Google App Engine, and I'm attempting to save some data in Quickbooks, using the Quickbooks Java SDK. I'm getting an exception that I know nothing about when I try to add a customer: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key request.source.header at java.util.ResourceBundle.getObject(ResourceBundle.java:395) at java.util.ResourceBundle.getString(ResourceBundle.java:355) at com.intuit.ipp

Delphi XE2 - always getting 401 Unauthorized () trying to get OAuth Access Token from Intuit

為{幸葍}努か 提交于 2019-12-24 20:48:04
问题 I am working on the last step of the OAuth dance with Intuit. This is a Delphi XE2 desktop app and I am using the Indy components. I am successfully getting my request token from Intuit and the callback from their website is properly redirecting me to our web service after I authorize my app. Using the returned verifier from Intuit I build my request to get the access token. I am always getting back a HTTP/1.1 401 Unauthorized error when I make my call to Intuit. If I post the URL I build

No Challenge session id or Challenge node id in discoverAndAddAccounts() in API explorer

空扰寡人 提交于 2019-12-24 16:17:53
问题 I've tried to add a CIBC account using the API explorer interface. I've got back a 401 response with response body specifying a challenge. However, in the response header, there is only "content-length", no challenge session id or challenge node id as expected. Did I miss something? 回答1: It seems, there is an UI bug in the CAD ApiExplorer. It is not returning the challange nodeId and sessionId. It should be fixed soon. Ideally this 'DiscoverAndAddAccounts' API call returns a response like

Are the APIs listed in API Explorer compatible with QuickBooks enterprise?

夙愿已清 提交于 2019-12-24 09:49:37
问题 The title says it all, I am looking at this reference: https://developer.intuit.com/apiexplorer?apiname=CustomerAccountData# but it doesn't make any notes on the compatibility between different versions. 回答1: The particular API you linked to is not in any way related to ANY version of QuickBooks . It's the AggCat APIs, which are geared towards pulling financial information from banks (e.g. Wells Fargo, Bank of America, etc.). If you're trying to integrate with QuickBooks accounting software:

Changes to oAuth allowing multiple users use same qb app

只谈情不闲聊 提交于 2019-12-24 02:27:27
问题 I have been working on building an intuit quickbooks online app. During this time I have been using multiple users on the same quickbooks company account to test the initial flow of the application. This all worked fine until 12/20/2012 when I started getting this error: Oops! An error has occurred. Please close this window and try again. Error Code: invalid_database Message: The application has already been subscribed to by another user for this company Did something recently change? Or is

Payment not being created

社会主义新天地 提交于 2019-12-23 20:22:41
问题 My payments are not showing up in QuickBooks. I can successfully create and update Customers. I can also successfully create and update Invoices. I cannot create Payments. But here's the thing, when I execute the Update command on my Payment object I do get a proper Id and Domain (NG) passed back. I've checked the Sync log file (IntuitSyncManagerLogger.log) after running a Sync but it has no error messages. Everything looks ok, there just is no payment associated with the invoice in

Receiving a SystemFault when I query Item

江枫思渺然 提交于 2019-12-23 19:51:54
问题 Using V3 when I attempt to query for Items I receive a generic error with a SystemFault type. I am attempting to perform Select * From Item Where Name = 'Something' This does work in the API Explorer, and I believe I am re-creating the HTTP request accurately. My HTTP GET is: GET /v3/company/redacted/query?query=Select%20*%20From%20Item%20Where%20Name%20=%20'Something'%20STARTPOSITION%201%20MAXRESULTS%2020 HTTP/1.1 Accept application/xml Accept-Encoding gzip;q=1.0,deflate;q=0.6,identity;q=0.3

Integrating with QB Desktop products

守給你的承諾、 提交于 2019-12-20 06:48:14
问题 I wrote a QB integration a few years ago that uses the Web Connector to read and write data to and from QB desktop products. It works well but I am not in love with the Web Connector. I am tasked with setting up another QB integration. I was hoping to avoid using the Web Connector this time. There are a few reasons why I am trying to avoid the Web Connector but the main reason is I would like to make this integration work with both Desktop and Online versions of QB. Is it possible to use the

Integrating with QB Desktop products

血红的双手。 提交于 2019-12-20 06:48:10
问题 I wrote a QB integration a few years ago that uses the Web Connector to read and write data to and from QB desktop products. It works well but I am not in love with the Web Connector. I am tasked with setting up another QB integration. I was hoping to avoid using the Web Connector this time. There are a few reasons why I am trying to avoid the Web Connector but the main reason is I would like to make this integration work with both Desktop and Online versions of QB. Is it possible to use the