Customer Email Object
Field Guide
| Name | Type | Example | Notes |
|---|---|---|---|
| id | Int | 98131 | Unique identifier |
| value | String | vbear@mywork.com | |
| location | String | work | Location for this email address. Possible values include:
|
Example
{
"id": 98131,
"value": "vbear@mywork.com",
"location": "work"
}