v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBExpense Reviews
Send Expense Review Reminder
Endpoint to send a reminder of ExpenseReview to a specific User.
post/business/v2/expense-review/{userId}/reminder
Path parameters
userIdstring required
The ID of the User.
Example:XMPL1234-000001
Request body
Example request
{
"request_timestamp": 1576850500000,
"from_date": "2020-04-06T12:48:40Z",
"to_date": "2020-05-07T12:48:40Z"
}Response
No content as result.