POST api/Mobile_GetParentstatusPassForAndroid

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objGetParentstatusPass
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "schoolid": 1,
  "PlanID": 2,
  "Result": "sample string 3",
  "studentid": 4,
  "branchid": 5,
  "yearid": 6,
  "password": "sample string 7",
  "TodaysDate": "sample string 8",
  "firstdateofmonth": "sample string 9"
}

text/html

Sample:
{"schoolid":1,"PlanID":2,"Result":"sample string 3","studentid":4,"branchid":5,"yearid":6,"password":"sample string 7","TodaysDate":"sample string 8","firstdateofmonth":"sample string 9"}

application/xml, text/xml

Sample:
<Mobile_GetParentstatusPassForAndroid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models">
  <PlanID>2</PlanID>
  <Result>sample string 3</Result>
  <TodaysDate>sample string 8</TodaysDate>
  <branchid>5</branchid>
  <firstdateofmonth>sample string 9</firstdateofmonth>
  <password>sample string 7</password>
  <schoolid>1</schoolid>
  <studentid>4</studentid>
  <yearid>6</yearid>
</Mobile_GetParentstatusPassForAndroid>

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