BatchContactOperation
Batch operations performed on contacts
Fields
Field | Description |
---|---|
ids int[] | Restrict operation to supplied IDs, if these ids are not specified all contacts are updated. Example value:[ 1, 34, 29 ] |
operation string (required) | Operation to perform, possible values are: "addrelationtypes" |
parameters | Operation-specific parameters |
Example
1{
2 "ids": [ 1, 34, 29 ],
3 "operation": "addrelationtypes",
4 "parameters": {
5
6 }
7}