W3builders
AOP API

AOP API/Expenses

Update Expense

PATCH/finance/expenses/{id}
JWT bearer

Update an expense. Does not re-post or adjust the linked journal entry (matches standard bookkeeping convention) — delete + recreate to correct the ledger impact.

Endpoint

PATCHhttps://api.w3builders.com/v1/finance/expenses/{id}

Response parameters

FieldType
successvalue
Update Expense
curl -X PATCH https://api.w3builders.com/v1/finance/expenses/123 \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success: true }"
}
Was this page helpful?