mctekk / zohocrm

Wrapper for interact with Zoho CRM API for php
MIT License
49 stars 55 forks source link

support getRecordById getting multiple records if passed array of ids #29

Closed Cloudineer closed 7 years ago

Cloudineer commented 7 years ago

when calling getRecordById if $id (first argument) is a string the method works as currently. If $id is an array the all records matching the list of ids will be returned.