ADO.NET Provider for Zoho CRM

Build 26.0.9655

WriteAPI

Specifies which API to use for data operations: the Bulk API or the REST API. The selected API affects how the provider performs write operations when retrieving or modifying data from Zoho CRM.

Possible Values

Bulk, REST

Data Type

string

Default Value

"Bulk"

Remarks

This property allows you to switch between the Bulk and REST APIs for write operations.

  • Bulk API: Allows for more efficient data processing when working with significant datasets.
  • REST API: Better suited for real-time interactions or working with smaller data volumes. REST API supports more granular operations and is more flexible for transactional tasks.

Note: When configuring this property for write operations, ensure that ReadAPI is also explicitly configured to use the same API for all intermediary read operations. If ReadAPI is not specified, the driver will default to using COQL for intermediary read requests.

Note: This property does not specify the Zoho CRM version whose associated data model is used by the provider. The Zoho CRM version is specified by Schema.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655