POST api/lgt/ELeaveApprovalAction?langcode={langcode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
langcode

string

Required

Body Parameters

ApprovalAction
NameDescriptionTypeAdditional information
permissionID

string

None.

approverID

string

None.

actionby

string

None.

remark

string

None.

actionflag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "permissionID": "sample string 1",
  "approverID": "sample string 2",
  "actionby": "sample string 3",
  "remark": "sample string 4",
  "actionflag": "sample string 5"
}

application/xml, text/xml

Sample:
<ApprovalAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lgt.MobileApp.API.Models">
  <actionby>sample string 3</actionby>
  <actionflag>sample string 5</actionflag>
  <approverID>sample string 2</approverID>
  <permissionID>sample string 1</permissionID>
  <remark>sample string 4</remark>
</ApprovalAction>

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.