POST api/notification/update
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": "83d468af-fa40-46d3-9845-1277151f2d82",
"note_type_txt": "sample string 2",
"record_type_txt": "sample string 3",
"record_id": "b1ba3c3d-8d5d-442d-a12b-e0c8c0e8c4d1",
"record_legacy_id": 1,
"patient_id": "4018be57-05b0-4495-808d-9ee58f8b301a",
"patient_legacy_id": 1,
"alert_ind": true,
"alert_scope_id": "bd0bcfd1-1df2-4be4-8f19-759d09dff89c",
"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-06-20T20:33:12.2102211+00:00",
"created_by": "53be3604-a4f8-49c8-82da-39237a40cf1a",
"updated_dt": "2026-06-20T20:33:12.2102211+00:00",
"updated_by": "4ef9a1f5-61c4-4cb3-a838-6d7a7f385315",
"provider_id": "1f898756-2f20-44e8-8418-4dd5ac1bc54f",
"signed_date": "2026-06-20T20:33:12.2102211+00:00",
"expire_dt": "2026-06-20T20:33:12.2102211+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. |