Create Rollup Cash Flows for Company

POST /ws/rest/service/v1/cashflow/rollup/

Purpose

Create Rollup Cash Flows.

Request Format

All parameters should be URL encoded.

Path Parameter

Both input & output in JSON format in the body

In the input request:

Response Format

A JSON object is returned in the following format.

{

"data": [],

"message": [],

"status": <REST status code value>

}

The data will contain the name and the id of the rollup curve which was created successfully. The message will contain the status of the curve creation for all the input data.

A successful response displays a status code 200.

A failed response displays a message with a status code.

Sample Request

{

"data": [

{

"template": "Rollup Template"

"name": "Rollup Curve 1",

"status": "Active",

"period_type": "Standard Planning Period",

"period_name": "Standard Planning Period",

"period_by": "Year",

"period_format": "YYYY",

"decimal_places": 5,

"data_source": [

{

"name": "Baseline",

"curve_type": "Baseline"

},

{

"name": "Vendor Approved Budget",

"curve_type": "Baseline"

}

]

},

{

"name": "Rollup Curve 3",

"status": "Active",

"period_type": "Financial Periods",

"period_name": "FP",

"decimal_places": 5,

"data_source": []

}

]

}

Sample Response

The following response is returned for the above request:

{

"data":[

{

"id": "208"

"name": "Rollup Curve 1",

"status": "Active",

"period_type": "Standard Planning Period",

"period_name": "Standard Planning Period",

"period_by": "Year",

"period_format": "YYYY",

"decimal_places": 5,

"data_source": [

{

"name": "Baseline",

"curve_type": "Baseline"

},

{

"name": "Vendor Approved Budget",

"curve_type": "Baseline"

}

]

}

],

"message":[

{

"name":"Rollup Curve 1",

"status":"200",

"message":"success"

},

{

"name":"Rollup Curve 3",

"status": 1303,

"message": "CashFlow data provided is not valid for field : period_name"

}

],

"status":3000

}

Related Topics

Cash Flow

Authorization

Definitions or Values Used

Response Error Codes (REST API Details in Cash Flow)

Create Cash Flow

Create Summary Curve

Update Rollup Cash Flows for Company

Delete Cash Flow

Delete Cash Flow Curve

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

Refresh Cash Flow

Get Cash Flow Refresh Job Status

Get Cash Flow Properties

Get Summary Cash Flow Properties

Get Cash Flow Permissions

Get Distribution Profiles

Create (Add User or Group) Cash Flow Permission

Delete (Remove User or Group) Cash Flow Permission

Update Cash Flow Properties

Update or Modify Cash Flow Permission

Update Cash Flow Data

Update Cash Flow Schedule

Create Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Tuesday, July 1, 2025