Funds

Update Fund Balance

Put /api/.../funds/{id}/adjustfundbalance

Adjust fund balance for a single fund

Request Information

Parameters
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.
DtoFundBalanceAdjustment
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

Reference for Polaris enum values:

 enum FundBalanceAdjustmentTypeEnum {
    BeginningAllocation = 1,
    SupplementaryAllocation = 2,
    ReductionAllocation = 3
}
            

Response Information

Example
application/json, text/json
true

HTTP Response Codes

Code Description
200 OK. Success