BatchEventParameters
Parameters for batch operations performed on events
Fields
Field | Description |
---|---|
updatefields | Set of fields to update, used for operation [ { "key": "locationid", "value": 3.000000 } ] |
Example
1{
2 "updatefields": [
3 {
4 "key": "locationid",
5 "value": 3.000000
6 }
7 ]
8}