Delete Cashflow - Summary Curves

DELETE /ws/rest/service/v1/cashflow/summary/{project_number}

Purpose:

Delete summary cashflow

Input:

All parameters should be URL encoded.

Path Parameter

project_number(Required): Specify the project/shell number to delete the summary cashflows 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 Ouput 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

}



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022