Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Action Plan Output

Output representation of an Action Plan record.
JSON example
1{
2   "statusCode":"200",
3   "actionPlanId":"1stTP000000000aYAA",
4   "message":"Action plan created successfully",
5   "isSuccess":true
6}
Property Name Type Description Filter Group and Version Available Version
actionPlanId String ID of the created action plan. Small, 57.0 57.0
isSuccess Boolean Indicates whether the create request is successful (true) or not (false). Small, 57.0 57.0
message String Message of the request that provides information about the request execution status. Small, 57.0 57.0
statusCode String Status code of the create request. Small, 57.0 57.0