Difference between revisions of "Template:PreReq User Identifier"

From Updox API
Jump to: navigation, search
(Created page with "3 This API call requires a User-level identifier. The identifier should be populated into the <code>userId</code> field of the <code>auth</code> bloc...")
 

Latest revision as of 12:01, 27 May 2014

3 This API call requires a User-level identifier. The identifier should be populated into the userId field of the auth block:

 {
   ...
   "auth": {
     "applicationId": "vendorId",
     "applicationPassword": "vendorPassword",
     "accountId": "practiceId",
     "userId": "userId"
   }
 }