Structure of Snap Schedule 365 object: ContactInfo
PROPERTIES
| Title | Type | Description |
|---|---|---|
| ID | number | ID of the contact information |
| LastName | string | Contacts last name |
| FirstName | string | Contacts first name |
| MiddleName | string | Contacts middle name |
| Salutation | string | Contacts salutation |
| NameSuffix | string | Suffix of contacts name |
| BusinessName | string | Name of contacts business |
| Address | string | Billing address of contact |
| City | string | Contacts city of residence |
| State | string | Contacts state of residence |
| PostalCode | string | Postal code of the contact |
| CountryCode | string | Country code of the contact |
| MailingAddress | string | Mailing address of the contact |
| HomePhone | string | Home phone number of the contact |
| WorkPhone | string | Work phone number of the contact |
| MobilePhone | string | Mobile phone number of the contact |
| OtherPhone | string | Alternative phone number of the contact |
| Fax | string | Fax number of the contact |
| EmailAddress | string | Email address of the contact. Multiple email addresses can be delimited by ; |
| Website | string | Website address of the contact |
| TimeZone | string | Time Zone String in which the contact is based |
| AutomatedContactMethodValue | number | DEPRECATED: Contact method to use for automation (0=None, etc.) |
| AutomatedContactMethodMask | number | Bit mask of contact methods for automation (1=VoiceHomePhone, 2=SMSHomePhone, etc.) |
| DoNotFax | boolean | DEPRECATED: Flag to not fax |
| DoNotPhone | boolean | DEPRECATED: Flag to not phone |
| DoNotEmail | boolean | DEPRECATED: Flag to not e-mail |
| DoNotBulkEmail | boolean | DEPRECATED: Flag to not bulk e-mail |
| DoNotPostalMail | boolean | DEPRECATED: Flag to not postal mail |
| DoNotBulkPostalMail | boolean | DEPRECATED: Flag to not bulk postal mail |
| CommunicationTypeID | number (references Definition) | DEPRECATED: Type of preferred communication (phone, fax, e-mail, etc.) |
| DateCreated | Date | Date and time that the contact information was created |
| LastUpdated | Date | Date and time that the contact information was updated |
| CompanyTimeNow | Date | The current date and time in the account’s defined timezone. |