POST api/Exam/Question/CandidateStartTest

Request Information

URI Parameters

None.

Body Parameters

UserInProgressTestCommandRequest
NameDescriptionTypeAdditional information
UserTestId

integer

None.

JobTestLinkId

integer

None.

UserId

globally unique identifier

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserTestId": 1,
  "JobTestLinkId": 2,
  "UserId": "b35b950e-f64f-47d5-a19f-ab3f41f3d963",
  "Language": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.