Update Email
Request
PUT /v2/customers/100/emails/1006 HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json
{
"type" : "work",
"value" : "dasilva@football.com"
}
Path Parameters
/v2/customers/{customerId}/emails/{emailId}
Request fields
Path | Type | Required | Description |
---|---|---|---|
type |
String |
Y | Location for this email address. Accepted values are:home other work . |
value |
String |
Y |
Response
HTTP/1.1 204 No Content