You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `eventId` (string) - Event ID Eg. "0B004D43F86C478F"
1012
+
* `eventDate` (date) - Event Date in UTC YYYY-MM-DD format
1013
+
* `eventTime` (time) - Event Time in UTC HH:MM:SS format
1014
+
* `timeZone` (text) - Time zone of the event venue location Eg: "America/Los_Angeles"
1015
+
* `offers` (array) - Offers on the Event
1016
+
- {arrayitemobject} - offer
1017
+
* `repName` (text) - Offer name. Eg: "GPAS4"
1018
+
* `ticketType` (text) - Ticket Type Id Eg: "00004C440003"
1019
+
1003
1020
>[Request](#req)
1004
1021
>[Response](#res)
1005
1022
{: .reqres}
@@ -1046,7 +1063,8 @@ Status 200
1046
1063
{: #ticket-availability}
1047
1064
For use by Channel Partners only. Get total allocated and remaining ticket amounts for each ticket type per event. Current un-sold seat inventory is also included along with the current ticket reservation limit.
1048
1065
1049
-
Channel partners are expected to maintain their own inventory counts and should only periodically check this service to sync inventory with their internal systems. This service should not be used in real-time in line with an active purchase being made. The data available by this service may be cached for extended periods of time. Usage should be in accordance with agreed-upon rate limits between TM and the Channel Partner. Contact Ticketmaster for enablement.
1066
+
This service should not be used in real-time in line with an active purchase being made. The data available by this service may be cached for extended periods of time. Usage should be in accordance with agreed-upon rate limits between TM and the Channel Partner. Contact Ticketmaster for enablement.
1067
+
For inventory that has been exclusively set aside, Channel partners are expected to maintain their own inventory counts and should only periodically check this service to sync inventory with their internal systems. However, for inventory that is “open” (non-exclusive) where anyone can sell from, Channel partners should not maintain their own inventory counts.
1050
1068
1051
1069
/partners/v1/events/{event_id}/availability
1052
1070
{: .code .red}
@@ -1303,6 +1321,61 @@ Reserves the specified tickets. For integrations requiring captcha, send the cap
0 commit comments