v1
latestOpenAPI 3.1.02026-07-243113441.2 MBSalary Estimates
Update a salary estimate
Update an existing salary estimate. You can modify the annual net revenue, ZIP code, and occupations.
The salary estimate must not be finalized (accepted). Once accepted, salary estimates become read-only for record-keeping purposes.
scope: salary_estimates:write
put/v1/salary_estimates/{uuid}
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
{
"annual_net_revenue": 600000,
"zip_code": "94107",
"occupations": [
{
"code": "151252",
"experience_level": "expert",
"time_percentage": "0.6",
"primary": true
}
]
}Response
successful