v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Update Deduction

Update a deduction.

patch/deductions

Request body

companyIDstring required

ID of Company

employeeCheckIDstring required

ID of Employee Check

deductionIDstring required

ID of Deduction to be updated

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "companyID": "fc235f012bae46aa8a082f3",
    "deductionID": "61cae1e03e6f8201c34c77ca",
    "employeeCheckID": "73a99095827d4f32bbb18adce048c081",
    "deduction_type": "hsa",
    "employer_contribution": {
      "value": 3,
      "contribution_type": "dollars"
    },
    "employee_contribution": {
      "value": 2,
      "contribution_type": "dollars"
    },
    "deductionTemplateID": "61cae1e03e6f8201c34c77ca"
  }
}