v1
latestOpenAPI 3.1.02026-07-243113441.2 MBSalary Estimates
Accept a salary estimate
Accept and finalize a salary estimate. This associates the estimate with an employee job and marks it as accepted.
Once accepted, the salary estimate becomes read-only for record-keeping purposes. The accepted salary can then be used to set up compensation for the employee.
scope: salary_estimates:write
post/v1/salary_estimates/{uuid}/accept
Path parameters
uuidstring required
The UUID of the salary estimate
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"employee_job_uuid": "7f5d3d93-6d6f-48c0-9f4e-cd12c2d3e4b2"
}Response
successful