Get Rollup Status - for Template Cash Flows
GET /ws/rest/service/v1/cashflow/template/rollup/status/{template_number}
Purpose:
Get Rollup Status of template cash flows
Input:
All parameters should be URL encoded.
Path Parameter
template_number(Optional): Specify the template number to get the rollup status of template cash flows; otherwise, to get the rollup status of standard template 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, that name will be ignored. Cash flows of other names will be returned.
Output:
JSON object containing 'status', 'data', 'message'
Status codes are:
1> 200, for success.
Get Rollup Status Output 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 Company
Update Rollup Cash Flows for Company
Delete Cash Flow - Summary Curves
Update Rollup Status - For Template Cash Flows
Get Cash Flow Refresh Job Status
Get Summary Cash Flow Properties
Create (Add User or Group) Cash Flow Permission
Delete (Remove User or Group) Cash Flow Permission
Update or Modify Cash Flow Permission
Last Published Tuesday, July 1, 2025