You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"body": "# Sample Activation Template\n\nActivation template is used to share details of the **successful** asset creation with the user. Once purchase request is approved, this template is used to generate user-visible notification.\n\nThis template uses **[Markdown](https://en.wikipedia.org/wiki/Markdown)** syntax and allows to use Parameters of the product which has scope 'Asset'.\n\n### Formatting\n\nMarkdown allows you to control various aspects of the document:\n\n1. Text formatting like **bold** or *italic*\n2. Images embedding\n3. Lists\n4. and more\n\n### Parameters\n\nYou can refer to the Parameters using their ID, like in the following example:\n\n\nYou can also embed pictures like the one below:\n\n",
7
+
"scope": "asset",
8
+
"type": "fulfillment",
9
+
"position": 10000,
10
+
"events": {
11
+
"created": {
12
+
"at": "2020-01-07T09:11:25+00:00"
13
+
},
14
+
"updated": {
15
+
"at": "2020-05-02T22:04:38+00:00",
16
+
"by": {
17
+
"id": "UR-216-020-887",
18
+
"name": "Martin Constante"
19
+
}
20
+
}
21
+
}
22
+
},
23
+
{
24
+
"id": "TL-362-270-671",
25
+
"title": "Default Activation Template",
26
+
"name": "Default Activation Template",
27
+
"body": "# Sample Template For Setup of Tier 1\n\nThis template is used to share details of the **successful** setup configuration of reseller of 1st level.\n\nThis template uses **[Markdown](https://en.wikipedia.org/wiki/Markdown)** syntax and allows to use Parameters of the product which have scope 'Tier 1'.\n\n### Formatting\n\nMarkdown allows you to control various aspects of the document:\n\n1. Text formatting like **bold** or *italic*\n2. Images embedding\n3. Lists\n4. and more\n\n### Parameters\n\nYou can refer to the Parameters using their ID, like in the following example:\n\n* The value of **param_a** is **{{ param_a }}**\n* The value of **param_b** is **{{ param_b }}**\n\nYou can also embed pictures like the one below:\n\n",
28
+
"scope": "tier1",
29
+
"position": 20000,
30
+
"events": {
31
+
"created": {
32
+
"at": "2020-01-07T09:11:25+00:00"
33
+
},
34
+
"updated": {
35
+
"at": "2020-01-07T09:11:25+00:00"
36
+
}
37
+
}
38
+
},
39
+
{
40
+
"id": "TL-064-379-743",
41
+
"title": "Default Activation Template",
42
+
"name": "Default Activation Template",
43
+
"body": "# Sample Template For Setup of Tier 2\n\nThis template is used to share details of the **successful** setup configuration of reseller of 2nd level.\n\nThis template uses **[Markdown](https://en.wikipedia.org/wiki/Markdown)** syntax and allows to use Parameters of the product which have scope 'Tier 2'.\n\n### Formatting\n\nMarkdown allows you to control various aspects of the document:\n\n1. Text formatting like **bold** or *italic*\n2. Images embedding\n3. Lists\n4. and more\n\n### Parameters\n\nYou can refer to the Parameters using their ID, like in the following example:\n\n* The value of **param_a** is **{{ param_a }}**\n* The value of **param_b** is **{{ param_b }}**\n\nYou can also embed pictures like the one below:\n\n",
44
+
"scope": "tier2",
45
+
"position": 30000,
46
+
"events": {
47
+
"created": {
48
+
"at": "2020-01-07T09:11:25+00:00"
49
+
},
50
+
"updated": {
51
+
"at": "2020-01-07T09:11:25+00:00"
52
+
}
53
+
}
54
+
},
55
+
{
56
+
"id": "TL-416-019-529",
57
+
"title": "Additional information is required to process your request",
58
+
"name": "Additional information is required to process your request",
59
+
"body": "Please complete our **[Activation Form]({{ activation_form_url }})** to resume processing of your request",
"body": "# Sample Activation Template\n\nActivation template is used to share details of the **successful** asset creation with the user. Once purchase request is approved, this template is used to generate user-visible notification.\n\nThis template uses **[Markdown](https://en.wikipedia.org/wiki/Markdown)** syntax and allows to use Parameters of the product which has scope 'Asset'.\n\n### Formatting\n\nMarkdown allows you to control various aspects of the document:\n\n1. Text formatting like **bold** or *italic*\n2. Images embedding\n3. Lists\n4. and more\n\n### Parameters\n\nYou can refer to the Parameters using their ID, like in the following example:\n\n\nYou can also embed pictures like the one below:\n\n",
0 commit comments