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": "9a307229-5928-41a8-9ab4-19d0b4397c7b",
"exam_ID": "cd26dba1-6b13-4995-90b8-f397cf2cea00",
"assessment": "sample string 1",
"created_dt": "2026-03-21T21:24:48.39183+00:00",
"created_by": "c838af23-498a-4410-a3ca-01e833f707a7",
"updated_dt": "2026-03-21T21:24:48.39183+00:00",
"updated_by": "c3b316c2-60b3-41f8-8040-f52370fb182d",
"patientID": 1,
"patient_id": "576e843d-57fc-479d-a916-03877ad2e67e",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "4e612fd1-ac57-4048-9521-a8f6b2812e35",
"start_dt": "2026-03-21T21:24:48.39183+00:00",
"end_dt": "2026-03-21T21:24:48.39183+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": "38874cfa-8075-4d98-84c5-80230d519755",
"exam_Assessment_ID": "37ddb571-dabe-4690-b26c-31148c040e71",
"assessment_Plan": "sample string 1",
"created_dt": "2026-03-21T21:24:48.39183+00:00",
"created_by": "575b05d4-987f-46e7-a8f0-7eaf1c227ae0",
"updated_dt": "2026-03-21T21:24:48.39183+00:00",
"updated_by": "d92dfb5d-c078-4cd7-aa2e-1e7350366647",
"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. |