Update Employee Role Working Pattern

Put
/employers/{employerId}/employees/{employeeId}/roles/{id}/workingPatterns/{roleWorkingPatternId}

Updates a Working Pattern for the Employee Role.
This endpoint is currently being beta tested and subject to un-announced breaking changes.

Store values

Parameters

string
The Id of the Employer for the Employee.
string
The Id of the Employee to which the Role belongs.
string
The Id of the Role to which the Employee Role Working Pattern belongs.
string
The Id of the Employee Role Working Pattern you want to update.

Contract.EmployeeRoleWorkingPatternRequest
Try it

Possible Responses

200 Success Contract.EmployeeRoleWorkingPatternResponse application/json
400 Bad Request
403 Forbidden
404 Not Found