Create Snapshot in Cashflow Curve

POST /ws/rest/service/v2/cashflow/snapshot

Purpose:

Create a snapshot for an existing cashflow detail curve in a specific shell from a different system. After a successful REST API call, the snapshot should be created with the specified name in the curve, and the snapshot log should show the entry.

Prerequisites:

Full Access and Update permissions for the user are mandatory to allow the creation of snapshots at the cashflow curve level.

Only one snapshot can be created at a time.

Note: This API is only applicable to cashflow detail curves.

Sample Request:

{

"options" :

{

"project_number" :1001,

"name" : "CashFlow By CBS",

},

"data":[

{

"snapshot_name":"May8th snapshot"

}

Sample Response:

{

"data" : [ ] ,

"status: : 200,

"message": "success" ,

"rest_audit_id": 1210

}

Note: The snapshot name is also included in the response.

Related Topics

Cash Flow

Delete Snapshot from Cashflow Curve

Get Snapshot Names for the Selected Cashflow



Last Published Tuesday, July 1, 2025