---
title: "Store"
method: POST
path: "/api/v3/sucursal"
tags: ["Sucursales"]
---

# Store

`POST /api/v3/sucursal`

Guardar de sucursal

## Request body

- EstablishmentCreate
  - `nombre` string, required
  - `codigo_anexo` string, required
  - `direccion` string, required
  - `correo_electronico` string, nullable
  - `ubigeo_id` string, nullable
  - `telefono` string, nullable
  - `tipo_establecimiento_id` integer, nullable
  - `user_id` integer, nullable
  - `company_id` integer, nullable

## Response `200`

Successful Response

- EstablishmentOut
  - `nombre` string, required
  - `codigo_anexo` string, required
  - `direccion` string, required
  - `correo_electronico` string, nullable
  - `ubigeo_id` string, nullable
  - `telefono` string, nullable
  - `tipo_establecimiento_id` integer, nullable
  - `fecha_de_creacion` string, date-time, 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)
