UserContactInfo

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  UserContactInfo
Groups fields reflecting contact information for a user
street1
References: User.Street1
XML Representation: attribute
Attributes:
Default Value
Pattern: STREET
Street line 1 of the user's mailing address.
street2
References: User.Street2
XML Representation: attribute
Attributes:
Default Value
Pattern: STREET
Street line 2 of the user's mailing address.
city
References: User.City
XML Representation: attribute
Attributes:
Default Value
Pattern: ALPHANUMERIC_EXTENDED
City name of the user's mailing address.
state
References: User.State
XML Representation: attribute
Attributes:
Default Value
State of the user's mailing address.
zipCode
References: User.ZIP Code
XML Representation: attribute
Attributes:
Default Value
ZIP code of the user's mailing address.
countryCode
References: User.Country Code
XML Representation: attribute
Attributes:
Default Value
Country code of the user's mailing address.
primaryPhone
References: User.Phone
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Phone number associated with this user account.
cellPhone
References: User.Cell Phone
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Cell phone number associated with this user.
eveningPhone
References: User.Evening Phone
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Evening phone number associated with this user account.
fax
References: User.Fax
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Fax number associated with this user.
email
References: User.Email
XML Representation: attribute
Attributes:
Default Value
Pattern: EMAIL
Email associated with this user account.

XML Sample:

<contactInfo
    street1="11 Broadway" 
    street2="Suite #3" 
    city="New York" 
    state="NY" 
    zipCode="10001" 
    countryCode="US" 
    primaryPhone="212-339-0101" 
    cellPhone="212-339-0101" 
    eveningPhone="212-339-0101" 
    fax="212-339-0101" 
    email="john.smith@samplemerchant.com" />

"<contactInfo street1=\"11 Broadway\" street2=\"Suite #3\" city=\"New York\" state=\"NY\" zipCode=\"10001\" countryCode=\"US\" primaryPhone=\"212-339-0101\" cellPhone=\"212-339-0101\" eveningPhone=\"212-339-0101\" fax=\"212-339-0101\" email=\"john.smith@samplemerchant.com\" />"

JSON Sample:

{
  "street1": "11 Broadway",
  "street2": "Suite #3",
  "city": "New York",
  "state": "NY",
  "zipCode": 10001,
  "countryCode": "US",
  "primaryPhone": "212-339-0101",
  "cellPhone": "212-339-0101",
  "eveningPhone": "212-339-0101",
  "fax": "212-339-0101",
  "email": "john.smith@samplemerchant.com"
}

XURL Sample:

?street1=11+Broadway&street2=Suite+%233&city=New+York&state=NY&zipCode=10001&countryCode=US&primaryPhone=212-339-0101&cellPhone=212-339-0101&eveningPhone=212-339-0101&fax=212-339-0101&email=john.smith%40samplemerchant.com&
street1=11 Broadway
street2=Suite #3
city=New York
state=NY
zipCode=10001
countryCode=US
primaryPhone=212-339-0101
cellPhone=212-339-0101
eveningPhone=212-339-0101
fax=212-339-0101
email=john.smith@samplemerchant.com