template element
Type: | templateDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Abstract DTO for notification templates.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<template>
<identity>...</identity>
</template>
Example JSON
{
"identity" : "..."
}