Update an Employee

Put
/employers/{employerId}/employees/{id}
Store values

Parameters

string
The Id of the Employer to which the Employee belongs.
string
The Id of the Employee you want to update.

Contract.UpdateEmployeeRequest
Try it

Possible Responses

200 Success Contract.EmployeeResponse application/json
400 Bad Request
404 Not Found
409 Conflict