POST api/Employee/UpdateEmployeeAccount

Request Information

URI Parameters

None.

Body Parameters

EmployeeAccountVM
NameDescriptionTypeAdditional information
EmployeeId

integer

Required

EmpAccountId

integer

None.

UpdateUser

integer

Required

UpdateIp

string

Required

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "EmployeeId": 1,
  "EmpAccountId": 2,
  "UpdateUser": 3,
  "UpdateIp": "sample string 4"
}

application/xml, text/xml

Sample:
<EmployeeAccountVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <EmpAccountId>2</EmpAccountId>
  <EmployeeId>1</EmployeeId>
  <UpdateIp>sample string 4</UpdateIp>
  <UpdateUser>3</UpdateUser>
</EmployeeAccountVM>

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.