---
title: "Export Expense Review"
method: POST
path: "/business/v2/expense-review/export-expenses/{userId}"
tags: ["Expense Reviews"]
---

# Export Expense Review

`POST /business/v2/expense-review/export-expenses/{userId}`

Endpoint to export the `ExpenseReview` of a single `User`.

## Path parameters

- `userId` string, required — The `User` ID.

## Request body

- ExportExpense — Export the Expenses JSON parameters.
  - `transaction_ids` string[], required — An array of `Transaction` ID to be exported
  - `exported_by_id` string — The ID of the `User` who exports the expense.

## Response `200`

The result is data containing `ExpenseReview` export.

- ExportExpenseReview
  - `expense_report_protocol_ids` string[] — The protocol IDs of the `ExpenseReport`.

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