GuidesAPI ReferenceChangelogAPI StatusAPI PolicyGusto Security
API Reference

Update State Tax Requirements

Updates the tax requirement answers for a specific state. Submit answers to the requirement questions returned by GET /v1/companies/{company_uuid}/tax_requirements/{state}.

Prerequisites

  1. Retrieve current requirements via GET /v1/companies/{company_uuid}/tax_requirements/{state}
  2. Ensure that each requirement set that you're updating includes the correct key, state, and effective_from values from the GET response

scope: company_tax_requirements:write

Path Params
string
required

The UUID of the company

string
required

The two-letter state abbreviation

Body Params
requirement_sets
array of objects

Array of requirement sets to update. Each set corresponds to a category of requirements for the state.

requirement_sets
Headers
string
enum
Defaults to 2026-02-01

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

Allowed:
Responses
200

Success

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json