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
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
Get Rollup Status - for Template Cash Flows
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