|
Whitebeam Template Reference Documentation
|
rb.alias.aliasType
Represents a name by which a contact is known within a specific scope
Elements
The rb.alias.aliasType struct has 6 elements:
Name | Type/Value | Range/Length | Description | type | string | | Required. A name space 'scope' for the 'alias' value. The scope can be, for example, 'email', 'social', 'keys'. Application specific | alias | string | | Required. The name or identifier by which this contact is 'known' within this scope | contactID | number | | Required. The contactID to which this alias record applies | order | number | | Required. A numeric value which can be used to sort aliases within a specific scope. Application specific and could be used to prioritise specific names over others within the same scope. If not specified on create this value defaults to zero (0) | customData | MetaData | | Optional. Application specific custom data associated with this alias | contact | MetaData | | Optional. Details of the contact' with which this alias record is associated. This is read only
and only returned if allData requests this data set.
|
|
|
(loadtime : 78ms) |