- void books.Search_Contact()
- {
- organization_id = "666666666";
- searchParam = {"contact_name":"Joe"};
- response = zoho.books.getRecords("contacts", "666666666", searchParam, "books_all");
- info response;
- }
Here is offiical Zoho documentation:
Here's the error message.