English 中文(简体)
• 将数据输入网上Quickbooks?
原标题:Programmatically pushing data to Quickbooks Online?

我们的公司使用“Quickbooks Online”跟踪我们的书籍。 当我们的申请涉及客户时,最好把这些信息自动记录在QB,而不是记录到QB Online,以填充信息。

是否有办法利用Quickbook的预报软件来做到这一点? Intuit开发商的信息非常令人困惑;它主要着眼于扩大Quickbook的桌面版本,或开发在Intuit的储存库中出版的电器。

您是否成功地创建了一个能够把数据输入或从网上检索的网络或其他服务领域?

问题回答

如果你重新建立一次性申请,QuickBooks Online qbXML网关就是走路。 它拥有一种很简单的POST-your-XML-requests-over-HTTP类接口,使你能够进入QuickBooks Online中功能的大型层(但并非全部)。

如果你重新建立SaaS的申请,那么你就应当研究Intuit伙伴平台。 就像你为你的公司重新建造一对一对一对一对一对一对一对一对,因此我们重视:

如果看myQuickBooks Integration wiki, 有一些如qbXML请求显示你如何签名,以及如何向QuickBooks服务器提出POST qbXML要求。

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).

谨请将QuickBooks OSR作为qbXML参考。 “QuickBooks SDK”还有40多页,具体涉及“QuickBooks Online Edition,你或许应当加以审查。

是另一个好的资源。





相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

getting XML from other domain using ASP.NET

I m fairly new to ASP.NET. And I was wondering how I could go about getting xml from a site (Kuler s API in this case), and then post the result using AJAX? So what I want here, is to be able to do a ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,

How best to expose Rails methods via an API?

Let s say I have a model foo, and my model has a publish! method that changes a few properties on that model and potentially a few others too. Now, the Rails way suggests that I expose my model over ...

简讯

我是否可以使用某些软件来建立简便的航天国家服务器,最好是在 Java? 所有我都希望我的航天国家服务机在任何要求中都用同样的IP地址来回答。

About paypal express checkout api

In this picture,there are 3 main steps:SetExpressCheckout,GetExpressCheckoutDetails and DoExpressCheckoutDetails,I m now sure SetExpressCheckout is to be called by myself,what about ...

热门标签