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

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;version&quot;:&quot;56a489ce86ed6c1b0f0cecc4050a0b01&quot;,&quot;filing_status&quot;:&quot;Single&quot;,&quot;extra_withholding&quot;:&quot;0.0&quot;,&quot;two_jobs&quot;:true,&quot;dependents_amount&quot;:&quot;0.0&quot;,&quot;other_income&quot;:&quot;0.0&quot;,&quot;deductions&quot;:&quot;0.0&quot;,&quot;employee_id&quot;:29,&quot;w4_data_type&quot;:&quot;rev_2020_w4&quot;}