Document toolboxDocument toolbox

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