POST api/postDailyAlertForAndroid

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objpostDailyAlert
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

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