以编程方式将数据推送到 Quickbooks Online?

发布于 2024-10-08 06:13:03 字数 276 浏览 0 评论 0原文

我们公司使用 Quickbooks Online 来跟踪我们的图书。当我们的应用程序向客户开具账单时,最好将该信息自动记录在 QB 中,而不是登录 QB Online 来填写信息。

有没有办法使用 Quickbook 的 API 来完成此任务? Intuit的开发者信息非常混乱;它主要面向扩展 Quickbooks 的桌面版本或开发应用程序以在 Intuit 的应用程序商店中发布。

您是否已成功创建能够从 QB Online 提取数据或从 QB Online 提取数据的 Web 或其他服务端应用程序?

Our company uses Quickbooks Online to track our books. When our application bills a customer, it would be nice to have that information recorded automatically in QB rather than logging in to QB Online to fill in the info.

Is there a way to accomplish this using Quickbook's APIs? The Intuit developer information is very confusing; it is mainly oriented towards extending the desktop version of Quickbooks or developing apps to publish in Intuit's app store.

Have you successfully created a web or other service-side app that was able to pull data to or from QB Online?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

像极了他 2024-10-15 06:13:03

如果您正在构建一次性应用程序,那么 QuickBooks Online qbXML 网关就是您的最佳选择。这是一个非常简单的通过 HTTP 发布 XML 请求的接口,使您可以访问 QuickBooks Online 中的大部分(但不是全部)功能。

如果您正在构建 SaaS 应用程序,那么您应该考虑 Intuit 合作伙伴平台。听起来您正在为您的公司构建一款一次性应用程序,因此我们将重点关注这一点:

如果您查看 我的 QuickBooks 集成 wiki 有一些示例 qbXML 请求,可向您展示如何登录以及如何将 qbXML 请求 POST 到 QuickBooks 服务器。

您没有指定语言,但如果您使用 PHP,请尝试我的开源 QuickBooks PHP DevKit(查看 .zip 每晚构建中的 docs/example_online_edition.php 和 docs/example_raw_online_edition.php)。

您需要使用 QuickBooks OSR 作为 qbXML 参考。 QuickBooks SDK 还有 40 多页专门介绍 QuickBooks Online Edition,您可能应该查看一下。

Intuit 开发者论坛是另一个很好的资源。

If you're building a one-off application, the QuickBooks Online qbXML gateway is the way to go. It's a pretty simple POST-your-XML-requests-over-HTTP sort of interface that gives you access to a large chunk (but not all) of the functionality within QuickBooks Online.

If you're building a SaaS application, then you should be looking at the Intuit Partner Platform instead. It sounds like you're building a one-off app for your company, so we'll focus on that:

If you look on my QuickBooks integration wiki there are some example qbXML requests to show you how to sign on, and how to POST qbXML requests to the QuickBooks servers.

You don't specify a language, but if you're using PHP, then try out my open-source QuickBooks PHP DevKit (look at docs/example_online_edition.php and docs/example_raw_online_edition.php in the .zip nightly builds).

You'll want to use the QuickBooks OSR for qbXML reference. The QuickBooks SDK also has 40+ pages specifically about QuickBooks Online Edition that you should probably review.

The Intuit Developer Forums are another good resource.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文