quickbooks

“no data exchange required”

笑着哭i 提交于 2019-11-28 10:54:17
问题 I am new to quickbook and my client wants to sync his Magento orders with QuickBooks. He uses QuickBooks Enterprises desktop edition to sync the orders. We are using PHP devkit web connector and trying sample example given in the doc to add customer. For the first time the add customer example worked fine but after that when I tried to add another customer, I got 'Data Exchange Required' message in quick web connector and the user was not added to quickbook. Please help me to solve it and

QuickBooks Online querying with filter returns 401 everytime

不问归期 提交于 2019-11-27 18:25:28
问题 I've had success creating objects with POST and Content-Type application/xml I've also had success querying using Content-Type application/x-www-form-urlencoded with a blank request body which returns all of the object type depending on which URI I specify. I can also get the same to work with something like PageNum=1&ResultsPerPage=1 in the request body and I have figured out how to incorporate that into the signature so I get a valid response. However no matter how I format it, I cannot get

IPP .NET SDK for QuickBooks v3.0 Create Invoice Error - Bad Request

情到浓时终转凉″ 提交于 2019-11-27 14:14:40
问题 I am having a hard time figuring out what exactly is going wrong here - I do not get alot of insight form the error Bad Request - here is my code: OAuthRequestValidator oauthValidator = new OAuthRequestValidator(accessToken, accessTokenSecret, consumerKey, consumerSecret); ServiceContext context = new ServiceContext(appToken, companyID, IntuitServicesType.QBO, oauthValidator); DataService service = new DataService(context); Customer customer = new Customer(); customer.GivenName = "Mary " +

QuickBooks API (php) Integration

眉间皱痕 提交于 2019-11-27 09:33:18
问题 I am a very new to QuickBooks. I have created a trial account in Quick Books and I want to add customers, create invoices or similar sort of things to my account. I have downloaded the php SDK from github. Now I have no Idea how to start, from where to start to add the customer to my account after the customer make the order from my website. Can anyone help me with some detail documentation or some examples so that I can move forward. I have no knowledge about the web app connector. I am