Delete Cash Flow - Summary Curves
DELETE /ws/rest/service/v1/cashflow/summary/{project_number}
Version :19.7
PUT /ws/rest/service/v1/cashflow/delete/curve/{project_number}
Version: 22.11
Purpose:
Delete summary cash flow
Input:
All parameters should be URL encoded.
Path Parameter
project_number(Required): Specify the project/shell number to delete the summary cash flows of project
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.
Delete Cashflow Input JSON
{
"data": {
"names": ["Summary Cash Flow 1","Cash Flow Summary Curve"]
}
}
Delete Cashflow Output JSON
{
"data": [],
"message": [
{
"status": 200,
"message": "success",
"name": "Summary Cash Flow 1"
},
{
"status": 1306,
"message": "System-defined Summary Cash Flow Curve cannot be deleted",
"name": "Cash Flow Summary Curve"
}
],
"status": 3000
}
Related Topics
Response Error Codes (REST API Details in Cash Flow)
Create Rollup Cash Flows for Program or Company
Update Rollup Cash Flows for Program or Company
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
Update or Modify Cash Flow Permission
Create (Add User or Group) Cash Flow Permission
Delete (Remove User or Group) Cash Flow Permission
Last Published Friday, December 13, 2024