CData Python Connector for Zoho CRM

Build 25.0.9454

APIType

Specifies which API to use for data operations: the Bulk API or the REST API. The selected API affects how the provider performs read and 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 read and 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.

This setting takes effect only when the UseCOQL property is set to 'false'. If UseCOQL is 'true', this property is ignored and COQL is used for data retrieval.

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

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454