QuickBooks Online java SDK,使用不存在的产品创建账单
QuickBooks Online java SDK, Bill creation with nonexistent product
我想使用 SDK 即时创建 Bill。我的专有应用程序中有大量产品列表。我想将那里的产品作为订单项添加到账单中。我应该在创建账单之前在 QBO 中创建产品,还是可以即时添加不存在的产品?如果我不想将我的所有服务加载到 QBO 中,创建账单的最简单方法是什么?
Should I create product in QBO prior to creating bill
是的。
or I'm able to add nonexistent products on the fly?
没有
Which is the easiest ways to create a bill if I don't want to load all of my services into QBO?
每当帐单需要时在 QBO 中创建服务。
我想使用 SDK 即时创建 Bill。我的专有应用程序中有大量产品列表。我想将那里的产品作为订单项添加到账单中。我应该在创建账单之前在 QBO 中创建产品,还是可以即时添加不存在的产品?如果我不想将我的所有服务加载到 QBO 中,创建账单的最简单方法是什么?
Should I create product in QBO prior to creating bill
是的。
or I'm able to add nonexistent products on the fly?
没有
Which is the easiest ways to create a bill if I don't want to load all of my services into QBO?
每当帐单需要时在 QBO 中创建服务。