JDBC Driver for Zoho Inventory

Build 22.0.8462

ContactContactPersons

Get contact persons of the contacts.

Table Specific Information

Select

The driver will use the Zoho Inventory API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the driver.

  • ContactId supports the '=' comparison.

For example, the following queries are processed server side:

SELECT * FROM ContactContactPersons WHERE ContactId = '3350895000000089001'

Columns

Name Type References Description
ContactId Long

Contacts.Id

Unique ID generated for contacts by the server.
Email String Search contacts by email id of the contact person.
FirstName String First name of the contact.
IsPrimaryContact Boolean To mark contact person as primary for contact.
LastName String Last name of the contact.
Mobile String Search contacts by mobile number of the contact person.
Phone String Search contacts by phone number of the contact person.
Salutation String Salutation for the contact.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462