---
title: "Change Expense Review Processes Priority"
method: POST
path: "/business/v2/expense-review/processes/priority"
tags: ["Expense Review Processes"]
---

# Change Expense Review Processes Priority

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

Endpoint to change the `ExpenseReviewProcess` order of priority.

## Request body

- ExpenseReviewProcessPriority — Change `ExpenseReviewProcess` priority JSON parameters.
  - `priorities` ExpenseReviewProcessPriorities[], required — A list of `ExpenseReviewProcesses` for which the priority should be updated with their new priority.
    - `new_priority` number, required — The new order of priority in which the `ExpenseReviewProcess` will be executed.
    - `process_id` string, required — The ID of the `ExpenseReviewProcess` for which the priority should be updated.

## 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)
