POST api/ABTBS/StudentAttendance

Request Information

URI Parameters

None.

Body Parameters

postAttendance
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'postAttendance'.

Response Information

Resource Description

None.