quickbooks

Quickbooks Online filtering with Signpost returns 401 error

痴心易碎 提交于 2019-12-08 12:15:46
问题 I was able to get Signpost work with QuickBooks Online using HttpPost. However when I tried querying with filters, I got 401 error every time. After contacting support, I was informed that this is a known bug. They pointed me to an example in C#. I am using Signpost oauth library in Java. The C# example doesn't make sense to me since I don't have those functions available in Signpost. Also I don't understand what exactly I need to do. One side note: I had to use HttpClient for this content

QBWC1013: Error connecting to QuickBooks. 0x80040408

血红的双手。 提交于 2019-12-08 12:10:15
问题 I am having trouble getting the QuickBooks Web Connector. When it runs the logs says ... 20130411.15:29:07 UTC : QBWebConnector.SOAPWebService.do_serverVersion() : *** Calling serverVersion(). 20130411.15:29:07 UTC : QBWebConnector.SOAPWebService.do_serverVersion() : Received from serverVersion() following parameter:<serverVersionRet="testing version"> 20130411.15:29:08 UTC : QBWebConnector.SOAPWebService.do_clientVersion() : *** Calling clientVersion() with following parameter:

How can I get the invoices that has been paid on an specific date from QuickBooks to .NET app?

亡梦爱人 提交于 2019-12-08 11:52:24
问题 I am trying to get a list with all the invoices from QuickBooks that has been paid on an specific date. I found in a blog the way to get all the invoices from QuickBooks. bool sessionBegun = false; bool connectionOpen = false; QBSessionManager sessionManager = null; try { //Create the session Manager object sessionManager = new QBSessionManager(); //Create the message set request object to hold our request IMsgSetRequest requestMsgSet = sessionManager.CreateMsgSetRequest("US", 8, 0);

QuickBooks WebConnector Null Values: Object reference not set to an instance of an object

。_饼干妹妹 提交于 2019-12-08 11:44:27
问题 This is a continuation of the epically painful QuickBooks WebConnector saga initiated here. Objective I'm trying to use Clojure with Axis 2 to access QuickBooks data using the QuickBooks WebConnector (QBWC from now on). QBWC uses SOAP to communicate with external applications, so that's why my Clojure application uses Axis 2. Progress After tens of permutations and over 150 hours, I've finally found the easy way to create an Axis2 (SOAP) WebService. I use the WSDL2Java generator to generate

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

假装没事ソ 提交于 2019-12-08 08:51:00
问题 This is my QBXML request <?xml version="1.0" ?> <?qbxml version="6.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <InvoiceModRq requestID="1"> <InvoiceMod> <TxnID>85-1442639879</TxnID> <EditSequence>1442639879</EditSequence> <CustomerRef> <ListID>80000005-1442639850</ListID> <FullName>Bruce Banner</FullName> </CustomerRef> <TxnDate>2015-09-19</TxnDate> <RefNumber>5462</RefNumber> <InvoiceLineMod> <ItemRef> <ListID>8000000A-1442469770</ListID> <FullName>Item 1</FullName> </ItemRef> <Quantity

How to test Intuit reconnect api?

[亡魂溺海] 提交于 2019-12-07 05:20:45
问题 I am building a page that would send a request to Intuit Reconnect API to renew the Oauth Token and Token secret values. It is working. But my test Oauth values is not within 30 days of expiration. Thus the response has always been "Token Refresh Window Out of Bounds". Is there a way around this so that I can get the success response with new token values? I would like to be able test this scenario multiple times, not just once. https://developer.intuit.com/docs/0025_quickbooksapi/0053_auth

QuickBooks Web Connector TimeModified offset does not account for Daylight Savings time

对着背影说爱祢 提交于 2019-12-07 04:14:04
问题 I'm using QuickBooks Web Connector to pull employee records out of QuickBooks Desktop on a Windows 8.1 machine using QBXML requests. Is there a reason the TimeModified time stamps are returning an offset that does not account for Daylight Savings time? Is there a way to get the current time on the host system? It is currently returning "2014-03-27T14:20:53-05:00" for TimeModified, even though the current timezone is set to Eastern Time with "Adjust for Daylight Savings Time" enabled. The

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

只谈情不闲聊 提交于 2019-12-06 16:25:22
This is my QBXML request <?xml version="1.0" ?> <?qbxml version="6.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <InvoiceModRq requestID="1"> <InvoiceMod> <TxnID>85-1442639879</TxnID> <EditSequence>1442639879</EditSequence> <CustomerRef> <ListID>80000005-1442639850</ListID> <FullName>Bruce Banner</FullName> </CustomerRef> <TxnDate>2015-09-19</TxnDate> <RefNumber>5462</RefNumber> <InvoiceLineMod> <ItemRef> <ListID>8000000A-1442469770</ListID> <FullName>Item 1</FullName> </ItemRef> <Quantity>1</Quantity> <Rate>1100.00</Rate> </InvoiceLineMod> </InvoiceMod> </InvoiceModRq> </QBXMLMsgsRq> <

Quickbooks online API with oauth2

风流意气都作罢 提交于 2019-12-06 11:59:04
I need to use Quickbooks online API to synchronize data between my system and my client's accounts on quickbooks. I need to know if is it possible to complete the oauth2 authorization flow and make API calls without human interaction (without the need to interact with Intuit's authentication and authorization windows)? I read the Intuit's docs on: https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000500_authentication_and_authorization/connect_from_within_your_app On the first step, I made a GET request to: https://appcenter.intuit.com/connect/oauth2?client_id=MY_ID

How do i add (reference) Quick book's dll to silverlight project?

余生颓废 提交于 2019-12-06 11:19:14
I am using silverlight project.In this i have to use Quick books SDK (QBFC). But problem is silverlight not allowing other assembles. Because : Silverlight uses a different runtime and a subset of the regular .Net framework, which is why we can only reference Silverlight libraries. So we cannot use Quick book dlls as a reference to silver light. But by using web service or RIA service we can solve tha problem. Let me know is this possible.. if yes how can i do... if not which approach i have to follow First, the SL app has to have elevated privileges. Second, you need to create a COM object