Template:PreReq Vendor Credentials

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

Jump to: navigation, search

1 This API call requires Vendor-level credentials. The credentials should be populated into the applicationId and applicationPassword fields of the auth block:

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