POST api/Exam/Question/CandidateQuestionResponse
Request Information
URI Parameters
None.
Body Parameters
SubmitCommandRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTestId | integer |
None. |
|
| JobTestLinkId | integer |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Language | string |
None. |
|
| Questions | Collection of SubmitCommandQuestions |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserTestId": 1,
"JobTestLinkId": 2,
"UserId": "416a9dff-35f8-4920-90c9-0018ee00c2b9",
"Language": "sample string 4",
"Questions": [
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "ca6d6a29-96c8-4d0f-8f40-cad84d3ec15a",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
},
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "ca6d6a29-96c8-4d0f-8f40-cad84d3ec15a",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.