How to get Zoho Books Contact by zcrm_vendor_id

779 Views Asked by At

I integrate Zoho CRM Vendor with Zoho Books Contacts. I want to get zoho books Contacts by zcrm_vendor_id.

Request URL:

https://books.zoho.com/api/v3/contacts?organization_id=*******&newFormat=1&authtoken=*********&scope=ZohoBooks%2Fbooksapi&zcrm_vendor_id=688642000031071170

I execute this request url by curl.

Response: Showing all contacts from Zoho Books.

1

There are 1 best solutions below

0
On

Should be u can not search contact by "zcrm_vendor_id". U can search by "zcrm_contact_id,zcrm_account_id".

See this url https://www.zoho.com/books/api/v3/#ZOHO_CRM_Integration.

For all parameters u can see https://www.zoho.com/books/api/v3/contacts/