---
title: "Store"
method: POST
path: "/companies"
tags: ["Empresas"]
---

# Store

`POST /companies`

Guardar empresa

## Request body

- CompanyCreate
  - `nombre` string, required
  - `nombre_comercial` string, nullable
  - `identificacion` string, required
  - `user_id` integer, nullable
  - `pais` string, nullable, required
  - `direccion` string, nullable
  - `ubigeo` string, nullable
  - `platforma` string, nullable

## Response `200`

Successful Response

- CompanyOutCreate
  - `id` integer, required
  - `token` string, required

## 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)
