---
title: "Update property accounting settings"
method: PATCH
path: "/accounting/v1.0/settings"
tags: ["Settings"]
---

# Update property accounting settings

`PATCH /accounting/v1.0/settings`

Update one or more accounting settings for a property. You only need to include the fields you want to change; unspecified fields remain unchanged. If no settings exist for the property, they are created automatically.

## Headers

- `X-Property-ID` integer, required

## Request body

- SettingPatchRequest
  - `settings` SettingValues
    - `depositConsumption` 'MANUAL' | 'CHECK_IN' | 'CHECK_OUT' — Controls when deposit transactions are automatically transferred to the guest ledger. MANUAL means deposits are only transferred when explicitly requested. CHECK_IN means deposits are automatically transferred when the guest checks in. CHECK_OUT means deposits are automatically transferred when the guest checks out.

## Response `200`

OK

- SettingResponse
  - `settings` SettingValues
    - `depositConsumption` 'MANUAL' | 'CHECK_IN' | 'CHECK_OUT' — Controls when deposit transactions are automatically transferred to the guest ledger. MANUAL means deposits are only transferred when explicitly requested. CHECK_IN means deposits are automatically transferred when the guest checks in. CHECK_OUT means deposits are automatically transferred when the guest checks out.

## Other responses

- `400` — Bad Request
- `404` — Not found

---

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