cash_register_movements_update
Update cash register movements selectively: specify only fields to change, others keep current values. Adjust amount, kind, direction, movement date, or description.
Instructions
Update a manual cash movement. All fields optional; omitted fields keep their current value. Currency cannot be changed. Changing kind between deposit/withdrawal re-applies auto-direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| uuid | Yes | Movement UUID | |
| amount | No | ||
| companyId | No | Company UUID override (uses active company if not set) | |
| direction | No | ||
| description | No | Pass null to clear | |
| movementDate | No | YYYY-MM-DD | |
| documentNumber | No | Pass null to clear |