Toggle the manual income status of statement transactions
PUT/statement-transaction/by-ids
Flips the manual income status of every listed transaction: an included transaction becomes excluded and an excluded one becomes included. The status is toggled, not assigned, so sending the same ids twice returns them to their original state. Income is not recalculated here — call the re-analyze endpoint afterwards to apply the change to the income calculation.
Permissions required
beta-manage:BETA_APPLICATION_UPDATE
Request
Responses
- 200
- 400
- 401
- 403
Transactions toggled successfully
A provided transaction id is not a valid id
Authentication is required
User does not have permission to update applications