Change the details of the requested tier. Only tiers for which no tickets have been sold can be changed.
The date and time after which tickets in this tier can be purchased.
The date and time until which tickets in this tier can be purchased.
The group of events this tier applies to. When this tier is purchased tickets are issued to each event listed.
The number of tickets that will be issued to the user upon purchase of this tier.
The maximum number of tickets that can be purchased from this tier in a single order
A note sent to customers upon issuance of tickets wihin this tier, providing addiional event details, disclaimers or privileged content.
Whether or not tickets issued under this tier are for complimentary distrbution by the host (true) or available for purchase (false)
Whether or not tickets issued under this tier can be transferred after issuance (true) or must be user by the customer they were issued to (false)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers/{tier}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/tiers/{tier}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/tiers/{tier}
curl -i -X PUT \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers/{tier}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"name": "Backstage Pass",
"description": "Gain exclusive access to meet the Supes and hang out after the show.",
"price": 299.9,
"capacity": 20,
"available_from": "2025-05-02T21:00:00Z",
"available_to": "2025-07-01T00:00:00Z",
"events": [
{
"id": 16993717817996,
"share": 75
},
{
"id": 19420571582519,
"share": 25
}
],
"artwork": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAzoAAASRCAYAAAD/zekXAA...",
"unit_size": 1,
"purchase_limit": 2,
"purchase_note": "Your all set. Remember to give the codeword HOMELANDER when coming backstage.",
"complimentary": false,
"transferable": false,
"upgrades": [
18191406121236
]
}'The details of the specified tier were successfully updated.
The date and time after which tickets in this tier can be purchased.
The group of events this tier applies to. When this tier is purchased tickets are issued to each event listed.
The maximum number of tickets that can be purchased from this tier in a single order
A note sent to customers upon issuance of tickets wihin this tier, providing addiional event details, disclaimers or privileged content.
Whether or not tickets issued under this tier are for complimentary distrbution by the host (true) or available for purchase (false)
Whether or not tickets issued under this tier can be transferred after issuance (true) or must be user by the customer they were issued to (false)
List of 'promotion tiers' to which tickets issued under this tier can be upgraded.
{ "self": "/tiers/19381758318131", "name": "Backstage Pass", "description": "Gain exclusive access to meet the Supes and hang out after the show.", "price": 299.9, "capacity": 20, "available_from": "2025-05-02T21:00:00Z", "available_to": "2025-07-01T00:00:00Z", "events": [ { … }, { … } ], "artwork": "http://localhost/tier/artwork/19381758318131.jpeg", "unit_size": 1, "purchase_limit": 2, "purchase_note": "Your all set. Remember to give the codeword HOMELANDER when coming backstage.", "complimentary": false, "transferable": false, "upgrades": [ { … } ], "gross_sales": 100000, "tickets_sold": 200 }