POST api/get_LeaveList

Request Information

URI Parameters

None.

Body Parameters

LeaveList
NameDescriptionTypeAdditional information
PersonLeave_Id

integer

None.

PersonLeave_Person_Id

integer

None.

PersonLeave_IsCancel

integer

None.

PersonLeave_Attachment

string

None.

PersonLeave_From

string

None.

Person_Name

string

None.

Person_Mobile1

string

None.

PersonLeave_FromDate

string

None.

PersonLeave_TillDate

string

None.

LeaveAdd

string

None.

Status

string

None.

Leave_Type

string

None.

ReasonLeave_Reason

string

None.

ReasonLeave_Supporting

string

None.

PersonLeave_LeaveDay

string

None.

PersonLeave_Description

string

None.

TotalLeave

string

None.

LeaveApprove

string

None.

LeaveReject

string

None.

PersonLeave_AttachmentName

string

None.

Filter_FromDate

string

None.

Filter_TillDate

string

None.

Filter_Person_Id

integer

None.

Filter_ReportingManagerId

integer

None.

Filter_LeaveStatus

string

None.

PersonLeaveApproval_ApprovalStatus

string

None.

DateValue

string

None.

NameDay

string

None.

Description

string

None.

PersonLeave_isProcessed

string

None.

Department

string

None.

Designation

string

None.

Reporting_Manager

string

None.

FromDate_DayName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PersonLeave_Id": 1,
  "PersonLeave_Person_Id": 2,
  "PersonLeave_IsCancel": 3,
  "PersonLeave_Attachment": "sample string 4",
  "PersonLeave_From": "sample string 5",
  "Person_Name": "sample string 6",
  "Person_Mobile1": "sample string 7",
  "PersonLeave_FromDate": "sample string 8",
  "PersonLeave_TillDate": "sample string 9",
  "LeaveAdd": "sample string 10",
  "Status": "sample string 11",
  "Leave_Type": "sample string 12",
  "ReasonLeave_Reason": "sample string 13",
  "ReasonLeave_Supporting": "sample string 14",
  "PersonLeave_LeaveDay": "sample string 15",
  "PersonLeave_Description": "sample string 16",
  "TotalLeave": "sample string 17",
  "LeaveApprove": "sample string 18",
  "LeaveReject": "sample string 19",
  "PersonLeave_AttachmentName": "sample string 20",
  "Filter_FromDate": "sample string 21",
  "Filter_TillDate": "sample string 22",
  "Filter_Person_Id": 23,
  "Filter_ReportingManagerId": 24,
  "Filter_LeaveStatus": "sample string 25",
  "PersonLeaveApproval_ApprovalStatus": "sample string 26",
  "DateValue": "sample string 27",
  "NameDay": "sample string 28",
  "Description": "sample string 29",
  "PersonLeave_isProcessed": "sample string 30",
  "Department": "sample string 31",
  "Designation": "sample string 32",
  "Reporting_Manager": "sample string 33",
  "FromDate_DayName": "sample string 34"
}

application/xml, text/xml

Sample:
<LeaveList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models">
  <DateValue>sample string 27</DateValue>
  <Department>sample string 31</Department>
  <Description>sample string 29</Description>
  <Designation>sample string 32</Designation>
  <Filter_FromDate>sample string 21</Filter_FromDate>
  <Filter_LeaveStatus>sample string 25</Filter_LeaveStatus>
  <Filter_Person_Id>23</Filter_Person_Id>
  <Filter_ReportingManagerId>24</Filter_ReportingManagerId>
  <Filter_TillDate>sample string 22</Filter_TillDate>
  <FromDate_DayName>sample string 34</FromDate_DayName>
  <LeaveAdd>sample string 10</LeaveAdd>
  <LeaveApprove>sample string 18</LeaveApprove>
  <LeaveReject>sample string 19</LeaveReject>
  <Leave_Type>sample string 12</Leave_Type>
  <NameDay>sample string 28</NameDay>
  <PersonLeaveApproval_ApprovalStatus>sample string 26</PersonLeaveApproval_ApprovalStatus>
  <PersonLeave_Attachment>sample string 4</PersonLeave_Attachment>
  <PersonLeave_AttachmentName>sample string 20</PersonLeave_AttachmentName>
  <PersonLeave_Description>sample string 16</PersonLeave_Description>
  <PersonLeave_From>sample string 5</PersonLeave_From>
  <PersonLeave_FromDate>sample string 8</PersonLeave_FromDate>
  <PersonLeave_Id>1</PersonLeave_Id>
  <PersonLeave_IsCancel>3</PersonLeave_IsCancel>
  <PersonLeave_LeaveDay>sample string 15</PersonLeave_LeaveDay>
  <PersonLeave_Person_Id>2</PersonLeave_Person_Id>
  <PersonLeave_TillDate>sample string 9</PersonLeave_TillDate>
  <PersonLeave_isProcessed>sample string 30</PersonLeave_isProcessed>
  <Person_Mobile1>sample string 7</Person_Mobile1>
  <Person_Name>sample string 6</Person_Name>
  <ReasonLeave_Reason>sample string 13</ReasonLeave_Reason>
  <ReasonLeave_Supporting>sample string 14</ReasonLeave_Supporting>
  <Reporting_Manager>sample string 33</Reporting_Manager>
  <Status>sample string 11</Status>
  <TotalLeave>sample string 17</TotalLeave>
</LeaveList>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.