Update Federal Tax Details

PUT {{baseUrl}}/v1/companies/:company_id/federal_tax_details

Updates attributes relevant for a company's federal taxes. This information is required is to onboard a company for use with Gusto Embedded Payroll.

scope: company_federal_taxes:write

Request Body

{"version"=>"<string>", "legal_name"=>"<string>", "ein"=>"<string>", "tax_payer_type"=>"<string>", "filing_form"=>"<string>", "taxable_as_scorp"=>"<boolean>"}

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;string&quot;,&quot;tax_payer_type&quot;:&quot;string&quot;,&quot;taxable_as_scorp&quot;:false,&quot;filing_form&quot;:&quot;string&quot;,&quot;has_ein&quot;:true,&quot;ein_verified&quot;:true,&quot;legal_name&quot;:&quot;string&quot;}