NOTE: Based on customer feedback regarding confusing functionality, the AI Search feature has been disabled. The excellent Keyword search continues to function normally. The Aspire team strives to optimizes the platform search tools to provide the best customer experience possible.

Contact Custom Fields

Prev Next

Description

Custom field values associated with individual contacts in the Aspire system. These fields can be used to track user-defined data like preferences, roles, or supplemental contact information.

Resource Overview

EndpointDefinition
 GET/ContactCustomFields Retrieve a list of custom field values assigned to contacts.
POST/ContactCustomFields
Create a new custom field value for a contact.
PUT/ContactCustomFields
Update the value of an existing custom field for a contact.

Attributes

AttributeDescriptionData TypeNotes
ContactCustomFieldValueIDUnique identifier for the field value recordinteger(int32)Required
ContactCustomFieldDefinitionIDReference to the custom field definitioninteger(int32)Required
ContactIDAssociated contact recordinteger(int32)Required
ColumnValueStored value for the fieldstringMax Length: 2000