POST api/BusDriver/TakeStudentsBusAttendance

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
entity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BusId": 1,
  "RouteId": 2,
  "StudentId": 3,
  "AttendanceType": 4,
  "CurrentEmployeeId": 5,
  "InCT": "sample string 6",
  "Direction": "sample string 7",
  "ServerIP": "sample string 8"
}

application/xml, text/xml

Sample:
<Schools_VM_TakeStudentsBusAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.ViewModels">
  <AttendanceType>4</AttendanceType>
  <BusId>1</BusId>
  <CurrentEmployeeId>5</CurrentEmployeeId>
  <Direction>sample string 7</Direction>
  <InCT>sample string 6</InCT>
  <RouteId>2</RouteId>
  <ServerIP>sample string 8</ServerIP>
  <StudentId>3</StudentId>
</Schools_VM_TakeStudentsBusAttendance>

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": true,
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<GeneralErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result>true</Result>
</GeneralErrors>