POST api/exam_Assessments/add
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": "cbd90783-72a6-4e73-8e2f-793fb7b3778f",
"exam_ID": "c92daa45-b404-43a0-ab1f-4bafcef2f6d1",
"assessment": "sample string 1",
"created_dt": "2026-06-20T20:39:13.5239922+00:00",
"created_by": "c0c04c5a-3ef3-488a-86b1-4dd24ab04640",
"updated_dt": "2026-06-20T20:39:13.5239922+00:00",
"updated_by": "b99c83d3-6c56-41f2-99d5-e5641ef5952e",
"patientID": 1,
"patient_id": "0c936185-f26c-4365-a18f-ca47b29a0e1c",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "2e606d5a-247d-432b-8806-6058f6d5b1f9",
"start_dt": "2026-06-20T20:39:13.5239922+00:00",
"end_dt": "2026-06-20T20:39:13.5239922+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": "4fdb40f5-c306-42f8-8058-13aed1d77019",
"exam_Assessment_ID": "7270cc0f-96f1-49ac-8578-371ebe8784b8",
"assessment_Plan": "sample string 1",
"created_dt": "2026-06-20T20:39:13.5239922+00:00",
"created_by": "e2f2c081-8ba7-4ac3-a777-347335ea965d",
"updated_dt": "2026-06-20T20:39:13.5239922+00:00",
"updated_by": "f7110d98-57ce-4046-af10-fa1db4667c56",
"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. |