POST api/Mobile_GetUpdateAlertbyStaffid

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,
  "yearid": 3,
  "alertid": 4,
  "comment": "sample string 5"
}

text/html

Sample:
{"schoolid":1,"branchid":2,"yearid":3,"alertid":4,"comment":"sample string 5"}

application/xml, text/xml

Sample:
<Mobile_GetUpdateAlertbyStaffid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models">
  <alertid>4</alertid>
  <branchid>2</branchid>
  <comment>sample string 5</comment>
  <schoolid>1</schoolid>
  <yearid>3</yearid>
</Mobile_GetUpdateAlertbyStaffid>

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