Update an employee's federal taxes
PUT {{baseUrl}}/v1/employees/:employee_uuid/federal_taxes
Update attributes relevant for an employee's federal taxes.
scope: employee_federal_taxes:write
Request Body
{"version"=>"<string>", "filing_status"=>"<string>", "extra_withholding"=>"<string>", "two_jobs"=>"<boolean>", "dependents_amount"=>"<string>", "other_income"=>"<string>", "deductions"=>"<string>", "w4_data_type"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"version":"56a489ce86ed6c1b0f0cecc4050a0b01","filing_status":"Single","extra_withholding":"0.0","two_jobs":true,"dependents_amount":"0.0","other_income":"0.0","deductions":"0.0","employee_id":29,"w4_data_type":"rev_2020_w4"}