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": "40d6b6a9-5de9-40ac-830d-eb7b335d9d08",
"Language": "sample string 4",
"Questions": [
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "7a14c0c8-633e-430e-9146-d0972ed59619",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
},
{
"Id": 1,
"JobTestLinkId": 2,
"QuestionId": 3,
"QuestionOptionsId": 1,
"IsCorrect": true,
"UserId": "7a14c0c8-633e-430e-9146-d0972ed59619",
"UserTestId": 6,
"IsSkip": true,
"ParentQuestionId": 1
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.