Delete Distribution Profiles

DELETE /ws/rest/service/v1/cashflow/profile

Purpose:

Delete distribution profiles of company

Input:

Both input & output in JSON format in the body

Delete Distribution Profile input JSON

{

"data": {

"names": ["Linear", "L Curve", "S Curve"]

}

}

Output:

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

Delete Distribution Profile Output JSON

{

"data": [],

"message": [

{

"name": "Linear"

"status": 200,

"message": "success"

},

{

"name": "L Curve"

"status": 1337,

"message": "Distribution Profile do not exist"

},

{

"name": "S Curve"

"status": 1338,

"message": "Distribution Profile is used in Cashflow Curves"

}

],

"status": 3000

}

Status codes are:

1> 200 , for success

2> 3000, for Partial success.

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

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

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Friday, December 13, 2024