Template:PreReq Account Identifier
From Updox API
- 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": ""
}
}