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": "e70b1c4f-fb93-42ae-80b4-5aeff2f53b51",
"exam_ID": "62f220e0-cea1-4550-8ab6-7ca5adf30fbf",
"assessment": "sample string 1",
"created_dt": "2026-09-19T10:58:22.3522957+00:00",
"created_by": "82f97e50-9dc4-4617-9611-e6e25fdd61ff",
"updated_dt": "2026-09-19T10:58:22.3522957+00:00",
"updated_by": "951bf9d8-14e0-4fc4-8d3c-223089376def",
"patientID": 1,
"patient_id": "cce35bad-6161-436c-adc7-874f0e73263c",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "5228f492-e950-4e5a-ba8c-bbbc5221e9d3",
"start_dt": "2026-09-19T10:58:22.3522957+00:00",
"end_dt": "2026-09-19T10:58:22.3522957+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": "988f3ff6-cb4a-41a4-b6b6-7c4fd6e343d1",
"exam_Assessment_ID": "75e18665-df35-4771-83c7-19a49d86e402",
"assessment_Plan": "sample string 1",
"created_dt": "2026-09-19T10:58:22.3522957+00:00",
"created_by": "5f58e7ce-b3f8-4141-8dd1-e95d70b255b9",
"updated_dt": "2026-09-19T10:58:22.3522957+00:00",
"updated_by": "0e8a3375-7913-4e88-8cf7-b55327c120f9",
"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. |