zinok / ZohoBooksApi

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

Can you give example of Update method? #1

Closed yagobski closed 8 years ago

yagobski commented 8 years ago

I want to update Contacts by id how can i do that with your api wrapper?

$zbApi->ContactsUpdate(234234, $params);

$params is array??

zinok commented 8 years ago

Yes, you are correct. $params is an array of all contact fields.