[ expenses ]
Update an expense
Change an expense created by this credential. An agent cannot alter a person's or another agent's expense.
PATCH
/api/v1/expenses/{id}Response
application/jsonFields
idstringrequiredPublic expense ID beginning with exp_.
merchantstringReplacement merchant name.
amountnumberReplacement major-unit amount.
amount_centsintegerReplacement integer-cent amount.
currencystringReplacement ISO currency.
categorystringReplacement natural-language category.
occurred_ondateReplacement ISO date.
notesstringReplacement note or null.