Difference between revisions of "Template:PreReq Account Identifier"
From Updox API
(One intermediate revision by one user not shown) |
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": ""
}
}