Update Cash Flow Schedule

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

Version: 19.7

Purpose:

Update cashflow schedule details.

Input:

All parameters should be URL encoded.

Specify only the schedule data that needs to be updated. Use the response from get cashflow properties service "GET /ws/rest/service/v1/cashflow/{project_number}" to get schedule data.

If the attribute is not provided, then the value will not be updated.

If the attribute is provided with value, then validation will be performed and the value will be updated.

When the attribute is provided and the value is empty, then the value will be deleted.

Irrelevant attributes specified in the request for update are ignored.

Update Cashflow Schedule

{

"data":{

"id":198,

"name": "test7521",

"schedule": {

"enable_refresh": true,

"frequency": "Weekly",

"weekday": "Sunday",

"startdate": "06/16/2019 12:00 AM",

"noenddate": false,

"enddate": "06/24/2019 12:00 AM"

}

}

}

Note: POST call has input & output both as JSON in the body.

For other detail_type sample output, please refer to create/Update Cashflow call.

Output:

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

a message will be present if the status is not 200; otherwise, it will be "success".

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

Update or Modify Cash Flow Permission

Update Cash Flow Data

Create Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Tuesday, July 1, 2025