update_gift
Update an existing gift record by providing the Gift ID and optional fields like amount, fund, date, and payment type.
Instructions
Update an existing gift record by Gift ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Gift ID | |
| note | No | ||
| amount | No | ||
| fund_name | No | ||
| gift_date | No | YYYY-MM-DD | |
| payment_type | No | ||
| campaign_name | No |