Mike Willis
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Mike Willis Sort by recent activity-
I am developing in .Net.
-
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...
-
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...
-
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 ...
-
I am still not able to make calls to the sandbox. Do you know if my API credentials have been added to the sandbox?
-
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...
-
I am developing in .Net.
-
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.
-
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...