Difference between revisions of "Template:PreReq Vendor Credentials"
From Updox API
Line 1: | Line 1: | ||
− | + | 2 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: | |
{ | { | ||
... | ... |
Revision as of 15:09, 21 November 2013
2 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": "" } }