POST api/LGLineLeaveRequest/AppliedLeaveDetails

By Rahul, This for applied leave list based on line code of login employee.

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfAppliedLeaveParam
NameDescriptionTypeAdditional information
Data

AppliedLeaveParam

None.

Message

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Data": {
    "p_org_name": "sample string 1",
    "user_dept": "sample string 2"
  },
  "Message": "sample string 1",
  "MessageCode": 2
}

application/xml, text/xml

Sample:
<EnvelopeOfAppliedLeaveParamJtOmf38R xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LGLineModelData.Models">
    <d2p1:p_org_name>sample string 1</d2p1:p_org_name>
    <d2p1:user_dept>sample string 2</d2p1:user_dept>
  </Data>
  <Message>sample string 1</Message>
  <MessageCode>2</MessageCode>
</EnvelopeOfAppliedLeaveParamJtOmf38R>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.