---
title: "Let the carry-over be computed again"
method: POST
path: "/allowances/{id}/revert-carryover-override"
tags: ["Allowance Management"]
---

# Let the carry-over be computed again

`POST /allowances/{id}/revert-carryover-override`

Drops a hand-set carry-over for one year and recomputes the member's allowances from the previous year again, before the call returns. Does nothing when the carry-over was never overridden. The id is the `member_allowance_id` from GET /members/{member_id}/allowance-breakdown.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `id` string, required
  - `year` integer, required
  - `brought_forward` number, required — The value from BEFORE the revert, as confirmation of what was dropped. Re-read GET /members/{member_id}/allowances for the recomputed figure.
  - `overwrite_brought_forward` 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)
