Update Disbursement Transferput https://example.com/programs/{programCode}/accounts/{accountIdentifier}/disbursements/transfer/{transferIdentifier}Updates an existing disbursement transfer, such as canceling a claim code, for the specified account and program.Path ParamsprogramCodestringrequiredThe program code associated with the request.accountIdentifierstringrequiredThe unique identifier of the account.transferIdentifierstringrequiredThe unique identifier of the transfer.Body ParamsThe request payload containing update details.transactionActionTypestring | nullThe action type for the transaction update (e.g., "cancel").HeadersX-GD-RequestIdstringrequiredThe unique request identifier for tracking.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 201Created 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago