Change an expense claim
Goal
Know what can change after a claim is saved.
Who it is for
expense_claim.manage.
What you can change
There is no claim update API. After create:
- Draft → Approve (posts GL, assigns EXP number).
- Approved → Reimburse (requires bank account).
- Payers can be archived separately; do not expect to rewrite claim lines in place.
What you cannot change
- Editing draft line amounts after save.
- Approving twice or reimbursing a draft (
expenseClaimNotDraft/expenseClaimNotApproved).