POST api/Leave/MyAppliedLeave
Request Information
URI Parameters
None.
Body Parameters
ParamGetLeave| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| TxtKey | string |
None. |
|
| fromdate | string |
None. |
|
| todate | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"PageNumber": 2,
"PageSize": 3,
"TxtKey": "sample string 4",
"fromdate": "sample string 5",
"todate": "sample string 6",
"Id": 7
}
application/xml, text/xml
Sample:
<ParamGetLeave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models"> <Id>7</Id> <PageNumber>2</PageNumber> <PageSize>3</PageSize> <TxtKey>sample string 4</TxtKey> <UserName>sample string 1</UserName> <fromdate>sample string 5</fromdate> <todate>sample string 6</todate> </ParamGetLeave>
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.