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": "a657f2fb-8649-4184-86fc-87b95a225b05",
"Language": "sample string 4",
"Questions": [
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "43d39594-d87d-4467-be00-491bda9e17bb",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
},
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "43d39594-d87d-4467-be00-491bda9e17bb",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.