Skip to main content
POST
Create Deduction
The deduction is scoped to a single employee check. Its required fields are determined by the required_template_fields in the Deduction Template Definition.

Authorizations

Authorization
string
header
required

Body

application/json
companyID
string
required

ID of Company

employeeCheckID
string
required

ID of EmployeeCheck to attach Deduction to

deductionTemplateID
string
required

ID of Deduction Template used to create this deduction

deduction
object
required

The deduction object

additional_fields
object

Additional fields contingent upon the deduction type/template

Response

200

success
boolean
default:true
Example:

true

data
object