Hello Tessiturians,
I am looking for the web method that would return ticket_no. I can't seem to find one that gives this number.
Thanks for any help,
Christian @ The Tech Museum
Not knowing exactly what you are trying to do - the only method I know of is GetReturnTickets
If that isn't an appropriate method for you, I'd recommend ExecuteLocalProcedure - if you have the order number, you could write a stored procedure that would select ticket_no for you and call that from the API.
Good luck!
Thanks Nathan