1

I have a VB6 desktop program that is using the Quickbooks SDK. I was trying to see if its possible to migrate it to the Quickbooks IPP system. Ive been looking through the Intuit IPP site for hours and i can't seem to make heads and tails of it. Is it even posible to connect the 2? is there any documentation on it?

4

2 回答 2

0


If you can write the code to call REST APIs then you can access the APIs to integrate with Quickbooks on the Intuit Partner Platform. Its not limited by your programming language of choice.

There is no documentation about vb6, only on the details for the REST API you can call. Here is the documentation for QuickBooks for Windows and QuickBooks Online APIs.

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services

You can also find the IPP QuickBooks SDKs for .Net here if you are interested in that route, it will save you time as you wont need to write alot of the code to handle the XML or make the http request calls.

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0200_DevKits_for_Intuit_Partner_Platform

regards,
Jarred

于 2013-02-12T12:58:21.933 回答
0

您现在尝试做的事情是不可能的。

如果您参考 Intuit Anywhere常见问题解答,您会看到以下相关问题:

问:实施 Intuit Anywhere 有哪些要求?

答:您的应用必须:

  • 成为可在浏览器中使用的 Web 应用程序,作为服务(SaaS,包括基于交易定价)出售给多个客户的产品。支持 SaaS 应用程序的移动扩展。
  • 在与客户一起上线之前通过安全审查。

而这个相关的问题:

问:我可以将桌面应用程序与 Intuit Anywhere 连接吗?

答:不是今天,但我们正在考虑。

因此,目前不支持移植桌面应用程序(当然,除非您将整个应用程序转换为基于 Web 的应用程序......)

于 2013-02-12T23:05:29.557 回答