v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Expense 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

request_timestampinteger required

The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.

from_datestring 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_datestring 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).

Example request

{
  "request_timestamp": 1576850500000,
  "from_date": "2020-04-06T12:48:40Z",
  "to_date": "2020-05-07T12:48:40Z"
}

Response

No content as result.