Skip to main content

Add or Update a Custom Field Value using the Custom Field Name

Sets the value of a custom field on a contact.

Query String Parameters

NameTypeDescriptionRequired
ActionStringSetCustomFieldValueByFieldNameRequired
EntityIdIntId of the entity.Required
EntityTypeIdIntId of entity type, Contact = 1, Contact Note = 2, Job = 3.Required
CustomFieldNameStringName of custom field.Required
CustomFieldValueStringValue to set on custom field.Required

Response Codes

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=SetCustomFieldValueByFieldName&EntityId=7348490&EntityTypeId=1&CustomFieldName=Test21&CustomFieldValue=New Value Here