GET api/ExamData/CreateAndUpdateExamFxTestDateByUserId?userId={userId}&testDate={testDate}&isXcellLicenseSchool={isXcellLicenseSchool}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| testDate | date |
Required |
|
| isXcellLicenseSchool | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ExamAndOliversDataInfo| Name | Description | Type | Additional 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": "2026-02-03T18:30:07.5656495-08:00"
}