BatchEventParameters

Parameters for batch operations performed on events

Fields

FieldDescription
updatefields
BatchEventUpdateField[] 
(required)

Set of fields to update, used for operation update. Custom fields are also supported.

Example value:[ { "key": "locationid", "value": 3.000000 } ]

Example

1{
2    "updatefields": [
3        {
4            "key": "locationid",
5            "value": 3.000000
6        }
7    ]
8}