POST api/Mobile_GetParentstatusPass

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"
}

text/html

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

application/xml, text/xml

Sample:
<Mobile_GetParentstatusPass 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>
  <branchid>5</branchid>
  <password>sample string 7</password>
  <schoolid>1</schoolid>
  <studentid>4</studentid>
  <yearid>6</yearid>
</Mobile_GetParentstatusPass>

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