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 |
Parameters
| Parameter | Description |
|---|---|
| name | The name of the contact. |
| phoneNumber | The phone number at which this contact can 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
} This page was last edited on October 31, 2023, at 13:28.
Comments or questions about this documentation? Contact us for support!
