Get Rollup Status
GET /ws/rest/service/v1/cashflow/rollup/status/{project_number}
Purpose:
Get Cashflow Rollup Status
Input:
All parameters should be URL encoded.
Path Parameter
project_number(Required): Specify the project/shell number to get the rollup status of project cash flows
url parameter(Optional)
filter=
{
"names":["Cash Flow 1" ,"Cash Flow 2"]
}
Filter can be used to filter on name to get the cash flow rollup status. If cash flow does not exist with the given name then that name will be ignored. Cashflows of other names will be returned.
If project number is not specified in the URL then error message will be returned
Output:
JSON object containing 'status', 'data', 'message'
Status codes are:
1> 200 , for success
Get Rollup Status Ouptut JSON
{
"data": [
{
"name": "Cash Flow 1",
"id": "21",
"status": "Active"
}
],
"message": [
"success"
],
"status": 200
}
Related Topics
Response Error Codes (REST API Details in Cash Flow)
Create Rollup Cash Flows for Program or Company
Update Rollup Cash Flows for Program or Company
Delete Cash Flow - Summary Curves
Get Rollup Status - for Template Cash Flows
Update Rollup Status - For Template Cash Flows
Get Cash Flow Refresh Job Status
Get Summary Cash Flow Properties
Update or Modify Cash Flow Permission
Create (Add User or Group) Cash Flow Permission
Delete (Remove User or Group) Cash Flow Permission
Last Published Friday, December 13, 2024