PUT api/Exams?examId={examId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
examId

integer

Required

Body Parameters

ExamPrescriptionsDto
NameDescriptionTypeAdditional 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-09-10T00:32:04.526847+00:00",
      "DateExpires": "2026-09-10T00:32:04.526847+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-09-10T00:32:04.526847+00:00",
      "DateExpires": "2026-09-10T00:32:04.526847+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:

Sample not available.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional 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.