PUT api/Exams?examId={examId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| examId | integer |
Required |
Body Parameters
ExamPrescriptionsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | integer |
None. |
|
| ExamData | Collection of ExamDataDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": 1,
"ExamData": [
{
"ExamId": 1,
"DoctorId": 1,
"ExamTypeId": 2,
"DatePreformed": "2026-04-29T22:07:17.1379959+00:00",
"DateExpires": "2026-04-29T22:07:17.1379959+00:00",
"PrescriptionData": [
{
"PrescriptionId": 1,
"OculusId": 2,
"ClxProductId": 3,
"ClxProductConfigurationId": 1
},
{
"PrescriptionId": 1,
"OculusId": 2,
"ClxProductId": 3,
"ClxProductConfigurationId": 1
}
]
},
{
"ExamId": 1,
"DoctorId": 1,
"ExamTypeId": 2,
"DatePreformed": "2026-04-29T22:07:17.1379959+00:00",
"DateExpires": "2026-04-29T22:07:17.1379959+00:00",
"PrescriptionData": [
{
"PrescriptionId": 1,
"OculusId": 2,
"ClxProductId": 3,
"ClxProductConfigurationId": 1
},
{
"PrescriptionId": 1,
"OculusId": 2,
"ClxProductId": 3,
"ClxProductConfigurationId": 1
}
]
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.