v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Update Employee Information

Update a specific employee record.

patch/employees

Request body

companyIDstring required

Company ID of the employer.

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "employeeID": "6196c0afa360c70024268b26",
    "companyID": "123441526234234ertys",
    "employment_status": "live",
    "first_name": "Elrich",
    "last_name": "Bachmann",
    "email": "elrichbachmann@zeal.com",
    "dob": "1999-12-04",
    "start_date": "2019-06-04",
    "title": "Brand Ambassador",
    "working_state": "CA",
    "workLocationID": "531fece70b6d0b5d29c9f352",
    "address": "320 Pancake Hollow Road",
    "city": "Highland",
    "state": "NY",
    "zip": "12528",
    "phone_number": "8716738956",
    "default_pay_schedule": "daily",
    "default_wage": 20,
    "default_ot_wage": 32,
    "default_dt_wage": 42,
    "ssn": "087473892",
    "is_salary": true,
    "salary": 100000
  }
}