POST Admin/GetStudentNotesList

Request Information

URI Parameters

None.

Body Parameters

StudentNotesModel
NameDescriptionTypeAdditional information
StudentID

integer

None.

NotesID

integer

None.

AddedBy

string

None.

Notes

string

None.

PgNumber

string

None.

PgLimit

string

None.

OrderList

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentID": 1,
  "NotesID": 2,
  "AddedBy": "sample string 3",
  "Notes": "sample string 4",
  "PgNumber": "sample string 5",
  "PgLimit": "sample string 6",
  "OrderList": "sample string 7"
}

application/xml, text/xml

Sample:
<StudentNotesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <AddedBy>sample string 3</AddedBy>
  <Notes>sample string 4</Notes>
  <NotesID>2</NotesID>
  <OrderList>sample string 7</OrderList>
  <PgLimit>sample string 6</PgLimit>
  <PgNumber>sample string 5</PgNumber>
  <StudentID>1</StudentID>
</StudentNotesModel>

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 'StudentNotesModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />