POST api/ExamResult/AddExamResult
Request Information
URI Parameters
None.
Body Parameters
ExamResultName | Description | Type | Additional information |
---|---|---|---|
correct | integer |
None. |
|
UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "correct": 1, "UserId": 2 }
application/octet-stream
Sample:
{"$id":"1","correct":1,"UserId":2}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.