我们可以使用 Quickbooks SDK 8.0 进行 Quickbooks 在线吗?
我是 Quickbooks 的新手。我想知道 Quickbooks 是否有单独的在线版本 SDK,或者我们是否也应该使用 SDK 8 来开发在线版本的应用程序。
提前致谢 贾努
I am new to Quickbooks. I want to know whether Quickbooks has any seperate SDK for Online vesrion or shall we use SDK 8 for developing applications for Online version also.
Thanks in Advance
Janu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,使用 SDK 8。QuickBooks SDK 涵盖 QuickBooks 的所有桌面版本和在线版本。
请注意,对于在线版本,您实际上根本不需要任何特殊的 SDK - 您只需简单地将 XML 消息通过 HTTPS POST 到远程服务器即可。 SDK 只为您提供一些 .NET 语言的便利功能,即 QBFC 类。对于任何其他语言,您根本不需要 SDK。 SDK 中唯一有时有用的其他项目是它们附带的 XML 验证器工具。
所有请求的实际文档均可在线获取:
QuickBooks OSR 文档
我有一些有关与 QuickBooks 通信的其他文档我的维基上的在线版本:
ConsoliBYTE QuickBooks Wiki
Yes, use SDK 8. The QuickBooks SDK covers all desktop versions of QuickBooks and Online Edition.
Note that for Online Edition, you don't really need any special SDK at all- you're just simply HTTPS POSTing XML messages to a remote server. The SDK only gets you a few convienence features for .NET languages- namely QBFC classes. For any other language, you won't need the SDK at all. The only other item in the SDK that's sometimes helpful is the XML Validator tool they include with it.
The actual documentation for all of the requests is available online:
QuickBooks OSR Documentation
I have some additional documentation about communicating with QuickBooks Online Edition on my wiki:
ConsoliBYTE QuickBooks Wiki