POST api/Notification?PatientId={PatientId}&SMSSettings={SMSSettings}&accountid={accountid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | globally unique identifier |
Required |
|
| SMSSettings | string |
Required |
|
| accountid | globally unique identifier |
Required |
Body Parameters
PatientAlert| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| EncounterId | globally unique identifier |
None. |
|
| AlertId | globally unique identifier |
None. |
|
| AlertName | string |
None. |
|
| PatientName | string |
None. |
|
| Photo | Collection of byte |
None. |
|
| Url | string |
None. |
|
| Image | string |
None. |
|
| Photo1 | string |
None. |
|
| IsRead | boolean |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Patient | Patient |
None. |
|
| RoleId | globally unique identifier |
None. |
|
| ProviderId | globally unique identifier |
None. |
|
| Content | string |
None. |
|
| ActionCode | string |
None. |
|
| RecipientContact | string |
None. |
|
| Action | string |
None. |
|
| SMSPartner | string |
None. |
|
| Count | integer |
None. |
|
| ColorId | integer |
None. |
|
| ColorName | string |
None. |
|
| RecordTypeId | integer |
None. |
|
| AccountId | globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.