Update Fund Transfer

PATCH

Update Fund Transfer

Update an existing fund transfer record.

Required Permission: Edit Fund Transfer
PATCH /fund-transfers/{id}

Request Body

JSON

    

Request Parameters

Parameter Type Required Validation Description
from_fund_idIntegerOptionalinteger, exists:funds,idID of the source fund
to_fund_idIntegerOptionalinteger, exists:funds,idID of the destination fund
amountNumericOptionalnumeric, min:1Amount to transfer
dateDateOptionaldate, format:Y-m-dDate of the transfer
noteStringOptionalstring, nullable, max:255Additional notes
fileFileOptionalfile, nullable, max:2048, mimes:pdf,jpg,jpeg,pngAttachment file
statusBooleanOptionalbooleanStatus of the transfer

Response

200 OK
Status Code
HTTP status code (200)
Message
Fund Transfer updated successfully
Data
Updated fund transfer object