quickbooks-online

Can you retrieve the Intuit User ID through OAuth

*爱你&永不变心* 提交于 2021-02-07 20:49:34
问题 I am creating a connection to QuickBooks Online using the "Connect To QuickBooks" button as described on the following page: http://docs.developer.intuit.com/0025_Intuit_Anywhere/0010_Getting_Started/0020_Connect/0010_From_Within_Your_App/Implement_OAuth_in_Your_App Using this method is it possible to retrieve the Intuit User ID that the user entered (when prompted during the Intuit Sign In dialog) so that I can associate that user ID with the access token, access token secret, and realmId

Can you retrieve the Intuit User ID through OAuth

给你一囗甜甜゛ 提交于 2021-02-07 20:47:24
问题 I am creating a connection to QuickBooks Online using the "Connect To QuickBooks" button as described on the following page: http://docs.developer.intuit.com/0025_Intuit_Anywhere/0010_Getting_Started/0020_Connect/0010_From_Within_Your_App/Implement_OAuth_in_Your_App Using this method is it possible to retrieve the Intuit User ID that the user entered (when prompted during the Intuit Sign In dialog) so that I can associate that user ID with the access token, access token secret, and realmId

How to query some data out of a QuickBook(.qbw) file?

为君一笑 提交于 2021-02-07 06:45:26
问题 Situation I am new to the QuickBooks world. I have a .qbw file -> CompanyName.qbw It's a huge file that contain almost everything about my company. I want to query some data out of that file - NOT all , but some.:) Let's say, I want to query only the inventory report . Within that inventory report, I only want 3 fields. product_id name availability I've been looking for a tool out there everywhere, I could not find anything that will does exactly what I want. Can someone get me start on this

QuickBooks Online Api Error “The remote server returned an error: (400) Bad Request”

陌路散爱 提交于 2021-01-29 20:31:17
问题 I'm using the QBO API and am at the step where I'm trying to retrieve the access and refresh tokens. When I send my request I get an error when I try to get the response that states "The remote server returned an error: (400) Bad Request". See the code below. I've tried a number of variations in my header, but cannot get it to work. Any ideas? Code (using vb.net): Sub Step2_GetTokens() 'Delcare variables. Dim vHTTPREQUEST As HttpWebRequest Dim vHTTPRESPONSE As HttpWebResponse Dim

Operation not supported: Expense with BillableStatus should have CustomerRef for AccountBasedExpenseLineDetail Line in Purchase

帅比萌擦擦* 提交于 2021-01-29 10:15:31
问题 I have attempted to submit a Purchase as Check to QBD using PHP SDK with the below XML request content: <?xml version="1.0" encoding="UTF-8"?> <ns0:Purchase xmlns:ns0="http://schema.intuit.com/finance/v3" domain="QB"> <ns0:TxnDate>2014-02-21</ns0:TxnDate> <ns0:PrivateNote>Test for QBD Purchase Check</ns0:PrivateNote> <ns0:Line> <ns0:Description>E1</ns0:Description> <ns0:Amount>10.00</ns0:Amount> <ns0:DetailType>AccountBasedExpenseLineDetail</ns0:DetailType> <ns0:AccountBasedExpenseLineDetail>