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": "2adb33e0-a060-4aa8-9426-877918b2673f",
"note_type_txt": "sample string 2",
"record_type_txt": "sample string 3",
"record_id": "cd822a9a-9d6a-403c-ac59-a206471df214",
"record_legacy_id": 1,
"patient_id": "a31cc6bd-89b0-4476-a669-941a1d9dc0b8",
"patient_legacy_id": 1,
"alert_ind": true,
"alert_scope_id": "1c999d43-c046-43b2-9519-432e10bae95b",
"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-09-19T10:55:44.6954679+00:00",
"created_by": "f4b4f5d9-5aa4-46c8-aebe-284d656de085",
"updated_dt": "2026-09-19T10:55:44.6954679+00:00",
"updated_by": "3dda5168-23a1-4d3f-acdf-463d601b2d4f",
"provider_id": "476a1c85-1218-4649-9cba-3a00fefad6b6",
"signed_date": "2026-09-19T10:55:44.6954679+00:00",
"expire_dt": "2026-09-19T10:55:44.6954679+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. |