POST api/Teacher/MonthlyAttendance
Request Information
URI Parameters
None.
Body Parameters
AttendanceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| schoolid | integer |
None. |
|
| token | string |
None. |
|
| EmployeeId | integer |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"schoolid": 1,
"token": "sample string 2",
"EmployeeId": 3,
"Month": 4,
"Year": 5
}
text/html
Sample:
{"schoolid":1,"token":"sample string 2","EmployeeId":3,"Month":4,"Year":5}
application/xml, text/xml
Sample:
<AttendanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smsapi.Models"> <EmployeeId>3</EmployeeId> <Month>4</Month> <Year>5</Year> <schoolid>1</schoolid> <token>sample string 2</token> </AttendanceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.