Clients / Email Addresses / Update
Long Description
Update an email addresses for an existing client.
Parameters
Name | Description | Type | Presence | Location | Limitations |
---|---|---|---|---|---|
client_id | The ID of the specific Client | Integer | Required | URI | |
address | The email address | String | Optional | Body | |
label | A label to associate with this address | String | Optional | Body | 20 characters max |
Examples
Request | Response |
---|---|
PUT /v9/clients/493838/email_addresses/145996 | |
{ "label":"Work", "address":"moe@moestavern.com" } | { "address":"moe@moestavern.com", "label":"Work", "updated_at":"2014-02-05T16:00:48Z", "url":"/clients/109402/email_addresses/145996", "id":"145996" } |