zinok / ZohoBooksApi

PHP API for Zoho Books REST API
MIT License
1 stars 3 forks source link

error makeApiRequest #6

Open lorddrk30 opened 6 years ago

lorddrk30 commented 6 years ago

hola, yo gustarai saber si tendran un ejemplo para la siguiente, quiero listar cuenta banco, yo amrca error con esto $ parameters = array ( "filter_by" => "Estado.Todo" ); $ contact = $ zbApi-> makeApiRequest ('bankaccounts', 'GET', $ parameters, true);

zinok commented 6 years ago

As per API documentation that are no such value for filter. I believe values are available only in English and are "Status.All", "Status.Active" and "Status.Inactive".