GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
API Reference
v2023-09-01 is in the deprecation process and all prior versions have been deprecated. Click this banner to review our version upgrade guide.

Update an employee's state taxes

Update attributes relevant for an employee's state taxes.

As described for the GET endpoint, the answers must be supplied in the effective-dated format, but currently only a single answer will be accepted - valid_from and valid_up_to must be "2010-01-01" and null respectively.

scope: employee_state_taxes:write

Path Params
string
required

The UUID of the employee

Body Params
states
array of objects
required
states*
Headers
string
Defaults to 2024-04-01

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Responses

Response body
array of objects
object
string
required

The employee's uuid

string
required

Two letter US state abbreviation

boolean | null
boolean
questions
array of objects
required
questions*
object
string
required

A short title for the question

string
required

An explaination of the question - this may contain inline html formatted links.

string
required

A unique identifier of the question (for the given state) - used for updating the answer.

input_question_format
object
required
answers
array of objects
required
answers*
object

The answer to the corresponding question - this may be a string, number, boolean, or null.

string

The effective date of the answer - currently always “2010-01-01”.

string

The effective end date of the answer - currently always null.

404

Not Found

The requested resource does not exist. Make sure the provided UUID is valid.

Language
Credentials