Topic by Azam Khan
Is it possible to update a contact with a single API call when using REST API? As, update will occur based on contact Id so do we need to perform following:
- Get all the contacts
- Iterate through all the contacts until find the relevant contact
- Get the contact id of that record
- Update the record
If we have a unique identifier let say contact number, then can we update based on that ? I suppose we might have to go for Connect PHP.