| name | data type | description |
|---|---|---|
| subject | string | |
| htmlContent | string | |
| textContent | string | |
Properties inherited from MessageTemplateDto |
||
| code | string | |
| description | string | |
| media | MediaEnum | |
| tagStartDelimiter | string | |
| tagEndDelimiter | string | |
| startDate | number | |
| endDate | number | |
| type | MessageTemplateTypeEnum | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"subject" : "...",
"htmlContent" : "...",
"textContent" : "...",
"code" : "...",
"description" : "...",
"media" : "VOICE",
"tagStartDelimiter" : "...",
"tagEndDelimiter" : "...",
"startDate" : 12345,
"endDate" : 12345,
"type" : "OTHER",
"updatedCode" : "..."
}