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": "66cc8b3c-64da-47d3-bd06-7bdee28c662e",
"PatientName": "sample string 1",
"PatientEmail": "sample string 2",
"TemplateName": "sample string 3",
"Date": "sample string 4",
"Time": "sample string 5",
"AccountId": "419ce58d-8eec-4148-bc49-0dd6135903cf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.