<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0200:Email primaryInd="true" xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2"> <ms-0200:EmailAddress>john.dough@gmail.com</ms-0200:EmailAddress> <ms-0200:EmailType>Business</ms-0200:EmailType> </ms-0200:Email>
{ "Email" : { "primaryInd" : true, "EmailAddress" : "john.dough@gmail.com", "EmailType" : { "value" : "Business" } } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
EmailAddress |
An email address.
|
||||||||||||
|
|||||||||||||
EmailType |
Specifies the type of email (e.g. Business, Personal).
|
||||||||||||
|
Name | Description |
---|---|
primaryInd |
When true, this is the primary email address for the person.
|