Create year-to-date benefit amounts from a different company
POST {{baseUrl}}/v1/employees/:employee_id/ytd_benefit_amounts_from_different_company
Year-to-date benefit amounts from a different company represents the amount of money added to an employee's plan during a current year, made outside of the current contribution when they were employed at a different company.
This endpoint only supports passing outside contributions for 401(k) benefits.
scope: employee_benefits:write
Request Body
{"tax_year"=>"<number>", "ytd_employee_deduction_amount"=>"0.00", "ytd_company_contribution_amount"=>"0.00", "benefit_type"=>"<number>"}
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 |