Get Summary Cashflow Properties

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

Purpose:

Get Summary Cashflow properties

Input:

All parameters should be URL encoded.

Path Parameter

project_number(Mandatory): Specify the project/Shell number to get project cashflow properties

input query parameter -

filter=

{

"names":["Summary Cash Flow 1" ,"Summary Cash Flow 2"]

}

Filter can be used to filter on name to get the summary cash flow properties. If summary cashflow does not exist with the given name then that name will be ignored.

Output:

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

Status codes are:

1> 200 , for success

Get Summary Cashflow Properties

{

"data": [

{

"curves": [

"Cash Flow 1",

"Cash flow 2"

],

"name": "Sum Cash Flow 1",

"description": "This summary curve is created from REST API",

"summary_type": "User_Defined",

"status": "Active"

}

],

"message": [

"success"

],

"status": 200

}



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022