POST api/ApproveEmpAttendence

Request Information

URI Parameters

None.

Body Parameters

EmployeeAttAproval
NameDescriptionTypeAdditional information
PresentyID

string

None.

EmployeeID

string

None.

MonthID

string

None.

YearID

string

None.

ManagerID

string

None.

PresentyStatus

string

None.

ApproveDisapproveRemark

string

None.

Remark

string

None.

PresentyRemark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PresentyID": "sample string 1",
  "EmployeeID": "sample string 2",
  "MonthID": "sample string 3",
  "YearID": "sample string 4",
  "ManagerID": "sample string 5",
  "PresentyStatus": "sample string 6",
  "ApproveDisapproveRemark": "sample string 7",
  "Remark": "sample string 8",
  "PresentyRemark": "sample string 9"
}

application/xml, text/xml

Sample:
<EmployeeAttAproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models">
  <ApproveDisapproveRemark>sample string 7</ApproveDisapproveRemark>
  <EmployeeID>sample string 2</EmployeeID>
  <ManagerID>sample string 5</ManagerID>
  <MonthID>sample string 3</MonthID>
  <PresentyID>sample string 1</PresentyID>
  <PresentyRemark>sample string 9</PresentyRemark>
  <PresentyStatus>sample string 6</PresentyStatus>
  <Remark>sample string 8</Remark>
  <YearID>sample string 4</YearID>
</EmployeeAttAproval>

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.