POST api/hiecm/user-initiated-linking/v3/patient/care-context/on-discover
Request Information
URI Parameters
None.
Body Parameters
OnDiscoverCallbackRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| requestId | string |
None. |
|
| timestamp | string |
None. |
|
| transactionId | string |
None. |
|
| patient | PatientCallback |
None. |
Request Formats
application/json, text/json
Sample:
{
"requestId": "sample string 1",
"timestamp": "sample string 2",
"transactionId": "sample string 3",
"patient": {
"id": "sample string 1"
}
}
application/xml, text/xml
Sample:
<HIECMCallbackController.OnDiscoverCallbackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CallBackAPI.Controllers">
<patient>
<id>sample string 1</id>
</patient>
<requestId>sample string 1</requestId>
<timestamp>sample string 2</timestamp>
<transactionId>sample string 3</transactionId>
</HIECMCallbackController.OnDiscoverCallbackRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.