Update Cash Flow Data

PUT /ws/rest/service/v1/cashflow/data/{project_number}

Purpose

This service will update the cash flow detail curve data.

Request Format

All parameters should be URL encoded.

Specify the PUT body is in JSON format.

Request Parameters

The following parameters can be included in the request.

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

{

"options":{

"setup":"yes",

"distribution":"no"

},

"data":[

{

"Name":"cashflow 1",

"curves":[

{

"Type":"Forecast",

"Name":"Forecast",

"details":[

{

"Number":"TestProj-C",

"Name":"TestProj-C-TestProj-C Name",

"From Date":"05-31-2019 00:00:00",

"To Date":"10-25-2019 00:00:00",

"Profile":"",

"Total":"230.00",

"Unassigned":"-48.00",

"5 2019":"450.00",

"6 2019":"40.00",

"7 2019":"10.00",

"8 2019":"-44.00",

"9 2019":"-44.00",

"10 2019":"-44.00"

}

]

},

{

"Type":"Baseline",

"Name":"Baseline",

"details":[

{

"Number":"TestProj-C",

"Name":"TestProj-C-TestProj-C Name",

"From Date":"05-01-2019 00:00:00",

"To Date":"10-25-2019 00:00:00",

"Profile":"",

"Total":"100.00",

"Unassigned":"90.00",

"5 2019":"5.00",

"6 2019":"0.00",

"7 2019":"0.00",

"8 2019":"0.00",

"9 2019":"10.00",

"10 2019":"0.00"

}

]

}

]

}

]

}

Sample Success Response

This is an example of a successful response with status code 200.

{

"data": [],

"message": [

{

"curve_name": "Baseline",

"status_code": 200,

"name": "cashflow 1",

"message": "success"

}

],

"status": 200

}

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

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 Schedule

Create Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Tuesday, July 1, 2025