W2 Employees-Employee Employments
Number of APIs: 9
- 
Delete an employee termination DELETE {{baseUrl}}/v1/employees/:employee_id/terminations 
- 
Get employment history for an employee GET {{baseUrl}}/v1/employees/:employee_id/employment_history 
- 
Update an employee termination PUT {{baseUrl}}/v1/terminations/:employee_id 
- 
Create an employee rehire POST {{baseUrl}}/v1/employees/:employee_id/rehire 
- 
Update an employee rehire PUT {{baseUrl}}/v1/employees/:employee_id/rehire 
- 
Create an employee termination POST {{baseUrl}}/v1/employees/:employee_id/terminations 
- 
Get terminations for an employee GET {{baseUrl}}/v1/employees/:employee_id/terminations 
- 
Get an employee rehire GET {{baseUrl}}/v1/employees/:employee_id/rehire 
- 
Delete an employee rehire DELETE {{baseUrl}}/v1/employees/:employee_id/rehire