---
title: "Store"
method: POST
path: "/configs/companies"
tags: ["Configuraciones de la empresa"]
---

# Store

`POST /configs/companies`

Guardar configuraciones de empresa

## Headers

- `X-Company-Token` string, required

## Request body

- CompanyConfigCreate
  - `nombre` string, required
  - `nombre_comercial` string, nullable
  - `identificacion` string, required
  - `envio_cdr_documento` boolean, nullable
  - `usuario` string, nullable
  - `contraseña` string, nullable
  - `tipo_envio` 'DEMO' | 'PRODUCCION'
  - `color_pdf` string, nullable, required
  - `tipo_cambio` number, 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

## Changes

- **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/post.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/709a449b3ff9/schema)
