JSON API » people » people/zohocrm/update
Updates an existing Zoho CRM user integration.
Input parameters
Requires authentication and the user role privilege, or administrator role if the object is not owned by the user.
| Name | Type | Description | Required | Default value |
|---|---|---|---|---|
| auth_username | String | Authentication username. | Yes | |
| auth_password | String | Authentication password. | Yes | |
| person | Integer | ID number of user to update Zoho CRM integration for. | Yes | |
| clicktodial | String | Click to dial number for this user to receive calls. | No | Empty string. |
Responses
| Code | Description |
|---|---|
| 204 | Success. |
| 400 | Invalid input parameters specified. Check the key and message fields for more details. |
| 401 | The authentication details provided are invalid. |
| 402 | Your role does not allow this. |
| 404 | The user integration does not exist, or you do not have permission to update it. |
| 500 | Zoho CRM returned an error message. |
Data returned
No data is returned.
Example: Changing the clicktodial property:
http://enswitch.example.com/api/json/people/zohocrm/update/?auth_username=user;auth_password=password;person=123;clicktodial=5551234567{ "responses":[ { "code":"204", "key":"", "message":"OK" } ] }
Change history
| Version | Changes |
|---|---|
| 4.4 | Function added. |
