POST api/AdminSr/PostForStudent
Asks the student to self reflect on the assignment's topics.
Request Information
URI Parameters
None.
Body Parameters
PostSrForStudentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AssignmentId | integer |
Required |
|
| StudentId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"AssignmentId": 1,
"StudentId": 2
}
application/xml, text/xml
Sample:
<PostSrForStudentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StudyTree.Common.Dtos.AdminNs"> <AssignmentId>1</AssignmentId> <StudentId>2</StudentId> </PostSrForStudentDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |