Get Fund Assignment Order
GET /ws/rest/service/v1/fund/order/{project_number}
Purpose:
Get Fund Order
Input:
All parameters should be URL encoded.
Path Parameter
project_number(Required): Specify the project/shell number of the funding sheet.
Output:
JSON object containing 'status', 'data', 'message'
Status | Message | Condition |
---|---|---|
200 | success | If all the data is retrieved in the response |
500 | exception message | If there is any exception when running this service |
1240 | Request is valid for Shell or Project, not for Program. | If the GET request is called for Program |
1207 | Funding sheet do not exist. | If shell does not have funding sheet |
Get Fund Order
{
"data": [{
"code_order": ["f1001", "f1002", "f1003"]
}],
"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