POST api/Users/UpdateEmployeeId
Request Information
URI Parameters
None.
Body Parameters
VEMModel.VEMModelClass.EmployeeIdUpdate| Name | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.