Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Digital Verification (POST)

Perform verification for the digital verification records within advanced therapy management.
Resource
1/connect/health/advanced-therapy-management/digital-verification
Resource example
1https://yourInstance.salesforce.com/services/data/v60.0/connect/health/advanced-therapy-management/digital-verification
Available version
60.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "digitalVerificationInputFieldsMap": {
3    "VerificationStatusCategory": "Completed",
4    "Comment": "done successfully",
5    "VerificationSite": "USA"
6  },
7  "userCredentials": {
8    "loginId": "sanampreet.singh@salesforce.com",
9    "password": "123456"
10  },
11  "digitalVerificationId": "15Exx0000004CAeEAM",
12sessionId:12Exz0022004CAfABM
13}
Properties
Name Type Description Required or Optional Available Version
digital​Verification​Id String ID of the digital verification record for which the digital verification is to be performed. Required 60.0
sessionId String ID that tracks the session established through a connected app or remote system in Salesforce. Optional 60.0
user​Credentials User Credentials Input Authentication credentials of the user performing the digital verification. Required 60.0
digital​Verification​InputFields​Map Digital Verification Input Fields Map Map structure holding key-value pairs of digital verification input fields. Required 60.0
Response body for POST
Digital Verification