Which call gives Ticket_no as field

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

Parents
  • 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!

     

Reply
  • 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!

     

Children