Updates an existing employee record in CompAnalyst.
PUT
Authorization: Bearer {AccessToken}
Content-Type: application/json
Only the updated fields need to be included in the request body. For example in the below just an employee's base salary in the currency the employee is assigned to is updated. All other field values remain the same.
Refer to Employees
{ "BaseSalary": 80000 }
200 OK
{ "WEBAPIStatusCode": 0, "WEBAPIStatusDesc": "Success." }