© 2024 Clarivate
Put /api/.../funds/{id}/transfer
Transfer money between funds
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the fund to transfer money from. |
DtoFundTransferEntity | Fund Transfer Information | Yes | Define this parameter in the request body. |
exceedFreeBalance | bool | No | Indicator to allow transfer when it exceeds free balance. |
overrideBeginningAllocation | bool | No | Indicator to allow transfer when receiving fund has no beginning balance. |
Property | Type | Nullable | Description |
---|---|---|---|
DestinationFundID | int | Yes | Fund ID of the fund receiving the transfer. |
Amount | decimal | Yes | Fund transfer amount. |
Note | string | No | Fund transfer note. |
true
Code | Description |
---|---|
200 | OK. Success |