---
title: "Reordenar áreas de negócio"
method: POST
path: "/api/management/business-areas/reorder"
tags: ["business-areas", "reorder"]
---

# Reordenar áreas de negócio

`POST /api/management/business-areas/reorder`

Define a ordem em que as áreas de negócio aparecem na listagem. A posição de cada identificador dentro do array vira a posição da área na lista, começando em zero. Envie sempre a lista completa: áreas não citadas mantêm a posição anterior e podem acabar empatadas com as reposicionadas.

## Request body

- object
  - `business_area_ids` unknown[]
    - unknown

## Response `200`

Sucesso

- object
  - `response` boolean

## Other responses

- `422` — Erro de validação

## Changes

- **2026-09-18** `626cc36dd5e6` — 7 warning, 2 info
  - the optional response header `Access-Control-Allow-Origin` removed for the status `200`
  - the optional response header `Access-Control-Expose-Headers` removed for the status `200`
  - the optional response header `Cache-Control` removed for the status `200`
  - the optional response header `Date` removed for the status `200`
  - …5 more

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/business-areas/reorder/post.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/b43a04f35145?raw)
