Skip to main content

EMailCommonData

A class defining information concerning an email point of contact.

primaryFlagboolean

If [TRUE], this indicates that this is the primary point of contact

typeCodeEmailTypeEnum (string)

Defines the supported lists of different email contact types

  • customerService: The email contact is for customer service.
  • general: The email contact is general in nature.
  • helpdesk: The email contact is a helpdesk.
  • individual: The email contact is for a specified individual.

Possible values: [customerService, general, helpdesk, individual]

EMailCommonData
{
"primaryFlag": true,
"typeCode": "customerService"
}