Update an existing reservation or position (ticket).
Body parameters:
Name | Type | Description |
---|---|---|
notification (optional) | object | Notification configuration, consists of fields:
|
customerInfo (optional) | string array | Customer information to attach to the ticket to be shown to the staff; usually contains first and last name |
tags | Tag array | Some tags to attach to the ticket. May contain information about user membership status or payment method. |
numberOfPeople (optional) | integer | Amount of people ticket is attached to |
booking (optional) | object | Booking object consists of:
|
customData (optional) | object | Generic object that can be used to store any relevant ticket information for internal purposes. |
Tag
Code Block |
---|
{
id: guid
iconUrl: string, optional
color: string, optional
title: {
[string]: string
}
} |
Auth:
ApiKey header (organisational key)
...