---
title: "Update Business Settings"
method: PUT
path: "/businesses/{business_id}/settings"
tags: ["Businesses"]
---

# Update Business Settings

`PUT /businesses/{business_id}/settings`

## Path parameters

- `business_id` string, required

## Request body

- Settings
  - `defaultTaxRate` number, required
  - `defaultCurrency` string, required
  - `taxId` string
  - `businesType` string
  - `industry` string
  - `logoUrl` string

## Response `200`

Successful Response

- Settings
  - `defaultTaxRate` number, required
  - `defaultCurrency` string, required
  - `taxId` string
  - `businesType` string
  - `industry` string
  - `logoUrl` string

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/slickco/apis/slick-api.md) · [All operations](https://skmtc.net/slickco/apis/slick-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slickco/slick-api/revisions/90641b73f35e/schema)
