简体   繁体   English

Intuit Quickbooks API IPPDotNetDevKit库:在一次调用中获取具有供应商名称的Bill实体

[英]Intuit Quickbooks API IPPDotNetDevKit library: Get a Bill entity with vendor name in a single call

I am trying to get all QBO Bill entities with all their vendor names in a single call. 我试图让所有QBO Bill实体在一次调用中获得所有供应商名称。

If I call DataServices.FindAll() I receive all the Bills with the correct VendorId, but the VendorName property is set to null. 如果我调用DataServices.FindAll()我会收到所有具有正确VendorId的Bills,但VendorName属性设置为null。

Is there any way to retrieve the VendorName without making another service call? 有没有办法在不进行其他服务调用的情况下检索VendorName?

No, there isn't. 不,没有。 You'll have to query for both Bills and Vendors. 您将不得不查询账单和供应商。

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

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