patch https://api.zeal.com/employees
Update the Employee Object
This endpoint updates the specified W-2 employee's information.
Returns
Returns response status and the updated Employee Object for the requested employee.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Returns updated Employee Object for requested employee |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |