Represents a lead attribute and its value.
Type | Name | Description |
---|---|---|
int | Id | |
int | LeadID | Bullseye Lead Id |
int | AttributeID | Bullseye attribute ID |
string | AttributeName | Bullseye attribute name |
int | AttributeTypeId | Bullseye attribute type ID |
string | AttributeValue | Bullseye attribute type value |
boolean | BoolValue | The value for a yes/no attribute. |
int | CategoryId | The value for a category attribute |
string | LinkValue | The value for a PDF or Link attribute. |
string | MemoValue | The value for a memo attribute. |
int | NumericValue | The value for a numeric attribute. |
int | OptionID | The ID for a drop-down, radio or check box group attribute. |
string | OptionName | The value of a drop-down, radio or checkbox group attribute. |
int | ParentLocationAttributeID | The id for a location attribute |
string | TextValue | The value for a text attribute. |
string | DataCreated | |
string | DateDeleted | |
string | DateLastModified |