---
title: "Reorder the allowance types"
method: POST
path: "/allowance-types/reorder"
tags: ["Allowance Management"]
---

# Reorder the allowance types

`POST /allowance-types/reorder`

Sets the order the allowance types are listed in, throughout the app and in GET /allowance-types. Send every id of the workspace: an id that is left out keeps its old position and the resulting order is ambiguous.

## Request body

- object
  - `ids` string[], required — The allowance type ids, in the order you want them in.

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/absentify/apis/absentify-crud-api.md) · [All operations](https://skmtc.net/absentify/apis/absentify-crud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/absentify/absentify-crud-api/revisions/ef777d51e6f2/schema)
