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": "b154ac47-ca30-4d24-b2a9-e879d8251b79",
"exam_ID": "dd3f4610-9dba-4ae7-a3ac-57a09cea1f54",
"assessment": "sample string 1",
"created_dt": "2026-02-04T02:51:16.9855425+00:00",
"created_by": "94e558c5-7e88-428f-bdf7-d9fcdd4cf1e8",
"updated_dt": "2026-02-04T02:51:16.9855425+00:00",
"updated_by": "784e2495-b8f4-4b74-b941-6a4acdd44397",
"patientID": 1,
"patient_id": "005a0494-15a1-4368-a0bf-8137f8e0f6f1",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "e7062e63-1d33-45e9-9ee6-7e9bba9dd88b",
"start_dt": "2026-02-04T02:51:16.9855425+00:00",
"end_dt": "2026-02-04T02:51:16.9855425+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": "534c637f-b36c-442e-937f-3bb486d49ed8",
"exam_Assessment_ID": "13c09609-0855-408c-bb15-34eedfb42414",
"assessment_Plan": "sample string 1",
"created_dt": "2026-02-04T02:51:16.9855425+00:00",
"created_by": "d37313ba-fe41-498a-a70f-fd00a688087d",
"updated_dt": "2026-02-04T02:51:16.9855425+00:00",
"updated_by": "897a99f9-d735-4bd1-a29f-7541fb9cf35e",
"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. |