POST Api/AddAndSubtractAttendance/updateInBulk

Request Information

URI Parameters

None.

Body Parameters

AddAndSubtractAttendance
NameDescriptionTypeAdditional information
groupId

integer

None.

sessionId

integer

None.

subjectId

integer

None.

subjectTypeId

integer

None.

studentId

integer

None.

noofadd

integer

None.

addtype

string

None.

timeTableId

string

None.

applicationNo

string

None.

remark

string

None.

isApproved

string

None.

approvedDateTime

string

None.

fromdate

string

None.

todate

string

None.

punchingID

string

None.

attendanceList

string

None.

courseId

integer

None.

semesterId

integer

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:
{
  "groupId": 1,
  "sessionId": 2,
  "subjectId": 3,
  "subjectTypeId": 4,
  "studentId": 5,
  "noofadd": 6,
  "addtype": "sample string 7",
  "timeTableId": "sample string 8",
  "applicationNo": "sample string 9",
  "remark": "sample string 10",
  "isApproved": "sample string 11",
  "approvedDateTime": "sample string 12",
  "fromdate": "sample string 13",
  "todate": "sample string 14",
  "punchingID": "sample string 15",
  "attendanceList": "sample string 16",
  "courseId": 17,
  "semesterId": 18,
  "opCode": 19,
  "isException": true,
  "exceptionMessage": "sample string 21",
  "ds": null,
  "id": "sample string 22",
  "strId": "sample string 23",
  "userId": 24,
  "status": 25,
  "message": "sample string 26",
  "pageSize": "sample string 27",
  "pageIndex": "sample string 28",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<AddAndSubtractAttendance 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 28</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 27</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 21</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 22</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 26</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">19</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">25</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 23</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">24</userId>
  <addtype>sample string 7</addtype>
  <applicationNo>sample string 9</applicationNo>
  <approvedDateTime>sample string 12</approvedDateTime>
  <attendanceList>sample string 16</attendanceList>
  <courseId>17</courseId>
  <fromdate>sample string 13</fromdate>
  <groupId>1</groupId>
  <isApproved>sample string 11</isApproved>
  <noofadd>6</noofadd>
  <punchingID>sample string 15</punchingID>
  <remark>sample string 10</remark>
  <semesterId>18</semesterId>
  <sessionId>2</sessionId>
  <studentId>5</studentId>
  <subjectId>3</subjectId>
  <subjectTypeId>4</subjectTypeId>
  <timeTableId>sample string 8</timeTableId>
  <todate>sample string 14</todate>
</AddAndSubtractAttendance>

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

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.