ResellerContactInfo

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  ResellerContactInfo
Groups fields reflecting contact information for a reseller
contactName
References: Reseller.Contact Name
XML Representation: attribute
Attributes:
Default Value
Pattern: NAME
Name of the primary business contact for the reseller.
street1
References: Reseller.Street1
XML Representation: attribute
Attributes:
Default Value
Pattern: STREET
Street1 of the reseller's mailing address.
street2
References: Reseller.Street2
XML Representation: attribute
Attributes:
Default Value
Pattern: STREET
Street2 of the reseller's mailing address.
city
References: Reseller.City
XML Representation: attribute
Attributes:
Default Value
Pattern: ALPHANUMERIC_EXTENDED
City of the reseller's mailing address.
state
References: Reseller.State
XML Representation: attribute
Attributes:
Default Value
State of the reseller's mailing address.
zipCode
References: Reseller.ZIP Code
XML Representation: attribute
Attributes:
Default Value
ZIP (or postal) code of the reseller's mailing address.
phone
References: Reseller.Phone
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Phone number associated with this reseller account.
fax
References: Reseller.Fax
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Fax number associated with this reseller account.
email
References: Reseller.Email
XML Representation: attribute
Attributes:
Default Value
Pattern: EMAIL
Email address associated with this reseller account.
countryCode
References: Reseller.Country Code
XML Representation: attribute
Attributes:
Default Value
Country code of the reseller's mailing address.

XML Sample:

<contact-info contactName="John Smith"  street1="11 Broadway"  street2="Suite #3"  city="New York"  state="NY"  zipCode="10001"  phone="212-339-0101"  fax="212-339-0102"  email="john.smith@samplemerchant.com"  countryCode="US" />

"<contact-info contactName=\"John Smith\" street1=\"11 Broadway\" street2=\"Suite #3\" city=\"New York\" state=\"NY\" zipCode=\"10001\" phone=\"212-339-0101\" fax=\"212-339-0102\" email=\"john.smith@samplemerchant.com\" countryCode=\"US\" />"

JSON Sample:

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

XURL Sample:

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