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": "5c46bc05-9f52-401a-a361-b86a17b39dde",
"exam_ID": "400d8cf8-6d26-441e-a1b8-2ba83a9d6ad0",
"assessment": "sample string 1",
"created_dt": "2026-05-06T12:29:31.8665423+00:00",
"created_by": "54c6d8c8-b2b2-4365-9e0b-bfec7476343f",
"updated_dt": "2026-05-06T12:29:31.8665423+00:00",
"updated_by": "783b841d-7106-4203-8321-1c3a5306f13f",
"patientID": 1,
"patient_id": "e208ce7f-0c83-4569-92d7-1d7bd782d408",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "b7a3b002-8299-4088-b5c1-192cb931115e",
"start_dt": "2026-05-06T12:29:31.8665423+00:00",
"end_dt": "2026-05-06T12:29:31.8665423+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": "ff46721e-7ae8-4d21-874c-d82a720818de",
"exam_Assessment_ID": "efc3f439-c538-4ab9-9803-bded2d3043a9",
"assessment_Plan": "sample string 1",
"created_dt": "2026-05-06T12:29:31.8665423+00:00",
"created_by": "2f94c9aa-b0f5-4111-a9f3-03eaa6f8b19e",
"updated_dt": "2026-05-06T12:29:31.8665423+00:00",
"updated_by": "a0adb611-96b8-445e-a5e2-70bbdcb7fb5a",
"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. |