POST api/Mobile_GetUpdateAlertbyStaffidForAndroid

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objMobile_GetUpdateAlertbyStaffid
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "schoolid": 1,
  "branchid": 2,
  "alertid": 3,
  "classid": 4,
  "divisionid": 5,
  "comment": "sample string 6",
  "staffid": 7,
  "smstypeuni": 8,
  "categoryname": "sample string 9",
  "branchname": "sample string 10",
  "yearid": 11
}

text/html

Sample:
{"schoolid":1,"branchid":2,"alertid":3,"classid":4,"divisionid":5,"comment":"sample string 6","staffid":7,"smstypeuni":8,"categoryname":"sample string 9","branchname":"sample string 10","yearid":11}

application/xml, text/xml

Sample:
<Mobile_GetUpdateAlertbyStaffidForAndroid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models">
  <alertid>3</alertid>
  <branchid>2</branchid>
  <branchname>sample string 10</branchname>
  <categoryname>sample string 9</categoryname>
  <classid>4</classid>
  <comment>sample string 6</comment>
  <divisionid>5</divisionid>
  <schoolid>1</schoolid>
  <smstypeuni>8</smstypeuni>
  <staffid>7</staffid>
  <yearid>11</yearid>
</Mobile_GetUpdateAlertbyStaffidForAndroid>

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