BatchEventUpdateField

Field to update on event

Fields

FieldDescription
key
string 
(required)

The name of the field, can either be a custom field or one of the following fixed fields (name, subtitle, webremark, startts, endts, locationid, ticketlayoutid, seatselection).

Example value:"locationid"
updatetype
string 
(required)

The type of update that needs to be done on the field. Can either be set (default), add or remove when used in combination with multi value fields.

Example value:"set"
value
mixed 
(required)

The value of the field

Example value:3.000000

Example

1{
2    "key": "locationid",
3    "updatetype": "set",
4    "value": 3.000000
5}