Mike Willis
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Mike Willis-
Mike Willis commented,
thanks, your post of the accepted JSON was just what I needed. I had a combination of problems with values and formatting the JSON. I was able to create an address.
-
Mike Willis commented,
I am developing in .Net.
-
Mike Willis commented,
I am still not able to get this to work. Can you do me a favor and show me exactly what you are sending and what address you are posting it to? Maybe I have the wrong url or maybe my json is not pr...
-
Mike Willis commented,
I updated the string to {"addresses":[{"label":home","postal_code":"68577","locality":"West Lambertfort","street_address":"035 McCullough Manor","region":"MN","country_code":"AI"}]} but I get the s...
-
Mike Willis created a post,
Problem creating an address for an existing client
AnsweredOriginally from ticket #3655. I'm having trouble creating an address for an existing client. the server response is "(400) Bad Request". The url I am requesting is "api.ticketevolution.com/clients...
-
Mike Willis commented,
I am still not able to make calls to the sandbox. Do you know if my API credentials have been added to the sandbox?
-
Mike Willis created a post,
General question about placing an order with TE through the API
Originally from ticket #3556. I am new to TE and I have a few questions about the process of placing an order through the api... When an order is placed does the broker holding the tickets ship ...
-
Mike Willis commented,
i was able to get my post to work. I was using d={"clients":[{"name":"Elissa Weimann"}]} in the signature. I thought I had tried it with dropping the "d=" but I must have had something else that w...
-
Mike Willis commented,
I am trying to create a client, this is the posted data i am sending (this is directly from the api documentation): d: {"clients":[{"name":"Elissa Weimann"}]} 1 item I am not clear on, is the ...
-
Mike Willis commented,
Here is the sample request that I am sending, for the signiature I am hashing "POST api.sandbox.ticketevolution.com/clients?" ALL_HTTP: HTTP_CONNECTION:Keep-Alive HTTP_CONTENT_LENGTH:39 HTTP_CO...