Overview

Checks import of a Smart Guide Template from a .json file

Summary

This request will checks import of a Smart Guide Template from a .json file

Request Arguments

Name Type Description Required
module String Record module name True

Request Example

{
    "module": "DRI_Workflow_Templates",
}

Response

The response will be an object containing the following fields:
Name Type Description
Anonymous Array DRI_Workflow_Templates record id and name with duplicate and update information

Response Example

{
    [
        "duplicate" => true,
        "update" => false,
        "record": [
            "id" => "467fb2a6-fcc9-11e6-b7a6-5254009e5526",
            "name" => "Opportunity quick deal",
        ],
    ]

}