Documentation Index

Fetch the complete documentation index at: https://guide.youraspire.com/llms.txt

Use this file to discover all available pages before exploring further.

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