Skip to main content
PATCH
/
api
/
v1
/
tax-home
/
:id
Update Tax Home
curl --request PATCH \
  --url https://api.example.com/api/v1/tax-home/:id
All fields are optional — only include the fields you want to change.

Path Parameters

id
integer
required
The tax home ID.

Request Body

Same fields as Create Tax Home, all optional.

Response

Returns the updated tax home object.

Errors

StatusCause
400Invalid field values
404Tax home not found