Update Fund Transfer
PATCH
Update Fund Transfer
Update an existing fund transfer record.
Required Permission:
Edit Fund Transfer
PATCH
/fund-transfers/{id}
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| from_fund_id | Integer | Optional | integer, exists:funds,id | ID of the source fund |
| to_fund_id | Integer | Optional | integer, exists:funds,id | ID of the destination fund |
| amount | Numeric | Optional | numeric, min:1 | Amount to transfer |
| date | Date | Optional | date, format:Y-m-d | Date of the transfer |
| note | String | Optional | string, nullable, max:255 | Additional notes |
| file | File | Optional | file, nullable, max:2048, mimes:pdf,jpg,jpeg,png | Attachment file |
| status | Boolean | Optional | boolean | Status of the transfer |
Response
200 OKStatus Code
HTTP status code (200)
Message
Fund Transfer updated successfully
Data
Updated fund transfer object