contact element
Type: | contact |
Namespace: | (default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<contact>
<id>...</id>
<fullName>...</fullName>
<primaryEmail>...</primaryEmail>
</contact>
Example JSON
{
"id" : "...",
"fullName" : "...",
"primaryEmail" : "..."
}