Skip to main content
POST
Create Contractor Deduction Template

Authorizations

Authorization
string
header
required

Body

application/json
companyID
string
required

ID of company

contractorID
string
required

ID of contractor

custom_name
string
required

Human-readable name for the deduction template

deduction_type
enum<string>
required
Available options:
garnishment,
miscellaneous
effective_start_date
string
required

Date the template should start become effective

effective_end_date
string

Date the template should become ineffective

external_id
string
contractor_contribution_amount
number<float>

Default dollar amount to be contributed by the contractor for deductions

contractor_contribution_percentage
number<float>

Default percentage of contractor's pay to be contributed by the contractor for deductions

agency_name
string

Address of the agency for a court order (Garnishment only)

agency_address
string

Name of the agency for a court order (Garnishment only)

case_id
string

Case ID of a court order (Garnishment only)

order_number
string

Order number of a court order (Garnishment only)

Response

200

success
boolean
data
object

Contains Contractor Deduction Template object

testMode
boolean