we have two contacts named Bob Smith, so two different ContactIds ...
each contact is assigned to a different Account, so two different AccountIds ...
when i insert a new Quote record and supply the AccountId, Account Name, and Contact Name, i end up with a Quote record that sometimes has the incorrect ContactId associated ...
apparently ZohoCRM API is just grabbing the first ContactId that matches the Contact Name supplied, even if it is not associated with the appropriate AccountId that i am specifying.
this is a BUG!
cheers,
-e