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
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"version":"string","tax_payer_type":"string","taxable_as_scorp":false,"filing_form":"string","has_ein":true,"ein_verified":true,"legal_name":"string"}