Update Rollup Status

PUT /ws/rest/service/v1/cashflow/rollup/status/{project_number}

Purpose

Update Cashflow Rollup status

Request Format

All parameters should be URL encoded.

Both input & output in JSON format in the body

Request Parameter

project_number(Required): Specify the project/shell number to update the rollup status of project cash flow

Response Format

A JSON object is returned in the following format.

{

"data": [],

"message": [],

"status": <REST status code value>

}

A successful response displays a status code 200.

A failed response displays a message with a status code.

Sample Request

To update the rollup status for three cash flows, send an API request in the following format:

{

"data" : [

{"name": "Cash Flow 1", "rollup_status": "Inactive"},

{"name": "Cash Flow 2", "rollup_status": "Open"},

{"name": "Cash Flow 3", "rollup_status": "Active"}

]

}

Sample Response

A partial success / failure response is returned with a status code 3000 to the above request, wherein:

{

"data": [

{

"rollup_status": "Active",

"name": "Cash Flow 1",

"id": "61"

}

],

"message": [

{

"name": "Cash Flow 1",

"message": "success",

"status": 200

},

{

"name": "Cash Flow 2",

"message": "Status field value is not correct.",

"status": 663

},

{

"name": "Cash Flow 3",

"message": "Cash Flow do not exist",

"status": 1305

}

],

"status": 3000

}

Related Topics

Cash Flow

Authorization

Definitions or Values Used

Response Error Codes (REST API Details in Cash Flow)

Create Cash Flow

Create Summary Curve

Create Rollup Cash Flows for Company

Update Rollup Cash Flows for Company

Delete Cash Flow

Delete Cash Flow Curve

Delete Cash Flow - Summary Curves

Get Cash Flow Data

Get Summary Cash Flow Data

Get Rollup Status

Get Rollup Status - for Template Cash Flows

Update Rollup Status - For Template Cash Flows

Refresh Cash Flow

Get Cash Flow Refresh Job Status

Get Cash Flow Properties

Get Summary Cash Flow Properties

Get Cash Flow Permissions

Get Distribution Profiles

Create (Add User or Group) Cash Flow Permission

Delete (Remove User or Group) Cash Flow Permission

Update Cash Flow Properties

Update or Modify Cash Flow Permission

Update Cash Flow Data

Update Cash Flow Schedule

Create Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Tuesday, July 1, 2025