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": "a146bc04-c818-4160-8935-39d42922fe81",
"note_type_txt": "sample string 2",
"record_type_txt": "sample string 3",
"record_id": "cfc741d9-a4e6-477d-bd3e-877268eebd01",
"record_legacy_id": 1,
"patient_id": "14673a6c-b465-4b36-a219-bdeb1c42aff6",
"patient_legacy_id": 1,
"alert_ind": true,
"alert_scope_id": "765fb352-02f3-47e2-8565-1f6c6b2089de",
"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:50.0251271+00:00",
"created_by": "20371d2c-0e52-4720-ac52-4745a92535e0",
"updated_dt": "2026-03-21T21:21:50.0251271+00:00",
"updated_by": "003636e5-a738-4f50-b85c-74e5bf0bc494",
"provider_id": "8d7b96ae-83c0-4d17-8468-e966988764eb",
"signed_date": "2026-03-21T21:21:50.0251271+00:00",
"expire_dt": "2026-03-21T21:21:50.0251271+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. |