Factuarea APIDevelopers

invalid_hire_date

The employee's hire date would fall after their termination date: either `hire_date` was changed to a date later than the recorded termination, or the employee was deactivated with a `termination_date` earlier than the hire date. The employee is left unchanged.

CodeTypeHTTPCategory
invalid_hire_dateinvalid_request_error422Employees

Cause

The employee's hire date would fall after their termination date: either hire_date was changed to a date later than the recorded termination, or the employee was deactivated with a termination_date earlier than the hire date. The employee is left unchanged.

What to do

Send a hire_date on or before the employee's termination date, or a termination_date on or after their hire date. Check both dates with GET /v1/employees/{employee} before repeating the call.

On this page

Need a hand?Contact support