Template for email notifications for different events.
In this document:
The considered APS type (download
)
extends the Resource APS type(s) and looks as follows:
{
"name": "NotificationTemplate",
"id": "http://www.odin.com/billing/NotificationTemplate/1.0",
"apsVersion": "2.0",
"implements": [
"http://aps-standard.org/types/core/resource/1.0"
],
"properties": {
"name": {
"type": "string"
}
}
}
NAME | TYPE | ATTRIBUTES | DEFAULT | DESCRIPTION |
---|---|---|---|---|
name | String | Not Required | Notification template’s name |