Entry

interface Entry {
    firstName ?: string,
    lastName ?: string,
    emailAddress ?: string,
    phoneNumber ?: string,
    facebook ?: string,
    twitter ?: string,
    linkedIn ?: string,
    image ?: string,
    mobileNumber ?: string,
    homeNumber ?: string,
    workNumber ?: string,
    Organization ?: string,
    websiteUrl ?: string,
    postalStreet1 ?: string,
    postalStreet2 ?: string,
    postalCity ?: string,
    postalState ?: string,
    postalZIP ?: string,
    postalCountry ?: string
}

The contact to add to the address book.

Variables

Variable Type Description
firstName optional, string The first name of the contact.
lastName optional, string The last name of the contact.
emailAddress optional, string The email address of the contact.
phoneNumber optional, string The main phone number of the contact.
facebook optional, string The Facebook account of the contact.
twitter optional, string The Twitter name of the contact.
linkedIn optional, string The LinkedIn name of the contact.
image optional, string An image of the contact.
mobileNumber optional, string The mobile phone number of the contact.
homeNumber optional, string The home phone number of the contact.
workNumber optional, string The work phone number of the contact.
organization optional, string The name of the organization the contact works for.
websiteUrl optional, string The website URL of the contact.
postalStreet1 optional, string The first address line of the contact.
postalStreet2 optional, string The second address line of the contact.
postalCity optional, string The city of the contact.
postalState optional, string The state of the contact.
PostalZIP optional, string The zip code/postcode of the contact.
postalCountry optional, string The country of the contact.
zapcode branded_zapcode i