I am looking for a way to release tickets at the sub-lineitem level. The API call ReleaseTickets will remove tickets at the Lineitem level, which will release all Sub-Lineitems for that Lineitem. For Select Your Own Seats, it would be very helpful to be able to release tickets at the Sub-Lineitem level. Is there a reason why this functionality isn't provided?
From the documentation ReleaseTickets calls: WP_GET_SESSION_INFO, WP_GET_SEAT_NUMBERS, WP_MAINTAIN_CART, TP_RELEASE_LOCKED_SEATSI am currently digging through these stored procs to find a way to release tickets for sub line items. Does anyone know of a reason why tickets should not be released at the sub line item level. Any tips on how to handle this? Thanks!
I too am building a SYOS capability into our site, and I have employed the ReserveTicketsSpecifiedSeats method to reserve a specific seat. I'm not all that familiar with the full range of web api's, so I'm hoping that I've missed something. So far, I can only see the ReleaseTickets api, which needs a performance ID and line number. Is there an equivalent reversal call to the ReserveTicketsSpecifiedSeats api to which I can supply the similar parameters, especially the seat number in the "RequestSeats" parameter, to simply remove this seat from the order? Or do I have do something custom? Thanks.
ReserveTicketsSpecifiedSeats
method to reserve a specific seat. I'm not all that familiar with the full range of web api's, so I'm hoping that I've missed something. So far, I can only see the
ReleaseTickets
api, which needs a performance ID and line number. Is there an equivalent reversal call to the
api to which I can supply the similar parameters, especially the seat number in the "RequestSeats" parameter, to simply remove this seat from the order? Or do I have do something custom?
Thanks.