GET api/ExamData/CreateAndUpdateExamFxTestDateByUserId?userId={userId}&testDate={testDate}&isXcellLicenseSchool={isXcellLicenseSchool}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

testDate

date

Required

isXcellLicenseSchool

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

ExamAndOliversDataInfo
NameDescriptionTypeAdditional information
Id

integer

None.

IsExamFxData

boolean

None.

IsOliversData

boolean

None.

IsXcellLicenseSchoolData

boolean

None.

IsInserted

boolean

None.

TestDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IsExamFxData": true,
  "IsOliversData": true,
  "IsXcellLicenseSchoolData": true,
  "IsInserted": true,
  "TestDate": "2025-10-14T00:40:23.3965823-07:00"
}