Set Employee Role AnalysisCategorycode

Put
/employers/{employerId}/employees/{employeeId}/roles/{id}/analysiscategories/{analysisCategoryId}/analysiscategorycodes

Assigns AnalysisCategoryCode to an Employee Role.
You must have the multi-role feature enabled.
This endpoint is currently being beta tested and subject to un-announced breaking changes.

Store values

Parameters

string
The Id of the Employer to which the Employee belongs.
string
The Id of the Employee you want to set AnalysisCategoryCode for.
string
The Id of the Employee Role you want to set AnalysisCategoryCode for.
string
The Id of the Analysis Category you want to set AnalysisCategoryCode for.

Contract.EmployeeRoleAnalysisCategoryCodeRequest[]
Try it

Possible Responses

200 Success Contract.EmployeeRoleAnalysisCategoryCodeResponse[] application/json
400 Bad Request
404 Not Found