---
title: "Insere uma região"
method: POST
path: "/regionalizacao/regiao"
---

# Insere uma região

`POST /regionalizacao/regiao`

## Request body

- object
  - `nome` string
  - `descricao` string
  - `ativo` boolean
  - `arquivado` boolean
  - `ordem` integer
  - `usuario` string
  - `tabelaPrecoId` integer
  - `tipoRegiao` string — Vitrine. Preco, PrecoEVitrine
  - `nomePriorizacao` string
  - `regioesFaixasCep` object[]
    - `nomeArea` string
    - `tipoRegiaoFaixaCep` string — Manual, PorEndereco, PorPriorizacaoCD
    - `cepInicial` integer
    - `cepFinal` integer
    - `ativo` boolean
  - `regioesGoogle` object[]
    - `nomeArea` string
    - `regiaoGoogleValor` integer
    - `ativo` boolean

## Response `200`

200

- object
  - `id` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/fbits/apis/wake-commerce-api.md) · [All operations](https://skmtc.net/fbits/apis/wake-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fbits/wake-commerce-api/versions/e07940bf249d/schema)
