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": "6c127cd7-6296-4791-af06-894d491c7977",
"Language": "sample string 4",
"Questions": [
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "5a92b348-f5e7-4824-aa02-a2b19341c2fb",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
},
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "5a92b348-f5e7-4824-aa02-a2b19341c2fb",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.