Revision as of 20:06, February 9, 2016 by Jumunn (talk | contribs)
Jump to: navigation, search

Update a custom contact

This operation is part of the Contacts API section of the Web Services API.

Overview

Updates a custom contact in the Genesys system.

Request URL /api/v2/contacts/{id}
HTTP Method PUT
Required Features Which feature is required?

Parameters

Parameter Description
name The name of the contact.
phoneNumber The phone number at which this contact get be reached.


Example

Request

PUT /api/v2/contacts/c7d9109c-9942-4853-a5e8-0435b03024a4
{  
   "name":"My Edited Custom Contact",
   "phoneNumber":"111-456-7899"
}

HTTP Response

{  
   "statusCode":0
}
Comments or questions about this documentation? Contact us for support!