/
Account Location Related Objects Contact Object

Account Location Related Objects Contact Object

The Contact object hold properties related to how they might be contacted. The Contact object is always contained inside of another object such as an Account or AccountLocation. 

On this page:

Contact Object Formats

JSON Format
{
	"Email": "", 
	"FirstName": "", 
	"IsPrimary": true, 
	"LastName": "", 
	"Phones": [
		{
			"PhoneNum": "", 
			"PhoneType": ""
		}
	]
}

Contact Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
EmailstringThe email address of the contact.
FirstNamestringThe first name of the contact.
LastNamestringThe last name of the contact.
Phonescollection

A collection of phone numbers associated with the contact.

Phone Properties

PropertyTypeDescription
PhoneNumstringThe phone number.
PhoneTypestring

Identifies the type of phone number.

See: Phone Types

Related content

Account Location Object
Account Location Object
More like this
Account Location Related Objects Account Object
Account Location Related Objects Account Object
More like this
Account Location Work Order Estimate History Object
Account Location Work Order Estimate History Object
More like this
REST Objects Contact
REST Objects Contact
More like this
Account Location Service History Request Object
Account Location Service History Request Object
More like this