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

# Update Business Document Settings

`PUT /businesses/{business_id}/settings/documents`

## Path parameters

- `business_id` string, required

## Request body

- DocumentSettings
  - `sendReceipts` boolean — Send receipts to customers
  - `sendReminders` boolean — Send payment reminders to customers
  - `reminderDays` integer[] — Days to send payment reminders
  - `alertOverdue` boolean — Alert business when invoice is overdue
  - `alertOverdueDays` integer[] — Number of days before invoice is overdue

## Response `200`

Successful Response

- unknown

## 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/versions/90641b73f35e/schema)
