You are on page 1of 1

Action Objects Work Plan and Work Step Actions

Sample Input
The following code deletes a work plan:
{
"inputs" : [ {
"recordId" : "OWOxxxxxxxxxxxx"
}]
}

Sample Output
The following code sample illustrates a response after a successful request.
[ {
"actionName" : "deleteWorkPlans",
"errors" : null,
"isSuccess" : true,
"outputValues" : {
"recordId" : "0WORM000000621X",
"workPlanIdList" : [ "0gqRM0000004CRS" ]
}
} ]

49

You might also like