PhoneInfo

Represents one of possibly many email addresses associated with a person

This is how a Phone address is stored.

PhoneInfo Properties

Item -> AddressInfo -> PhoneInfo

Field Type Inherited from Description
Href String Item Gets or sets the href.
IsPrivate Boolean AddressInfo Gets or sets a value indicating whether this instance is private.Possible Values (true, false)
Key String AddressInfo Gets or sets the key.
Type String AddressInfo Gets or sets the type.
Number String PhoneInfo Gets or sets the number.

JSON Structure of PhoneInfo

{
   "Href"	:	"String",
   "IsPrivate"	:	"Boolean",
   "Key"	:	"String",
   "Type"	:	"String",
   "Number"	:	"String"
}