© 2025 Clarivate
Put /api/.../funds/{id}/adjustfundbalance
Adjust fund balance for a single fund
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the fund. |
| DtoFundBalanceAdjustment | Fund Balance Update Information | Yes | Define this parameter in the request body. |
| exceedAllowed | bool | No | Indicator to allow reduction when it exceeds free balance. |
| Property | Type | Nullable | Description |
|---|---|---|---|
| Amount | decimal | Yes | Fund balance adjustment amount. |
| Note | string | No | Balance adjustment note |
| TypeID | int | Yes | Type of fund balance adjustment |
enum FundBalanceAdjustmentTypeEnum {
BeginningAllocation = 1,
SupplementaryAllocation = 2,
ReductionAllocation = 3
}
true
| Code | Description |
|---|---|
| 200 | OK. Success |