POST api/Exam/Question/CandidateStartTest
Request Information
URI Parameters
None.
Body Parameters
UserInProgressTestCommandRequest| Name | Description | Type | Additional 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": "d0812319-1094-495a-a3a3-1b08bd2e7645",
"Language": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.