POST Api/InternMaster/getAllBatch

Request Information

URI Parameters

None.

Body Parameters

InternMaster
NameDescriptionTypeAdditional information
EmpId

string

None.

PunchId

string

None.

EmpName

string

None.

WorkArea

string

None.

DOJ

string

None.

Department

string

None.

Designation

string

None.

LCCenterId

string

None.

Mob1

string

None.

Mob2

string

None.

EmailId

string

None.

EmpCatId

string

None.

IShiftFixed

string

None.

WeekOff

string

None.

ShiftId

integer

None.

studentCode

string

None.

studentId

string

None.

deptName

string

None.

designame

string

None.

lcname

string

None.

shiftdesc

string

None.

shiftfrom

string

None.

shiftto

string

None.

shiftmin

string

None.

isendnextday

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:
{
  "empId": "sample string 1",
  "punchId": "sample string 2",
  "empName": "sample string 3",
  "workArea": "sample string 4",
  "doj": "sample string 5",
  "department": "sample string 6",
  "designation": "sample string 7",
  "lcCenterId": "sample string 8",
  "mob1": "sample string 9",
  "mob2": "sample string 10",
  "emailId": "sample string 11",
  "empCatId": "sample string 12",
  "iShiftFixed": "sample string 13",
  "weekOff": "sample string 14",
  "shiftId": 15,
  "studentCode": "sample string 16",
  "studentId": "sample string 17",
  "deptName": "sample string 18",
  "designame": "sample string 19",
  "lcname": "sample string 20",
  "shiftdesc": "sample string 21",
  "shiftfrom": "sample string 22",
  "shiftto": "sample string 23",
  "shiftmin": "sample string 24",
  "isendnextday": "sample string 25",
  "opCode": 26,
  "isException": true,
  "exceptionMessage": "sample string 28",
  "ds": null,
  "id": "sample string 29",
  "strId": "sample string 30",
  "userId": 31,
  "status": 32,
  "message": "sample string 33",
  "pageSize": "sample string 34",
  "pageIndex": "sample string 35",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<InternMaster 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 35</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 34</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 28</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 29</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 33</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">26</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">32</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 30</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">31</userId>
  <DOJ>sample string 5</DOJ>
  <Department>sample string 6</Department>
  <Designation>sample string 7</Designation>
  <EmailId>sample string 11</EmailId>
  <EmpCatId>sample string 12</EmpCatId>
  <EmpId>sample string 1</EmpId>
  <EmpName>sample string 3</EmpName>
  <IShiftFixed>sample string 13</IShiftFixed>
  <LCCenterId>sample string 8</LCCenterId>
  <Mob1>sample string 9</Mob1>
  <Mob2>sample string 10</Mob2>
  <PunchId>sample string 2</PunchId>
  <ShiftId>15</ShiftId>
  <WeekOff>sample string 14</WeekOff>
  <WorkArea>sample string 4</WorkArea>
  <deptName>sample string 18</deptName>
  <designame>sample string 19</designame>
  <isendnextday>sample string 25</isendnextday>
  <lcname>sample string 20</lcname>
  <shiftdesc>sample string 21</shiftdesc>
  <shiftfrom>sample string 22</shiftfrom>
  <shiftmin>sample string 24</shiftmin>
  <shiftto>sample string 23</shiftto>
  <studentCode>sample string 16</studentCode>
  <studentId>sample string 17</studentId>
</InternMaster>

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

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.