A contact attribute.
Attribute | Type | Description |
---|---|---|
label | string | The label of the attribute. |
uid | string | Podium unique identifier for attribute. |
createdAt | string | Time at which the resource was created. Date time is in Coordinated Universal Time (UTC). |
updatedAt | string | Time at which the resource was updated. Date time is in Coordinated Universal Time (UTC). |
dataType | string | The data type of the attribute value Possible values: ["ADDRESS", "BOOLEAN", "DATETIME", "FLOAT", "INTEGER", "STRING", "UUID", "SINGLE_SELECT", "MULTI_SELECT"] |
ownerResource.type | string | Possible values: ["PRODUCT", "ORGANIZATION"] |
ownerResource.uid | string | The unique identify of the owner resource. Either an application uid or organization uid. |
isEncrypted | boolean | If the attribute is encrypted it cannot be used as a filter. Attributes that will have sensitive information, such as PII or PHI, should be encrypted. |
{
"label": "",
"uid": "00000000-0000-0000-0000-000000000000",
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"dataType": "ADDRESS",
"ownerResource": {
"type": "PRODUCT",
"uid": "00000000-0000-0000-0000-000000000000"
},
"isEncrypted": false
}