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-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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExamPrescriptionsDto'.

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.