Template:PreReq Account Identifier

From Updox API
Revision as of 16:07, 21 November 2013 by Thenate (Talk | contribs)

Jump to: navigation, search
  1. This API call requires a Practice/Account-level identifier. The identifier should be populated into the accountId field of the auth block:
 {
   ...
   "auth": {
     "applicationId": "vendorId",
     "applicationPassword": "vendorPassword",
     "accountId": "practiceId",
     "userId": ""
   }
 }