payments_update_payment
Update an existing payment record by its ID, adjusting fields such as amount, date, type, or description. Correct payment information in the school management system.
Instructions
Update an existing payment record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| type | No | ||
| amount | No | ||
| message | No | ||
| direction | No | ||
| currency_id | No | ||
| description | No | ||
| organization_id | No | ||
| specific_symbol | No | ||
| variable_symbol | No | ||
| bank_account_number | No | ||
| operation_identifier | No |