---
title: "Send Expense Review Reminder"
method: POST
path: "/business/v2/expense-review/{userId}/reminder"
tags: ["Expense Reviews"]
---

# Send Expense Review Reminder

`POST /business/v2/expense-review/{userId}/reminder`

Endpoint to send a reminder of `ExpenseReview` to a specific `User`.

## Path parameters

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

## Request body

- SendExpensesReminder — Send Expense reminder JSON parameters.
  - `request_timestamp` integer, required — The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.
  - `from_date` string, date-time, required — The beginning of the period of the search `fromDate` included (i.e. greater than or equal to) (Formats: `yyyy-MM-dd`, `yyyy-MM-ddThh:mm:ss`, `yyyy-MM-ddThh:mm:ssZ`).
  - `to_date` string, date-time, required — The end of the period of the search `toDate` included (i.e. less than) (Formats: `yyyy-MM-dd`, `yyyy-MM-ddThh:mm:ss`, `yyyy-MM-ddThh:mm:ssZ`).

## Response `204`

No content as result.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

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