Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

NameClients / Email Addresses / Update
DescriptionUpdate an email addresses for an existing client
TypePUT
URL/v9/clients/:client_id/email_addresses/:email_address_id
Credential TypeAPI

Long Description

Update an email addresses for an existing client.

Parameters

Name
Description
Type
Presence
LocationLimitations
client_idThe ID of the specific ClientIntegerRequiredURI
addressThe email addressStringOptionalBody
labelA label to associate with this addressStringOptionalBody20 characters max


Examples

RequestResponse
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"
}
  • No labels