Refresh Cash Flow

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

Purpose:

Refresh Cashflow Properties

Input:

All parameters should be URL encoded.

Path Parameter

project_number:Required

Path Parameter

Both input & output in JSON format in the body

{

"names": ["CBS CF", cash_flow_2"]

}

Supported options properties

"names": [ "CBS CF", "cash_flow_2" ] for one or more values

Or "names": "CBS CF" for only one value

"rollup_status"<<Active><Inactive>> (or "status" in case)

If rollup_status value provided is other than above mentioned values, invalid options message will be thrown.

"detail_level"<<Summary CBS>< CBS><Project / Shell><Commitment>>

If detail_levelvalue provided is other than above mentioned values, invalid options message will be thrown.

Output:

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

Status codes are:

1> 200 OK , if success

For Partial failure, relevant message will be displayed.

Refresh Cashflow Properties Sample Response

1) response when success:

{

"data": "",

"message": ["http://slc12knf.us.oracle.com:912<server url>/ws/rest/service/v1/cashflow/jobs/1503681423559"],

"status": 202

}

2) response when partial success:

{

"invalid_names": "[Summary1, Curve2]",

"data": [],

"message": [

"http://blr00bti.in.oracle.com:3883/idchyd<server url>/ws/rest/service/v1/cashflow/jobs/1556455198417"

],

"status": 3000

}

Related Topics

Cash Flow

Definitions or Values Used

Authorization

Response Error Codes (REST API Details in Cash Flow)

Create Cash Flow

Create Summary Curve

Create Rollup Cash Flows for Program or Company

Update Rollup Cash Flows for Program or Company

Delete Cash Flow

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

Get Cash Flow Refresh Job Status

Get Cash Flow Properties

Get Summary Cash Flow Properties

Get Cash Flow Permissions

Update or Modify Cash Flow Permission

Create (Add User or Group) Cash Flow Permission

Delete (Remove User or Group) Cash Flow Permission

Update Cash Flow

Update Cash Flow Data

Create Distribution Profiles

Get Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Friday, December 13, 2024