Difference between revisions of "FAQ"
From Updox API
Line 10: | Line 10: | ||
== What HTTP Methods are supported? == | == What HTTP Methods are supported? == | ||
All API calls should be done using the POST HTTP method. | All API calls should be done using the POST HTTP method. | ||
+ | |||
+ | == I'm getting a 4011 or 4012 response - why? == | ||
+ | These error messages are returned when either the supplied [[API_Method_UpdatePractice|practice/accountid is not active]] or the supplied [[API_Method_UpdateUser|user is not active]]. |
Revision as of 10:25, 3 December 2013
Contents |
How can we set up test accounts?
What is "vetting" and how does it work?
What is the URL to access the Webapp outside the API?
https://updoxqa.com/app/html/login.html
What HTTP Methods are supported?
All API calls should be done using the POST HTTP method.
I'm getting a 4011 or 4012 response - why?
These error messages are returned when either the supplied practice/accountid is not active or the supplied user is not active.