Originally from ticket #3480.
I want to place order using query string not api.But I don't Know what is url and parameter required to place order using query string.Can you send details document about placing Order using query string.
What do you mean by “place order using query string not api?”
Which means If any option to post order like bellow format
Response.Redirect("https://tickettransaction2.com/checkout.aspx?brokerid=225&sitenumber=2&tgid=1208051716&treq=2&evtid=1518644&price=80.00&sessionid=48bv4");
All interaction with Ticket Evolution must take placing using the API. Placing calls via regular GET and POST requests is not supported.