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
Name | Type | Description | Required |
---|---|---|---|
Action | String | SetCustomFieldValueByFieldName | Required |
EntityId | Int | Id of the entity. | Required |
EntityTypeId | Int | Id of entity type, Contact = 1, Contact Note = 2, Job = 3. | Required |
CustomFieldName | String | Name of custom field. | Required |
CustomFieldValue | String | Value to set on custom field. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=SetCustomFieldValueByFieldName&EntityId=7348490&EntityTypeId=1&CustomFieldName=Test21&CustomFieldValue=New Value Here
Response Data
{ "Code": 0 }