Update a given list of expenses.
Expenses
Update a given list of expenses.
deprecated
At the moment, it is only possible to update expenses’ status
PUT
Update a given list of expenses.
Documentation Index
Fetch the complete documentation index at: https://developers.pleo.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Open API Bearer token
Body
application/json
An array of unique expense UUIDs to update their statuses.
Example:
"[\"0f0e000-000d-0d00-000b-00db0d000fae\", \"f0bd2ac4-9080-11eb-a8b3-0242ac130003\"]"
Status the expenses listed in the expenseIds field will be updated to.
Available options:
NOT_EXPORTED, QUEUED, EXPORTING, EXPORTED Response
200 - application/json
Success
The response is of type object.