---
title: "Crop logo image for fiscal documents"
method: PATCH
path: "/fiscal-document/v1/configs/logo"
tags: ["Configs"]
---

# Crop logo image for fiscal documents

`PATCH /fiscal-document/v1/configs/logo`

Crop the previously uploaded logo. The original is preserved so subsequent crops always start from the full original image. Output is stored as PNG and resized to at most 1000 px on the longest dimension.

## Headers

- `X-Property-ID` integer, required

## Request body

- CropLogoRequest
  - `crop_param` CropParam, required
    - `x` integer, required — Left offset of the crop region in pixels
    - `y` integer, required — Top offset of the crop region in pixels
    - `width` integer, required — Width of the crop region in pixels
    - `height` integer, required — Height of the crop region in pixels

## Response `200`

Logo cropped successfully

## Other responses

- `400` — Bad Request
- `403` — Access denied
- `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/versions/2faa857793e8/schema)
