---
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
  - `company_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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