POST api/Encounter/SendCallEndNotification
Request Information
URI Parameters
None.
Body Parameters
SendCallNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PatientName | string |
None. |
|
| PatientEmail | string |
None. |
|
| TemplateName | string |
None. |
|
| Date | string |
None. |
|
| Time | string |
None. |
|
| AccountId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4eb5cabd-b70f-49b9-b105-04bf49de0ab1",
"PatientName": "sample string 1",
"PatientEmail": "sample string 2",
"TemplateName": "sample string 3",
"Date": "sample string 4",
"Time": "sample string 5",
"AccountId": "8d6ed682-3945-4890-a0a4-ccb56b0f0513"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.