Clear POV Data

Use this operation to clear the POV data for selection stage and other details.

Table 4-10 Clear POV Data

Name Description
Action Type POST
Request URI http://myServer.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/povs/2010_January_Actual/jobs/clearSpDpPOVJob
Request Payload
{
"stages":"Ledger Data_Activity",
"clearCostLayer":"true",
"clearRevenueLayer":"true",
"clearDriverSelectionRules":"true",
"clearDriverSelectionExceptions":"false",
"clearAssignmentRuleSelections":"true",
"clearRegularAssignments":"false",
"clearCalculationRules":"false",
"stringDelimter":"_"
}
Response
{
    "type": "Profitability",
    "links": [{
        "href": "http://slc06vya.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/povs/2010_January_Actual/jobs/clearSpDpPOVJob",
        "action": "POST",
        "rel": "self",
        "data": {
            "clearCalculationRules": false,
            "clearRevenueLayer": true,
            "stages": "Ledger Data_Activity",
            "clearDriverSelectionExceptions": false,
            "clearRegularAssignments": false,
            "clearDriverSelectionRules": true,
            "clearAssignmentRuleSelections": true,
            "clearCostLayer": true,
            "stringDelimter": "_"
        }
    }],
    "status": 0,
    "details": "Cleared POV Successfully",
    "statusMessage": "Success"
}
Process Type Synchronous

Table 4-11 Request Parameters

Parameter Description Example
stages

Specify dimension member names of the POV for which this Bulk Edit operation should be applied:

stages 1

stages 2

stages 3

stages N, stages N = [displayOrder = (int),

example:1 stageName = (string)

Ledger Data_Activity
clearCostLayer Boolean flag specifying whether Cost Layer should be cleared. Valid values are TRUE or FALSE. true
clearRevenueLayer Boolean flag specifying whether Revenue Layers should be cleared. Valid values are TRUE or FALSE. true
clearDriverSelectionRules Boolean flag specifying whether Driver Selection Rules should be cleared. Valid values are TRUE or FALSE. true
clearDriverSelectionExceptions Boolean flag specifying whether Driver Selection Exceptions should be cleared. Valid values are TRUE or FALSE. true
clearAssignmentRuleSelections Boolean flag specifying whether clear assignment rule selection should be cleared. Valid values are TRUE or FALSE. true
clearRegularAssignments Boolean flag specifying whether clear regular assignments should be cleared. Valid values are TRUE or FALSE. true
clearCalculationRules Boolean flag specifying whether clear calculation rules should be cleared. Valid values are TRUE or FALSE. true
stringDelimter

Delimiter used to separate logical entities in parameters

For example, when passing POVs at a time, please use this to delimit POVs

_ Eg: 2023_January_ActuaL when passing POV MEMBERS TO 2023, January , Actual

Table 4-12 Response Values

Parameter Description Example
Success message Cleared POV Successfully