POST api/Exam/Question/UserAttemptedMockTest
Request Information
URI Parameters
None.
Body Parameters
UserAttemptedToMockTestCommandRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| JobTestLinkId | integer |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobTestLinkId": 1,
"UserId": "818bb158-89ef-491b-83fb-587b508cc522"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.