POST api/PipStaff/StudentAttendance
Request Information
URI Parameters
None.
Body Parameters
postAttendance| Name | Description | Type | Additional information |
|---|---|---|---|
| License | integer |
None. |
|
| Customer_Id | integer |
None. |
|
| DateofAttendance | string |
None. |
|
| studentIDs | string |
None. |
|
| AttendancetypeIDs | string |
None. |
|
| IsSMS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"License": 1,
"Customer_Id": 2,
"DateofAttendance": "sample string 3",
"studentIDs": "sample string 4",
"AttendancetypeIDs": "sample string 5",
"IsSMS": 6
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.