POST api/exam_Assessments/update
Request Information
URI Parameters
None.
Body Parameters
Collection of Exam_AssessmentsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Exam_Assessment_ID | globally unique identifier |
None. |
|
| Exam_ID | globally unique identifier |
None. |
|
| Assessment | string |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| PatientID | integer |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| type_txt | string |
None. |
|
| status_txt | string |
None. |
|
| number_txt | string |
None. |
|
| color_txt | string |
None. |
|
| exam_progress_note_id | globally unique identifier |
None. |
|
| start_dt | date |
None. |
|
| end_dt | date |
None. |
|
| source_txt | string |
None. |
|
| ccda_code | string |
None. |
|
| reconciled_txt | string |
None. |
|
| Exam_Assessment_Plans | Collection of Exam_Assessment_PlansModel |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"exam_Assessment_ID": "0169a6ae-cbff-48a6-8bfd-0d8eb504a807",
"exam_ID": "f98a9be9-d3e7-4bce-9964-85667418b366",
"assessment": "sample string 1",
"created_dt": "2026-06-20T20:37:45.8556675+00:00",
"created_by": "eb38b07b-2088-4710-bf83-3334ffee6e8e",
"updated_dt": "2026-06-20T20:37:45.8556675+00:00",
"updated_by": "7d5a51d7-191b-4c18-af04-be825157918b",
"patientID": 1,
"patient_id": "7ff0bea8-a294-4208-8b63-a2c63127f3fa",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "40b964e0-ec00-4639-89e8-fe4030238119",
"start_dt": "2026-06-20T20:37:45.8556675+00:00",
"end_dt": "2026-06-20T20:37:45.8556675+00:00",
"source_txt": "sample string 8",
"ccda_code": "sample string 9",
"reconciled_txt": "sample string 10",
"exam_Assessment_Plans": [
{
"$id": "2",
"exam_Assessment_Plan_ID": "07c2e3d8-1c6c-4f10-a6dc-3d4c8e1d2bcc",
"exam_Assessment_ID": "80d09511-9ac2-486f-909c-73f0144cf932",
"assessment_Plan": "sample string 1",
"created_dt": "2026-06-20T20:37:45.8556675+00:00",
"created_by": "59f8b228-40c1-4b0d-a05c-b12ae79e6ef9",
"updated_dt": "2026-06-20T20:37:45.8556675+00:00",
"updated_by": "f19e4aba-06f2-46c1-8b15-21e0974b2322",
"number_txt": "sample string 4",
"exam_Assessments": {
"$ref": "1"
}
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
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. |