---
title: "Recalculate Expense Review Process"
method: POST
path: "/business/v2/expense-review/processes/recalculate"
tags: ["Expense Review Processes"]
---

# Recalculate Expense Review Process

`POST /business/v2/expense-review/processes/recalculate`

Endpoint to recalculate the `ExpenseReviewProcess` a transaction is included into. This is particularly useful in case a change made on an `ExpenseReviewProcess` configuration should be applied to already existing transactions. In case a recalculated transaction is included into the same `ExpenseReviewProcess`, the transaction will remain assigned to the same approval step. This endpoint supports up to 100 transactions per single request.

## Request body

- RecalculateExpenseReviewProcess — Recalculate `ExpenseReviewProcess` JSON parameters.
  - `transaction_ids` string[], required — A list of transaction IDs for which the `ExpenseReviewProcess` they’re included into should be recalculated.

## Response `204`

No content as result.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
