POST api/RHRequest/getRHRequestDetauils
Request Information
URI Parameters
None.
Body Parameters
getRHParamName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
EmployeeID | integer |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
searchkey | string |
None. |
|
Fromdate | string |
None. |
|
todate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "EmployeeID": 2, "PageSize": 3, "PageIndex": 4, "searchkey": "sample string 5", "Fromdate": "sample string 6", "todate": "sample string 7" }
application/xml, text/xml
Sample:
<getRHParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models"> <EmployeeID>2</EmployeeID> <Fromdate>sample string 6</Fromdate> <PageIndex>4</PageIndex> <PageSize>3</PageSize> <UserName>sample string 1</UserName> <searchkey>sample string 5</searchkey> <todate>sample string 7</todate> </getRHParam>
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.