POST api/Employee/SaveEmployeeConfirmation

Request Information

URI Parameters

None.

Body Parameters

SaveEmployeeConfirmation
NameDescriptionTypeAdditional information
UserName

string

None.

EmployeeId

integer

None.

Comment

string

None.

EmpStatus

integer

None.

ExtnMonth

integer

None.

CreatedMachineIP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "EmployeeId": 2,
  "Comment": "sample string 3",
  "EmpStatus": 4,
  "ExtnMonth": 5,
  "CreatedMachineIP": "sample string 6"
}

application/xml, text/xml

Sample:
<SaveEmployeeConfirmation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <Comment>sample string 3</Comment>
  <CreatedMachineIP>sample string 6</CreatedMachineIP>
  <EmpStatus>4</EmpStatus>
  <EmployeeId>2</EmployeeId>
  <ExtnMonth>5</ExtnMonth>
  <UserName>sample string 1</UserName>
</SaveEmployeeConfirmation>

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.