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": "3fcc7385-0e90-4963-8532-2d112624550d",
"exam_ID": "5a82743a-f371-436f-851b-c22074413b97",
"assessment": "sample string 1",
"created_dt": "2026-08-04T22:24:05.7629467+00:00",
"created_by": "290f9473-7ac0-4544-a2c1-ce3fe0004ecc",
"updated_dt": "2026-08-04T22:24:05.7629467+00:00",
"updated_by": "9ab6f886-ccd9-4cf5-832f-a6f6e4a424e3",
"patientID": 1,
"patient_id": "797aa278-cec0-4933-9e64-c05b0eb7a291",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "ae8b5a94-089c-402d-8c14-2fa46a27bb8c",
"start_dt": "2026-08-04T22:24:05.7629467+00:00",
"end_dt": "2026-08-04T22:24:05.7629467+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": "3f08ef08-dd4c-4053-94b3-2301c73d5edf",
"exam_Assessment_ID": "d029c976-e2d8-4bcc-974e-d16b682a7005",
"assessment_Plan": "sample string 1",
"created_dt": "2026-08-04T22:24:05.7629467+00:00",
"created_by": "aa10292d-86d4-41e8-bfff-7de8d07e20dd",
"updated_dt": "2026-08-04T22:24:05.7629467+00:00",
"updated_by": "10a795a5-56cd-4e64-b11c-44520c8b61fc",
"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. |