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": "846c27e8-4113-470b-913c-f5889e929d23",
"note_type_txt": "sample string 2",
"record_type_txt": "sample string 3",
"record_id": "b71724a1-b34a-4a4c-aeb7-32b232115c4a",
"record_legacy_id": 1,
"patient_id": "9b6586b5-e14e-4a47-b09d-d2a6c4bdb251",
"patient_legacy_id": 1,
"alert_ind": true,
"alert_scope_id": "7b07dc13-f60b-41c9-9160-3c75d403820a",
"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-03-21T21:21:56.1495673+00:00",
"created_by": "63ebc43c-f875-423c-872f-2a1deb15c8bd",
"updated_dt": "2026-03-21T21:21:56.1495673+00:00",
"updated_by": "5f30743c-39b4-4d1f-acac-504ab78e3a23",
"provider_id": "a2d4c062-7b57-4051-9193-58f16c5a4dbe",
"signed_date": "2026-03-21T21:21:56.1495673+00:00",
"expire_dt": "2026-03-21T21:21:56.1495673+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. |