Difference between revisions of "Template:PreReq Account Identifier"
From Updox API
(Created page with "# This API call requires a Practice/Account-level identifier. The identifier should be populated into the <code>accountId</code> field of the <code>a...") |
|||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | 2 This API call requires a [[Vendor credentialing|Practice/Account-level identifier]]. The identifier should be populated into the <code>accountId</code> field of the <code>auth</code> block: | |
{ | { | ||
... | ... | ||
Line 5: | Line 5: | ||
"applicationId": "vendorId", | "applicationId": "vendorId", | ||
"applicationPassword": "vendorPassword", | "applicationPassword": "vendorPassword", | ||
− | "accountId": "<span style="color: | + | "accountId": "<span style="color:blue">practiceId</span>", |
"userId": "" | "userId": "" | ||
− | + | } | |
+ | } |
Latest revision as of 15:35, 25 November 2013
2 This API call requires a Practice/Account-level identifier. The identifier should be populated into the accountId
field of the auth
block:
{
...
"auth": {
"applicationId": "vendorId",
"applicationPassword": "vendorPassword",
"accountId": "practiceId",
"userId": ""
}
}