v1
latestOpenAPI 3.0.02026-07-1412039.8 KBExpenses
Update Expense
Updates expense details such as description, invoice number, and status
patch/expenses/{expenseId}
Path parameters
expenseIdstring required
Expense ID
Headers
Content-Typestring
Authorizationstring
Response
Successful response
Example response
{
"status": "pending_review",
"description": "testing",
"invoiceNumber": "123",
"id": "EXP-F096A17391",
"category": "Food and entertainment",
"taxCode": "Sales Tax on Imports",
"paymentAccount": null,
"expenseAccount": "Cleaning",
"vendor": null,
"receiptUploaded": false,
"createdAt": "12 Jun 2025, 01:02PM",
"updatedAt": "08 Oct 2025, 03:14PM"
}