BatchContactOperation

Batch operations performed on contacts

Fields

FieldDescription
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 , removerelationtypes, delete, subscribe, unsubscribe and update

Example value:"addrelationtypes"
parameters

Operation-specific parameters

Example

1{
2    "ids": [ 1, 34, 29 ],
3    "operation": "addrelationtypes",
4    "parameters": {
5
6    }
7}