i receive the data about the Company, but not the Contact. And there's not Contact Person ID in this data.
When I try something like
or
- zoho.books.getRecords("Contacts_Persons",organizationID,{"email":"sometestemail@here.com"},"zohobooks_custom")
it says that I am using a wrong API name.
So what is a proper way to receive the data for the Contact Person (including its ID), not a Contact?