Difference between revisions of "Template:PreReq Vendor Credentials"

From Updox API
Jump to: navigation, search
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
# This API call requires [[Vendor credentialing|Vendor-level credentials]].  The credentials should be populated into the <code>applicationId</code> and <code>applicationPassword</code> fields of the <code>auth</code> block:
+
1 This API call requires [[Vendor credentialing|Vendor-level credentials]].  The credentials should be populated into the <code>applicationId</code> and <code>applicationPassword</code> fields of the <code>auth</code> block:
 
   {
 
   {
 
     ...
 
     ...
 
     "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": "",
 
       "userId": ""
 
       "userId": ""
 
     }
 
     }
 
   }
 
   }

Latest revision as of 14:47, 2 December 2015

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