POST api/StudentDiary/GetStudnetDiariesListByParent

Request Information

URI Parameters

None.

Body Parameters

StudentInfo
NameDescriptionTypeAdditional information
Franchisee_ID

integer

None.

Teacher_ID

integer

None.

Parent_Id

integer

None.

PageSize

integer

None.

PageNo

integer

None.

AcademicYear_ID

integer

None.

User_ID

string

None.

Diary_Date

string

None.

Batch_Program_ID

integer

None.

Student_Program_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Franchisee_ID": 1,
  "Teacher_ID": 2,
  "Parent_Id": 3,
  "PageSize": 4,
  "PageNo": 5,
  "AcademicYear_ID": 6,
  "User_ID": "sample string 7",
  "Diary_Date": "sample string 8",
  "Batch_Program_ID": 9,
  "Student_Program_ID": 10
}

application/xml, text/xml

Sample:
<StudentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Repositories">
  <AcademicYear_ID>6</AcademicYear_ID>
  <Batch_Program_ID>9</Batch_Program_ID>
  <Diary_Date>sample string 8</Diary_Date>
  <Franchisee_ID>1</Franchisee_ID>
  <PageNo>5</PageNo>
  <PageSize>4</PageSize>
  <Parent_Id>3</Parent_Id>
  <Student_Program_ID>10</Student_Program_ID>
  <Teacher_ID>2</Teacher_ID>
  <User_ID>sample string 7</User_ID>
</StudentInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IResponseModelOfObject
NameDescriptionTypeAdditional information
ResponseMessage

string

None.

ResponseCode

integer

None.

ResponseData

Object

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.