POST api/mobile_PostStaffAbsentee

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objmobile_PostStaffAbsentee
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

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