POST api/Attendance/GetCompOffAndOdRequestList
Request Information
URI Parameters
None.
Body Parameters
ODAndCompoffParamName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
pagenumber | integer |
None. |
|
pagesize | integer |
None. |
|
keywords | string |
None. |
|
FromDate | string |
None. |
|
ToDate | string |
None. |
|
LocationId | integer |
None. |
|
DepartmentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "pagenumber": 2, "pagesize": 3, "keywords": "sample string 4", "FromDate": "sample string 5", "ToDate": "sample string 6", "LocationId": 1, "DepartmentId": 1 }
application/xml, text/xml
Sample:
<ODAndCompoffParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models"> <DepartmentId>1</DepartmentId> <FromDate>sample string 5</FromDate> <LocationId>1</LocationId> <ToDate>sample string 6</ToDate> <UserName>sample string 1</UserName> <keywords>sample string 4</keywords> <pagenumber>2</pagenumber> <pagesize>3</pagesize> </ODAndCompoffParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.