Difference between revisions of "Template:PreReq Vendor Credentials"

From Updox API
Jump to: navigation, search
Line 3: Line 3:
 
     ...
 
     ...
 
     "auth": {
 
     "auth": {
       "applicationId": "<span style="color:green">vendorId</span>",
+
       "applicationId": "<span style="color:blue">vendorId</span>",
       "applicationPassword": "<span style="color:green">vendorPassword</span>",
+
       "applicationPassword": "<span style="color:blue">vendorPassword</span>",
 
       "accountId": "practiceId",
 
       "accountId": "practiceId",
 
       "userId": ""
 
       "userId": ""
 
     }
 
     }
 
   }
 
   }

Revision as of 16:08, 21 November 2013

  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": ""
   }
 }