Update Rollup Status

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

Purpose:

Update Cashflow Rollup status

Input:

All parameters should be URL encoded.

Path Parameter

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

Both input & output in JSON format in the body

Output:

JSON object containing 'status', 'data', 'message'

Status codes are:

1> 200 , for success

2> 3000, for Partial success.

Update Rollup Status Input JSON

{

"data" : [

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

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

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

]

}

Update Rollup Status Ouptut JSON

{

"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

Definitions or Values Used

Authorization

Response Error Codes (REST API Details in Cash Flow)

Create Cash Flow

Create Summary Curve

Create Rollup Cash Flows for Program or Company

Update Rollup Cash Flows for Program or Company

Delete Cash Flow

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

Update or Modify Cash Flow Permission

Create (Add User or Group) Cash Flow Permission

Delete (Remove User or Group) Cash Flow Permission

Update Cash Flow

Update Cash Flow Data

Create Distribution Profiles

Get Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Friday, December 13, 2024