Get Rollup Status - For Template Cashflows

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

Purpose:

Get Rollup Status of template cashflows

Input:

All parameters should be URL encoded.

Path Parameter

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

url parameter(Optional)

filter=

{

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

}

Filter can be used to filter on name to get the cashflow rollup status. If cashflow does not exist with the given name then that name will be ignored. Cashflows 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

}



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022