POST Api/BulkAttendance/getAllBulkAttendance

Request Information

URI Parameters

None.

Body Parameters

BulkAttendance
NameDescriptionTypeAdditional information
sessionId

string

None.

groupId

string

None.

studentId

string

None.

semesterId

string

None.

batchId

string

None.

date

string

None.

subjectId

string

None.

timeTableId

string

None.

applicationNo

string

None.

preInTime

string

None.

preOutTime

string

None.

preStatus

string

None.

editedInTime

string

None.

editedOutTime

string

None.

editedStatus

string

None.

isApproved

string

None.

approvedDateTime

string

None.

punchingID

string

None.

studentListB

string

None.

courseId

string

None.

opCode

integer

None.

isException

boolean

None.

exceptionMessage

string

None.

DS

DataSet

None.

id

string

None.

strId

string

None.

userId

integer

None.

status

integer

None.

message

string

None.

PageSize

string

None.

PageIndex

string

None.

responseValue

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "sessionId": "sample string 1",
  "groupId": "sample string 2",
  "studentId": "sample string 3",
  "semesterId": "sample string 4",
  "batchId": "sample string 5",
  "date": "sample string 6",
  "subjectId": "sample string 7",
  "timeTableId": "sample string 8",
  "applicationNo": "sample string 9",
  "preInTime": "sample string 10",
  "preOutTime": "sample string 11",
  "preStatus": "sample string 12",
  "editedInTime": "sample string 13",
  "editedOutTime": "sample string 14",
  "editedStatus": "sample string 15",
  "isApproved": "sample string 16",
  "approvedDateTime": "sample string 17",
  "punchingID": "sample string 18",
  "studentListB": "sample string 19",
  "courseId": "sample string 20",
  "opCode": 21,
  "isException": true,
  "exceptionMessage": "sample string 23",
  "ds": null,
  "id": "sample string 24",
  "strId": "sample string 25",
  "userId": 26,
  "status": 27,
  "message": "sample string 28",
  "pageSize": "sample string 29",
  "pageIndex": "sample string 30",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<BulkAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
  <DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 30</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 29</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 23</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 24</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 28</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">21</opCode>
  <responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
    <xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
      <xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
        <xs:complexType>
          <xs:choice minOccurs="0" maxOccurs="unbounded" />
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
  </responseValue>
  <status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">27</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 25</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">26</userId>
  <applicationNo>sample string 9</applicationNo>
  <approvedDateTime>sample string 17</approvedDateTime>
  <batchId>sample string 5</batchId>
  <courseId>sample string 20</courseId>
  <date>sample string 6</date>
  <editedInTime>sample string 13</editedInTime>
  <editedOutTime>sample string 14</editedOutTime>
  <editedStatus>sample string 15</editedStatus>
  <groupId>sample string 2</groupId>
  <isApproved>sample string 16</isApproved>
  <preInTime>sample string 10</preInTime>
  <preOutTime>sample string 11</preOutTime>
  <preStatus>sample string 12</preStatus>
  <punchingID>sample string 18</punchingID>
  <semesterId>sample string 4</semesterId>
  <sessionId>sample string 1</sessionId>
  <studentId>sample string 3</studentId>
  <studentListB>sample string 19</studentListB>
  <subjectId>sample string 7</subjectId>
  <timeTableId>sample string 8</timeTableId>
</BulkAttendance>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.