Contact Object Format
Contact Object Properties
Property | Type | Required? | Description | Field Mappings | |||||
---|---|---|---|---|---|---|---|---|---|
ServiceDispatch | ServiceMobility | ServiceScheduling | |||||||
ContactPoint | array | No | An array of objects, each representing a method for getting in touch with the contact. Each object consists of two properties: | ||||||
Property | Type | Required? | Description | ||||||
Mode | string | Yes | The type of contact method. One of:
| ||||||
Value | string | Yes | The value for the contact method (e.g. the email address, phone number, etc.) |
|
|
| |||
ContactType | string | No | Defines if the contact is the primary contact for the associated Location. |
| |||||
FirstName | string | No | The contact's first name. | ConsumerInfo:FirstName |
| customer.contactName split(' ')[1] | |||
LastName | string | No | The contact's last name. | ConsumerInfo:LastName | /Location/Contacts/LastName | customer.contactName split(' ')[0] | |||
PreferredName | string | No | The name by which the contact would prefer to be addressed. |