POST api/Student/StudentDeleteAnswerSheet
Request Information
URI Parameters
None.
Body Parameters
SearchParaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamId | integer |
None. |
|
| StudentId | integer |
None. |
|
| SNo | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| TutorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExamId": 1,
"StudentId": 2,
"SNo": 3,
"CreatedBy": 4,
"TutorId": 5
}
application/xml, text/xml
Sample:
<SearchParaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models"> <CreatedBy>4</CreatedBy> <ExamId>1</ExamId> <SNo>3</SNo> <StudentId>2</StudentId> <TutorId>5</TutorId> </SearchParaModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.