BatchContactUpdateField
Field to update on contact
Fields
| Field | Description |
|---|---|
|
key
string
(required) |
The name of the field, can either be a custom field or one of the following fixed fields ( "customertitleid" |
|
updatetype
string
(required) |
The type of update that needs to be done on the field. Can either be "set" |
|
value
mixed
(required) |
The value of the field Example value:3.000000 |
Example
1{
2 "key": "customertitleid",
3 "updatetype": "set",
4 "value": 3.000000
5}