简体   繁体   English

在V2中支持批处理吗?

[英]Batch process in V2 supported?

Is batch processing supported with V2 directly (without using the SDKs)? V2是否直接支持批处理(不使用SDK)? I can't find any discussion of this in the documentation. 我在文档中找不到对此的任何讨论。

No. Without devkit, batch process is not possible. 不可以。如果没有devkit,则无法进行批处理。 Batch support is present in V2 but it sends each request separately. 批量支持存在于V2中,但它分别发送每个请求。 For Ex - for 10 objects, there will be 10 different transactions(IO). 对于Ex-对于10个对象,将有10个不同的事务(IO)。

https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits/0100_ipp_.net_devkit/0300_asynchronous_calls/2_batch_process https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits/0100_ipp_.net_devkit/0300_asynchronous_calls/2_batch_process

Just fyi - Actual batch operation support is available in V3. 仅供参考-V3中提供了实际的批处理操作支持。 For ex - 10 objects can be created(or any other CRUD operations), using only 1 transaction. 例如,仅使用1个事务就可以创建10个对象(或任何其他CRUD操作)。

V3 - https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v3/020_key_concepts/00700_batch_operation V3 - https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v3/020_key_concepts/00700_batch_operation

.net devkit - https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits/0201_ipp_java_devkit_3.0 .net devkit- https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits/0201_ipp_java_devkit_3.0

Thanks 谢谢

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

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