Update Fund

PUT /ws/rest/service/v1/fund/

Purpose:

Update company fund code attributes.

Input:

All parameters should be URL encoded.

POST body is a JSON. Data will be list of fund code attributes to be updated at company level

Note: POST call has input & output both as JSON in the body.

Update Fund

{"data":[{

"code":"MiscFund",

"category":"Grants",

"description":"Miscellaneous Fund"

}

]

}

Code, Name, ID, Status and orderid cannot be updated. If provided, they will be ignored.

Output:

JSON object containing 'status', 'data', 'message'

A message will be present if the status is not 200; otherwise, it will be "success".

Update Fund

{

"data": [

{

"id":4,

"code":MiscFund,

"name":"MiscFund",

"category":"Grants",

"description":"MiscellaenousFund",

"status":"active"

}

],

"message":

[

{ code: "MiscFund","status": "200","message":"success"}

],

"status": 200

}

Multiple fund codes can be updated in a single request.

Related Topics

Funding

Get Funds List

Create Fund

Delete Fund

Manual Fund Consumption

Get Fund Columns

Get Fund Assignment Order

Get Fund Assignment Order for Cost Sheet

Update Fund Assignment Order

Update Fund Assignment Order for Cost Sheet

Update Fund Status

Get Fund Consumption for CBS Level SOV (Auto-Order / Auto-Ratio)

Update Fund Consumption for CBS Level SOV (Auto-Order / Auto-Ratio)

Response Error Codes (Funding REST API Details)



Last Published Tuesday, July 1, 2025