POST api/notification/update
Request Information
URI Parameters
None.
Body Parameters
NoteModelName | 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": "99d80d32-54a9-46d4-8110-d7d463cc51bc", "note_type_txt": "sample string 2", "record_type_txt": "sample string 3", "record_id": "1063cece-35dd-4261-941a-15871b597a7e", "record_legacy_id": 1, "patient_id": "1a32e872-3275-4c5e-ba87-0893e9d1478f", "patient_legacy_id": 1, "alert_ind": true, "alert_scope_id": "74cad852-75ca-4692-8c4e-cf37fe9d4f10", "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": "2025-08-29T03:12:59.55332+00:00", "created_by": "2ae38849-6cb8-4680-af83-1dcd2f83268b", "updated_dt": "2025-08-29T03:12:59.55332+00:00", "updated_by": "54d2bc7c-7f19-4862-994c-d7ddf3281721", "provider_id": "749044c8-f6fe-478e-b635-c2543e00d3e3", "signed_date": "2025-08-29T03:12:59.55332+00:00", "expire_dt": "2025-08-29T03:12:59.55332+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
HttpResponseMessageName | 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. |