Get Funds List
GET /ws/rest/service/v1/fund/{project_number}
Purpose:
Get all list of Funds
Input:
All parameters should be URL encoded.
Path Parameter
project_number: specify the project/shell number if you need to get project/shell level fund code. If no value is specified then company level fund code will be returned in the response.
url parameter -
filter=
{ "category":"All Bond Fund Sources",
"status":"Active"
}
Category filter is the display label of the category and is case sensitive.
One category can only be filter in a single request. Multiple categories filter is not supported.
Output:
JSON object containing 'status', 'data', 'message'
A message will be present if the status is not 200 otherwise it will be "success".
GetFunds
{
"data":
[
{
"id":3,
"code":MaintainFund,
"name":"MaintainFund",
"category":"Grants",
"description":"College Maintenance Fund",
"status":"active"
},
{
"id":4,
"code":MiscFund,
"fundname":"MiscFund",
"fundcategory":"Grants",
"description":"MiscellaenousFund",
"status":"active"
}
]
,
"message":
[
"Success"
],
"status":200
}
Related Topics
Get Fund Assignment Order for Cost Sheet
Update Fund Assignment Order for Cost Sheet
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 Friday, December 13, 2024