---
title: "Update"
method: PUT
path: "/configs/companies/bill"
tags: ["Configuraciones de la empresa"]
---

# Update

`PUT /configs/companies/bill`

Actualizar configuracion de la empresa

## Headers

- `X-Company-Token` string, required

## Request body

- CompanyConfigUpdate
  - `color_pdf` string, nullable
  - `tipo_moneda_id` integer, nullable
  - `aplicar_tipo_cambio` boolean, nullable
  - `tipo_cambio` number, nullable
  - `company_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `5f49cb2c73d9` — 1 info
  - added the new optional request property `tipo_cambio`
- **2026-08-14** `f7f33214d2ab` — 1 info
  - added the new optional request property `aplicar_tipo_cambio`

[Change history](https://skmtc.dev/factpro/apis/note-service-api/changes/configs/companies/bill/put.md)

---

[API](https://skmtc.dev/factpro/apis/note-service-api.md) · [All operations](https://skmtc.dev/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/7d76e9df969f/schema)
