简体   繁体   English

Quickbooks API /工具,用于将自定义应用程序与Quickbooks Desktop和Quickbooks Online集成

[英]Quickbooks API / tool to Integrate custom app with Quickbooks Desktop & Quickbooks Online

We are trying to find a Quickbooks API to integrate our custom app with Quickbooks Desktop and Quickbooks Online without having to write to them both separately. 我们试图找到一种Quickbooks API,以将我们的自定义应用程序与Quickbooks Desktop和Quickbooks Online集成在一起,而不必分别给它们写信。 It seems like the best approach is to write to the Quickbooks Online Services, where the desktop data is sync'd using Quickbooks Sync Manager, and hopefully allows us to also access customers using QBO. 似乎最好的方法似乎是写入Quickbooks Online Services,在其中使用Quickbooks Sync Manager同步桌面数据,并希望允许我们也使用QBO访问客户。

Is there something that will sync to both QBD and QBO? 是否有可以同时与QBD和QBO同步的内容?

Our app is written in .NET using C# 我们的应用是使用C#在.NET中编写的

We are trying to find a Quickbooks API to integrate our custom app with Quickbooks Desktop and Quickbooks Online without having to write to them both separately. 我们试图找到一种Quickbooks API,以将我们的自定义应用程序与Quickbooks Desktop和Quickbooks Online集成在一起,而不必分别给它们写信。

There isn't one. 没有一个。

where the desktop data is sync'd using Quickbooks Sync Manager, 使用Quickbooks Sync Manager同步桌面数据的位置,

Sync Manager is deprecated - relevant blog post . Sync Manager已弃用- 相关博客文章

Is there something that will sync to both QBD and QBO 是否有东西会同步到QBD和QBO

No. 没有。

Realistically, the data models between QBO and QBD are very similar. 实际上,QBO和QBD之间的数据模型非常相似。 You still have customers, and invoices, and invoice lines, and items, and etc. So, you're not looking at 100% code duplication here - just the data format/protocol you're actually submitting stuff to QuickBooks with is different. 您仍然有客户,发票,发票行,项目等。因此,您并不是在这里查看100%的代码重复-实际用于向QuickBooks提交内容的数据格式/协议是不同的。

So you're probably looking at upwards of 60%+ code re-use even though you have to use two different APIs. 因此,即使您必须使用两个不同的API,您也可能要考虑60%以上的代码重用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM