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": "051d3b43-2a76-4a0d-b5f1-b160908d95a4",
"PatientName": "sample string 1",
"PatientEmail": "sample string 2",
"TemplateName": "sample string 3",
"Date": "sample string 4",
"Time": "sample string 5",
"AccountId": "1f283f22-fbb3-4428-b69f-e8c529be1abc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.