Overview

Imports a Smart Guide Template from a .json file

Summary

This request will imports 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
record Array DRI_Workflow_Templates attributes in an array

Response Example

{
    "record" : [
        "id" => "467fb2a6-fcc9-11e6-b7a6-5254009e5526",
        "name" => "Opportunity quick deal",
        "new_with_id" => true,
        "deleted" => 0,
    ]
}