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:
  • work
  • home
  • other
Defaults to work.

Example

{	
    "id": 98131,
    "value": "vbear@mywork.com",
    "location": "work"
}