---
title: "Store"
method: POST
path: "/accounts"
tags: ["Cuentas"]
---

# Store

`POST /accounts`

Guardar de cuenta

## Headers

- `X-Company-Token` string, required

## Request body

- AccountCreate
  - `nombre` string, required
  - `tipo_cuenta` string, required
  - `numero_cuenta` string, required
  - `cci` string, nullable, required
  - `tipo_moneda` integer, required
  - `user_id` integer, nullable
  - `company_id` integer, nullable

## Response `200`

Successful Response

- AccountOut
  - `nombre` string, required
  - `tipo_cuenta` string, required
  - `numero_cuenta` string, required
  - `cci` string, nullable, required
  - `tipo_moneda` integer, required
  - `id` integer, 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)
