POST api/Users/UpdateEmployeeId

Request Information

URI Parameters

None.

Body Parameters

VEMModel.VEMModelClass.EmployeeIdUpdate
NameDescriptionTypeAdditional information
OldEmployeeId

string

None.

NewEmployeeId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OldEmployeeId": "sample string 1",
  "NewEmployeeId": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.