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": "4285e7e6-194c-4fe9-94cb-a9ad10db765a",
"Language": "sample string 4",
"Questions": [
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "a0b9df2f-baa4-44bd-b44e-0fbcb98b37d5",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
},
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "a0b9df2f-baa4-44bd-b44e-0fbcb98b37d5",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.