简体   繁体   English

是否可以通过Quickbooks Online API获得定期发票和其他项目

[英]Are recurring invoices and other items available via the Quickbooks Online API

I'm looking to automate the creation of invoices and the quantities for line items. 我希望自动化发票的创建和订单项的数量。 I would like to have an invoices for a customer act as a template for the next time the invoice is created so that the line items and their corresponding prices are kept for that company, but the quantity for the item would be changed by the API. 我想让客户的发票作为下一次创建发票的模板,以便为该公司保留订单项及其相应的价格,但是该项目的数量将由API更改。

Recurring templates seem like the best solution for this to create a template for that company's invoice, but I don't see a way to query for existing recurring items. 重复模板似乎是为此公司的发票创建模板的最佳解决方案,但是我看不到查询现有重复项目的方法。 Is this possible via the Quickbooks Online API? 是否可以通过Quickbooks Online API?

The supported entities are listed on Intuit's website right here: 受支持的实体在Intuit的网站上列出:

If it's not on the list, it's not supported. 如果不在列表中,则不支持。

Unfortunately, recurring templates are not on the list, which means they are not supported. 不幸的是,循环模板不在列表中,这意味着它们不受支持。

With that said... recurring templates are the wrong way to approach this - that's an incredibly over-complicated and error prone way to do this since you'd have to generate them and then query for what was generated and then modify it. 话虽如此...重复模板是解决此问题的错误方法-这是一种极其复杂且容易出错的方法,因为您必须先生成它们,然后查询生成的内容然后进行修改。

Why don't you just use the API to actually create the invoices? 您为什么不只使用API​​实际创建发票? That should be super simple to do... 那应该超级简单...

Better yet, if your task is to do basically metered/usage-based billing, why not use a QuickBooks integrated recurring billing platform to do the work for you? 更好的是,如果您的任务是基本上进行基于计费/使用的计费,那么为什么不使用QuickBooks集成的循环计费平台为您完成工作呢?

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

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