---
title: "Create a new point of sale for the current company"
method: POST
path: "/api/points-of-sale"
tags: ["Company - Admin"]
---

# Create a new point of sale for the current company

`POST /api/points-of-sale`

Create a new Ponto de Venda (Point of Sale) for the authenticated user's company.
Accepts frontend field names and maps them to DB columns.
Copies NIPC from the first PV if not provided, and assigns the company's current plan.

## Headers

- `x-api-token` string, nullable

## Request body

- object

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/8492136eefc5/schema)
