POST Api/generateStudentMarksheet/GetgenerateStudentMarksheet

Request Information

URI Parameters

None.

Body Parameters

generateStudentMarksheet
NameDescriptionTypeAdditional information
fromDate

string

None.

toDate

string

None.

yearId

string

None.

examType

string

None.

CourseId

string

None.

sessionId

string

None.

DynamicSQL

string

None.

SemesterId

string

None.

SubjectIds

string

None.

studentList

string

None.

batchId

string

None.

session

string

None.

course

string

None.

semester

string

None.

examTypeName

string

None.

resultDeclaretionDate

string

None.

examStartDate

string

None.

examEndDate

string

None.

studentCode

string

None.

sgpaJsonList

string

None.

finalResultjsonList

string

None.

resultId

integer

None.

opCode

integer

None.

isException

boolean

None.

exceptionMessage

string

None.

DS

DataSet

None.

id

string

None.

strId

string

None.

userId

integer

None.

status

integer

None.

message

string

None.

PageSize

string

None.

PageIndex

string

None.

responseValue

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "sample string 1",
  "toDate": "sample string 2",
  "yearId": "sample string 3",
  "examType": "sample string 4",
  "courseId": "sample string 5",
  "sessionId": "sample string 6",
  "dynamicSQL": "sample string 7",
  "semesterId": "sample string 8",
  "subjectIds": "sample string 9",
  "studentList": "sample string 10",
  "batchId": "sample string 11",
  "session": "sample string 12",
  "course": "sample string 13",
  "semester": "sample string 14",
  "examTypeName": "sample string 15",
  "resultDeclaretionDate": "sample string 16",
  "examStartDate": "sample string 17",
  "examEndDate": "sample string 18",
  "studentCode": "sample string 19",
  "sgpaJsonList": "sample string 20",
  "finalResultjsonList": "sample string 21",
  "resultId": 1,
  "opCode": 22,
  "isException": true,
  "exceptionMessage": "sample string 24",
  "ds": null,
  "id": "sample string 25",
  "strId": "sample string 26",
  "userId": 27,
  "status": 28,
  "message": "sample string 29",
  "pageSize": "sample string 30",
  "pageIndex": "sample string 31",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<generateStudentMarksheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
  <DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 31</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 30</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 24</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 25</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 29</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">22</opCode>
  <responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
    <xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
      <xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
        <xs:complexType>
          <xs:choice minOccurs="0" maxOccurs="unbounded" />
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
  </responseValue>
  <status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">28</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 26</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">27</userId>
  <CourseId>sample string 5</CourseId>
  <DynamicSQL>sample string 7</DynamicSQL>
  <SemesterId>sample string 8</SemesterId>
  <SubjectIds>sample string 9</SubjectIds>
  <batchId>sample string 11</batchId>
  <course>sample string 13</course>
  <examEndDate>sample string 18</examEndDate>
  <examStartDate>sample string 17</examStartDate>
  <examType>sample string 4</examType>
  <examTypeName>sample string 15</examTypeName>
  <finalResultjsonList>sample string 21</finalResultjsonList>
  <fromDate>sample string 1</fromDate>
  <resultDeclaretionDate>sample string 16</resultDeclaretionDate>
  <resultId>1</resultId>
  <semester>sample string 14</semester>
  <session>sample string 12</session>
  <sessionId>sample string 6</sessionId>
  <sgpaJsonList>sample string 20</sgpaJsonList>
  <studentCode>sample string 19</studentCode>
  <studentList>sample string 10</studentList>
  <toDate>sample string 2</toDate>
  <yearId>sample string 3</yearId>
</generateStudentMarksheet>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'generateStudentMarksheet'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.