POST api/notification/add
Request Information
URI Parameters
None.
Body Parameters
NoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| note_id | globally unique identifier |
None. |
|
| note_type_txt | string |
None. |
|
| record_type_txt | string |
None. |
|
| record_id | globally unique identifier |
None. |
|
| record_legacy_id | integer |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| patient_legacy_id | integer |
None. |
|
| alert_ind | boolean |
None. |
|
| alert_scope_id | globally unique identifier |
None. |
|
| alert_scope_legacy_id | integer |
None. |
|
| alert_scope_type_txt | string |
None. |
|
| note_txt | string |
None. |
|
| template_ind | boolean |
None. |
|
| template_name_txt | string |
None. |
|
| archived_ind | boolean |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| provider_id | globally unique identifier |
None. |
|
| signed_date | date |
None. |
|
| expire_dt | date |
None. |
|
| status_txt | string |
None. |
|
| recorded_by_txt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"note_id": "0ebf7346-698a-4ca8-84a4-dc40c6b68a23",
"note_type_txt": "sample string 2",
"record_type_txt": "sample string 3",
"record_id": "e348a0cd-e3df-48f5-9834-6f21a464092a",
"record_legacy_id": 1,
"patient_id": "4ece6157-4f2e-4aaf-87eb-150485440de5",
"patient_legacy_id": 1,
"alert_ind": true,
"alert_scope_id": "7e5daf15-141b-498b-828c-e3b6040512ba",
"alert_scope_legacy_id": 1,
"alert_scope_type_txt": "sample string 5",
"note_txt": "sample string 6",
"template_ind": true,
"template_name_txt": "sample string 7",
"archived_ind": true,
"created_dt": "2026-08-04T22:22:30.6771849+00:00",
"created_by": "65c9b7b3-3c7a-4d2f-be95-16dba0a0cb16",
"updated_dt": "2026-08-04T22:22:30.6771849+00:00",
"updated_by": "460e3698-e238-4cb3-81b0-50156305f811",
"provider_id": "7a09ed58-9bfc-47be-8c39-9b7f9aec32c2",
"signed_date": "2026-08-04T22:22:30.6771849+00:00",
"expire_dt": "2026-08-04T22:22:30.6771849+00:00",
"status_txt": "sample string 13",
"recorded_by_txt": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |