Add or Update a Contact Custom Field Value
Sets the value of a custom field on a contact.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | SetContactCustomFieldValue | Required |
ContactId | Int | Required | |
ContactRef | String | Required | |
cust_custom field name | String | Pass cust_ followed by the caption of an existing custom field. | Required |
note
Provide either ContactId or ContactRef. If both are provided, ContactId takes precedence.
note
Multiple custom field parameters can be added to the request.
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=SetContactCustomFieldValue&ContactId=30967687&cust_Test21=something
Response Data
{ "Code": 0 }