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...") |
Revision as of 16:06, 21 November 2013
- This API call requires a Practice/Account-level identifier. The identifier should be populated into the
accountId
field of theauth
block:
{
...
"auth": {
"applicationId": "vendorId",
"applicationPassword": "vendorPassword",
"accountId": "practiceId",
"userId": ""
}