POST api/Encounter/SendCallEndNotification
Request Information
URI Parameters
None.
Body Parameters
SendCallNotificationName | 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": "082d2382-453a-4e59-9087-85ec4b3bf7c0", "PatientName": "sample string 1", "PatientEmail": "sample string 2", "TemplateName": "sample string 3", "Date": "sample string 4", "Time": "sample string 5", "AccountId": "a9ad555d-fd0e-4f8b-8a90-d514048e5c11" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.