Get Rollup Status - for Template Cash Flows

GET /ws/rest/service/v1/cashflow/template/rollup/status/{template_number}

Purpose:

Get Rollup Status of template cash flows

Input:

All parameters should be URL encoded.

Path Parameter

template_number(Optional): Specify the template number to get the rollup status of template cash flows otherwise to get the rollup status of standard template cash flows

url parameter(Optional)

filter=

{

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

}

Filter can be used to filter on name to get the cash flow rollup status. If cash flow does not exist with the given name then that name will be ignored. Cash flows of other names will be returned.

Output:

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

Status codes are:

1> 200 , for success

Get Rollup Status Ouptut JSON

{

"data": [

{

"name": "Cash Flow 1",

"id": "21",

"status": "Active"

}

],

"message": [

"success"

],

"status": 200

}

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

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

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